/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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 */
  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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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; }

html {
  box-sizing: border-box; }

*, *:after, *:before {
  box-sizing: inherit; }

.u-pos-rel {
  position: relative !important; }

.u-pos-abs {
  position: absolute !important; }

.u-fullw {
  width: 100%; }

.u-fullh {
  height: 100%; }

.u-ztop {
  z-index: 99; }

.force-new-stack {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.u-margin-auto {
  margin: auto; }

.u-nobr {
  white-space: nowrap; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-1 {
  left: 8.33333%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-2 {
  left: 16.66667%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-3 {
  left: 25%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-4 {
  left: 33.33333%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-5 {
  left: 41.66667%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-6 {
  left: 50%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-7 {
  left: 58.33333%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-8 {
  left: 66.66667%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-9 {
  left: 75%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-10 {
  left: 83.33333%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-11 {
  left: 91.66667%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-12 {
  left: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-1 {
    left: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-2 {
    left: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-3 {
    left: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-4 {
    left: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-5 {
    left: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-6 {
    left: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-7 {
    left: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-8 {
    left: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-9 {
    left: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-10 {
    left: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-11 {
    left: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-12 {
    left: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-1 {
    left: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-2 {
    left: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-3 {
    left: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-4 {
    left: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-5 {
    left: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-6 {
    left: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-7 {
    left: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-8 {
    left: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-9 {
    left: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-10 {
    left: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-11 {
    left: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-12 {
    left: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-1 {
    left: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-2 {
    left: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-3 {
    left: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-4 {
    left: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-5 {
    left: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-6 {
    left: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-7 {
    left: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-8 {
    left: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-9 {
    left: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-10 {
    left: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-11 {
    left: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-12 {
    left: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.offset {
  position: relative; }
  .offset:after {
    box-sizing: content-box;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: white;
    border: 4px solid #dfdfdf; }
  .offset--blue:after {
    background: #19e6ff; }
  .offset--dark:after {
    border-color: #1c1c1c; }
  .offset--down:after {
    top: 8px;
    left: -4px; }
  .offset--left:after {
    top: 8px;
    right: 8px; }
  .offset--right:after {
    top: 8px;
    left: 8px; }
  .offset--small.offset--down:after {
    top: 4px;
    left: -4px; }
  .offset--small.offset--left:after {
    top: 4px;
    right: 4px; }
  .offset--small.offset--right:after {
    top: 4px;
    left: 4px; }

/*====================
    ALEX TO CONFIRM IF USED START
=====================*/
.card {
  padding: 24px;
  margin: auto;
  margin-bottom: 32px;
  border: 4px solid #dfdfdf;
  background: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .card--dark {
    border-color: #1c1c1c; }
  .card--compact {
    padding: 16px; }
  .card--strip-margin {
    margin-bottom: 0; }

/*====================
    ALEX CONFIRMATION END
=====================*/
/*====================
    GENERATOR CARDS START
=====================*/
.g-card {
  max-width: 300px;
  border: 4px solid #1c1c1c;
  margin: 0 auto;
  padding: 0px;
  min-height: 350px;
  height: 100%;
  position: relative; }

.g-card--left {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0, 1); }

.g-card--right {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0, 1); }

.g-card--center {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0, 1); }

.g-card--left:not(:hover) {
  -webkit-transform: translate3D(12px, 12px, 0);
          transform: translate3D(12px, 12px, 0);
  border: 4px solid #fff; }

.g-card--right:not(:hover) {
  -webkit-transform: translate3D(-12px, 12px, 0);
          transform: translate3D(-12px, 12px, 0);
  border: 4px solid #fff; }

.g-card--center:not(:hover) {
  -webkit-transform: translate3D(0px, 12px, 0);
          transform: translate3D(0px, 12px, 0);
  border: 4px solid #fff; }

.g-card a {
  color: #1c1c1c;
  cursor: pointer; }

.g-card img {
  width: 128px;
  height: auto;
  position: absolute;
  margin-left: -32px;
  margin-top: -32px; }

.g-card h3 {
  text-align: center; }

.g-card a:hover {
  display: block;
  text-decoration: none;
  max-width: 300px;
  margin: 0 auto; }

.g-card:hover {
  cursor: pointer; }

.g-card p {
  display: none;
  text-align: left;
  padding: 5% 10%;
  font-size: 1rem;
  line-height: 1.5rem; }

.g-card:hover p {
  display: block;
  text-decoration: none;
  cursor: pointer; }

.g-card-img-bg {
  background-color: #fff;
  border-radius: 100px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 45px; }

.g-card--left.pink-box {
  box-shadow: 12px 12px 0 -4px #ff285a, 12px 12px 0 0px #1c1c1c; }

.g-card--right.pink-box {
  box-shadow: -12px 12px 0 -4px #ff285a, -12px 12px 0 0px #1c1c1c; }

.g-card--center.pink-box {
  box-shadow: 0px 12px 0 -4px #ff285a, 0px 12px 0 0px #1c1c1c; }

.g-card--left.pink-box:not(:hover) {
  box-shadow: 0 0 0 -4px #ff285a, 0 0 0 0px #1c1c1c; }

.g-card--right.pink-box:not(:hover) {
  box-shadow: 0 0 0 -4px #ff285a, 0 0 0 0px #1c1c1c; }

.g-card--center.pink-box:not(:hover) {
  box-shadow: 0 0 0 -4px #ff285a, 0 0 0 0px #1c1c1c; }

.g-card--left.yellow-box {
  box-shadow: 12px 12px 0 -4px #ffe000, 12px 12px 0 0px #1c1c1c; }

.g-card--right.yellow-box {
  box-shadow: -12px 12px 0 -4px #ffe000, -12px 12px 0 0px #1c1c1c; }

.g-card--center.yellow-box {
  box-shadow: 0px 12px 0 -4px #ffe000, 0px 12px 0 0px #1c1c1c; }

.g-card--left.yellow-box:not(:hover) {
  box-shadow: 0 0 0 -4px #ffe000, 0 0 0 0px #1c1c1c; }

.g-card--right.yellow-box:not(:hover) {
  box-shadow: 0 0 0 -4px #ffe000, 0 0 0 0px #1c1c1c; }

.g-card--center.yellow-box:not(:hover) {
  box-shadow: 0 0 0 -4px #ffe000, 0 0 0 0px #1c1c1c; }

.g-card--left.blue-box {
  box-shadow: 12px 12px 0 -4px #19e6ff, 12px 12px 0 0px #1c1c1c; }

.g-card--right.blue-box {
  box-shadow: -12px 12px 0 -4px #19e6ff, -12px 12px 0 0px #1c1c1c; }

.g-card--center.blue-box {
  box-shadow: 0px 12px 0 -4px #19e6ff, 0px 12px 0 0px #1c1c1c; }

.g-card--left.blue-box:not(:hover) {
  box-shadow: 0 0 0 -4px #19e6ff, 0 0 0 0px #1c1c1c; }

.g-card--right.blue-box:not(:hover) {
  box-shadow: 0 0 0 -4px #19e6ff, 0 0 0 0px #1c1c1c; }

.g-card--center.blue-box:not(:hover) {
  box-shadow: 0 0 0 -4px #19e6ff, 0 0 0 0px #1c1c1c; }

.g-card--left.green-box {
  box-shadow: 12px 12px 0 -4px #00ed7e, 12px 12px 0 0px #1c1c1c; }

.g-card--right.green-box {
  box-shadow: -12px 12px 0 -4px #00ed7e, -12px 12px 0 0px #1c1c1c; }

.g-card--center.green-box {
  box-shadow: 0px 12px 0 -4px #00ed7e, 0px 12px 0 0px #1c1c1c; }

.g-card--left.green-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00ed7e, 0 0 0 0px #1c1c1c; }

.g-card--right.green-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00ed7e, 0 0 0 0px #1c1c1c; }

.g-card--center.green-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00ed7e, 0 0 0 0px #1c1c1c; }

/* FACEBOOK START */
.g-card--left.facebook-box {
  box-shadow: 8px 8px 0 -4px #3b5998, 8px 8px 0 0px #1c1c1c; }

.g-card--right.facebook-box {
  box-shadow: -8px 8px 0 -4px #3b5998, -8px 8px 0 0px #1c1c1c; }

.g-card--center.facebook-box {
  box-shadow: 0px 8px 0 -4px #3b5998, 0px 8px 0 0px #1c1c1c; }

.g-card--left.facebook-box:not(:hover) {
  box-shadow: 0 0 0 -4px #3b5998, 0 0 0 0px #1c1c1c; }

.g-card--right.facebook-box:not(:hover) {
  box-shadow: 0 0 0 -4px #3b5998, 0 0 0 0px #1c1c1c; }

.g-card--center.facebook-box:not(:hover) {
  box-shadow: 0 0 0 -4px #3b5998, 0 0 0 0px #1c1c1c; }

.g-card.facebook-box:hover .g-card-img-bg {
  background-color: #3b5998; }

/* FACEBOOK END */
/* INSTAGRAM START */
.g-card--left.instagram-box {
  box-shadow: 8px 8px 0 -4px #125688, 8px 8px 0 0px #1c1c1c; }

.g-card--right.instagram-box {
  box-shadow: -8px 8px 0 -4px #125688, -8px 8px 0 0px #1c1c1c; }

.g-card--center.instagram-box {
  box-shadow: 0px 8px 0 -4px #125688, 0px 8px 0 0px #1c1c1c; }

.g-card--left.instagram-box:not(:hover) {
  box-shadow: 0 0 0 -4px #125688, 0 0 0 0px #1c1c1c; }

.g-card--right.instagram-box:not(:hover) {
  box-shadow: 0 0 0 -4px #125688, 0 0 0 0px #1c1c1c; }

.g-card--center.instagram-box:not(:hover) {
  box-shadow: 0 0 0 -4px #125688, 0 0 0 0px #1c1c1c; }

.g-card.instagram-box:hover .g-card-img-bg {
  background-color: #125688; }

/* INSTAGRAM END */
/* TWITTER START */
.g-card--left.twitter-box {
  box-shadow: 8px 8px 0 -4px #00aced, 8px 8px 0 0px #1c1c1c; }

.g-card--right.twitter-box {
  box-shadow: -8px 8px 0 -4px #00aced, -8px 8px 0 0px #1c1c1c; }

.g-card--center.twitter-box {
  box-shadow: 0px 8px 0 -4px #00aced, 0px 8px 0 0px #1c1c1c; }

.g-card--left.twitter-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00aced, 0 0 0 0px #1c1c1c; }

.g-card--right.twitter-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00aced, 0 0 0 0px #1c1c1c; }

.g-card--center.twitter-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00aced, 0 0 0 0px #1c1c1c; }

.g-card.twitter-box:hover .g-card-img-bg {
  background-color: #00aced; }

/* TWITTER END */
/* LINKEDIN START */
.g-card--left.linkedin-box {
  box-shadow: 8px 8px 0 -4px #007bb5, 8px 8px 0 0px #1c1c1c; }

.g-card--right.linkedin-box {
  box-shadow: -8px 8px 0 -4px #007bb5, -8px 8px 0 0px #1c1c1c; }

.g-card--center.linkedin-box {
  box-shadow: 0px 8px 0 -4px #007bb5, 0px 8px 0 0px #1c1c1c; }

.g-card--left.linkedin-box:not(:hover) {
  box-shadow: 0 0 0 -4px #007bb5, 0 0 0 0px #1c1c1c; }

.g-card--right.linkedin-box:not(:hover) {
  box-shadow: 0 0 0 -4px #007bb5, 0 0 0 0px #1c1c1c; }

.g-card--center.linkedin-box:not(:hover) {
  box-shadow: 0 0 0 -4px #007bb5, 0 0 0 0px #1c1c1c; }

.g-card.linkedin-box:hover .g-card-img-bg {
  background-color: #007bb5; }

/* LINKEDIN END */
/* YOUTUBE START */
.g-card--left.youtube-box {
  box-shadow: 8px 8px 0 -4px #bb0000, 8px 8px 0 0px #1c1c1c; }

.g-card--right.youtube-box {
  box-shadow: -8px 8px 0 -4px #bb0000, -8px 8px 0 0px #1c1c1c; }

.g-card--center.youtube-box {
  box-shadow: 0px 8px 0 -4px #bb0000, 0px 8px 0 0px #1c1c1c; }

.g-card--left.youtube-box:not(:hover) {
  box-shadow: 0 0 0 -4px #bb0000, 0 0 0 0px #1c1c1c; }

.g-card--right.youtube-box:not(:hover) {
  box-shadow: 0 0 0 -4px #bb0000, 0 0 0 0px #1c1c1c; }

.g-card--center.youtube-box:not(:hover) {
  box-shadow: 0 0 0 -4px #bb0000, 0 0 0 0px #1c1c1c; }

.g-card.youtube-box:hover .g-card-img-bg {
  background-color: #bb0000; }

/* YOUTUBE END */
/* ADWORDS START */
.g-card--left.adwords-box {
  box-shadow: 8px 8px 0 -4px #00933B, 8px 8px 0 0px #1c1c1c; }

.g-card--right.adwords-box {
  box-shadow: -8px 8px 0 -4px #00933B, -8px 8px 0 0px #1c1c1c; }

.g-card--center.adwords-box {
  box-shadow: 0px 8px 0 -4px #00933B, 0px 8px 0 0px #1c1c1c; }

.g-card--left.adwords-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00933B, 0 0 0 0px #1c1c1c; }

.g-card--right.adwords-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00933B, 0 0 0 0px #1c1c1c; }

.g-card--center.adwords-box:not(:hover) {
  box-shadow: 0 0 0 -4px #00933B, 0 0 0 0px #1c1c1c; }

.g-card.adwords-box:hover .g-card-img-bg {
  background-color: #00933B; }

/* ADWORDS END */
/* GOOGLE PLUS START */
.g-card--left.google-plus-box {
  box-shadow: 8px 8px 0 -4px #dd4b39, 8px 8px 0 0px #1c1c1c; }

.g-card--right.google-plus-box {
  box-shadow: -8px 8px 0 -4px #dd4b39, -8px 8px 0 0px #1c1c1c; }

.g-card--center.google-plus-box {
  box-shadow: 0px 8px 0 -4px #dd4b39, 0px 8px 0 0px #1c1c1c; }

.g-card--left.google-plus-box:not(:hover) {
  box-shadow: 0 0 0 -4px #dd4b39, 0 0 0 0px #1c1c1c; }

.g-card--right.google-plus-box:not(:hover) {
  box-shadow: 0 0 0 -4px #dd4b39, 0 0 0 0px #1c1c1c; }

.g-card--center.google-plus-box:not(:hover) {
  box-shadow: 0 0 0 -4px #dd4b39, 0 0 0 0px #1c1c1c; }

.g-card.google-plus-box:hover .g-card-img-bg {
  background-color: #dd4b39; }

/* GOOGLE PLUS END */
/* TUMBLR START */
.g-card--left.tumblr-box {
  box-shadow: 8px 8px 0 -4px #32506d, 8px 8px 0 0px #1c1c1c; }

.g-card--right.tumblr-box {
  box-shadow: -8px 8px 0 -4px #32506d, -8px 8px 0 0px #1c1c1c; }

.g-card--center.tumblr-box {
  box-shadow: 0px 8px 0 -4px #32506d, 0px 8px 0 0px #1c1c1c; }

.g-card--left.tumblr-box:not(:hover) {
  box-shadow: 0 0 0 -4px #32506d, 0 0 0 0px #1c1c1c; }

.g-card--right.tumblr-box:not(:hover) {
  box-shadow: 0 0 0 -4px #32506d, 0 0 0 0px #1c1c1c; }

.g-card--center.tumblr-box:not(:hover) {
  box-shadow: 0 0 0 -4px #32506d, 0 0 0 0px #1c1c1c; }

.g-card.tumblr-box:hover .g-card-img-bg {
  background-color: #32506d; }

/* TUMBLR END */
/* PINTEREST START */
.g-card--left.pinterest-box {
  box-shadow: 8px 8px 0 -4px #bd081c, 8px 8px 0 0px #1c1c1c; }

.g-card--right.pinterest-box {
  box-shadow: -8px 8px 0 -4px #bd081c, -8px 8px 0 0px #1c1c1c; }

.g-card--center.pinterest-box {
  box-shadow: 0px 8px 0 -4px #bd081c, 0px 8px 0 0px #1c1c1c; }

.g-card--left.pinterest-box:not(:hover) {
  box-shadow: 0 0 0 -4px #bd081c, 0 0 0 0px #1c1c1c; }

.g-card--right.pinterest-box:not(:hover) {
  box-shadow: 0 0 0 -4px #bd081c, 0 0 0 0px #1c1c1c; }

.g-card--center.pinterest-box:not(:hover) {
  box-shadow: 0 0 0 -4px #bd081c, 0 0 0 0px #1c1c1c; }

.g-card.pinterest-box:hover .g-card-img-bg {
  background-color: #bd081c; }

/* PINTEREST END */
/* PINTEREST START */
.g-card--left.snapchat-box {
  box-shadow: 8px 8px 0 -4px #FFFC00, 8px 8px 0 0px #1c1c1c; }

.g-card--right.snapchat-box {
  box-shadow: -8px 8px 0 -4px #FFFC00, -8px 8px 0 0px #1c1c1c; }

.g-card--center.snapchat-box {
  box-shadow: 0px 8px 0 -4px #FFFC00, 0px 8px 0 0px #1c1c1c; }

.g-card--left.snapchat-box:not(:hover) {
  box-shadow: 0 0 0 -4px #FFFC00, 0 0 0 0px #1c1c1c; }

.g-card--right.snapchat-box:not(:hover) {
  box-shadow: 0 0 0 -4px #FFFC00, 0 0 0 0px #1c1c1c; }

.g-card--center.snapchat-box:not(:hover) {
  box-shadow: 0 0 0 -4px #FFFC00, 0 0 0 0px #1c1c1c; }

.g-card.snapchat-box:hover .g-card-img-bg {
  background-color: #FFFC00; }

/* PINTEREST END */
/* PINTEREST START */
.g-card--left.product-hunt-box {
  box-shadow: 8px 8px 0 -4px #DA552F, 8px 8px 0 0px #1c1c1c; }

.g-card--right.product-hunt-box {
  box-shadow: -8px 8px 0 -4px #DA552F, -8px 8px 0 0px #1c1c1c; }

.g-card--center.product-hunt-box {
  box-shadow: 0px 8px 0 -4px #DA552F, 0px 8px 0 0px #1c1c1c; }

.g-card--left.product-hunt-box:not(:hover) {
  box-shadow: 0 0 0 -4px #DA552F, 0 0 0 0px #1c1c1c; }

.g-card--right.product-hunt-box:not(:hover) {
  box-shadow: 0 0 0 -4px #DA552F, 0 0 0 0px #1c1c1c; }

.g-card--center.product-hunt-box:not(:hover) {
  box-shadow: 0 0 0 -4px #DA552F, 0 0 0 0px #1c1c1c; }

.g-card.product-hunt-box:hover .g-card-img-bg {
  background-color: #DA552F; }

/* PINTEREST END */
.g-card.pink-box:hover .g-card-img-bg {
  background-color: #ff285a; }

.g-card.yellow-box:hover .g-card-img-bg {
  background-color: #ffe000; }

.g-card.blue-box:hover .g-card-img-bg {
  background-color: #19e6ff; }

.g-card.green-box:hover .g-card-img-bg {
  background-color: #00ed7e; }

/* coming soon card */
.g-card.coming-soon:hover:after {
  content: 'coming soon';
  background-color: #ff285a;
  width: 100%;
  font-size: 2rem;
  padding: 60px 0px;
  position: absolute;
  top: 0px;
  height: 52%;
  text-align: center; }

.g-card.yellow-box.coming-soon:hover:after {
  background-color: #ffe000; }

.g-card.blue-box.coming-soon:hover:after {
  background-color: #19e6ff; }

.g-card.green-box.coming-soon:hover:after {
  background-color: #00ed7e; }

.g-card.coming-soon {
  -webkit-transition: 0s;
  transition: 0s; }

.no-paragraph.g-card:hover p {
  display: none; }

.no-paragraph.g-card {
  min-height: 100px;
  margin-bottom: 50px; }

.g-card.no-paragraph img {
  width: 64px;
  margin-top: -16px; }

.no-paragraph .g-card-img-bg {
  margin-bottom: 0px; }

.no-paragraph.g-card h3 {
  margin-top: 15px;
  font-size: 1.5rem; }

.no-paragraph .g-card-img-bg {
  width: 32px;
  height: 32px; }

.no-paragraph {
  border: 4px solid #1c1c1c !important; }

/*====================
    GENERATOR CARDS END
=====================*/
/*====================
    BUTTONS START
=====================*/
.btn {
  padding: 12px;
  font-size: 1.4rem;
  border: 4px solid #1c1c1c;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: block;
  -webkit-transition: .1s;
  transition: .1s;
  position: relative;
  cursor: pointer;
  font-family: 'Roboto Slab', serif; }

.hidden {
  display: none; }

.btn:hover {
  background-color: #1c1c1c; }

.btn.left span {
  color: #1c1c1c;
  position: absolute;
  font-weight: 300;
  left: 50px;
  font-size: 2.6rem;
  top: -2px; }

.btn.right span {
  color: #1c1c1c;
  position: absolute;
  font-weight: 300;
  right: 44px;
  font-size: 2.6rem;
  top: -2px; }

.btn.right {
  padding-left: 0px;
  padding-right: 45px; }

.btn:hover span {
  color: #fff; }

.dashboard .btn.archive {
  margin-top: 0px; }
  @media (min-width: 768px) {
    .dashboard .btn.archive {
      margin-top: -25px; } }

.btn.archive {
  color: #1c1c1c;
  padding-left: 0px;
  padding-right: 24px; }

.btn.archive:after {
  background-color: #ffe000;
  border: 4px solid #1c1c1c;
  background-image: url(/sgassets/images/global/icons/archive-icn.png);
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 24px;
  top: -4px;
  right: -4px;
  content: "";
  position: absolute; }

.btn.archive:hover {
  color: #fff;
  background-color: #1c1c1c; }

.btn.delete {
  color: #1c1c1c;
  padding-left: 0px;
  padding-right: 24px; }

.btn.delete:after {
  background-color: #ff285a;
  border: 4px solid #1c1c1c;
  background-image: url(/images/global/icons/trash-icn-white.png);
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 24px;
  top: -4px;
  right: -4px;
  content: "";
  position: absolute; }

.btn.delete:hover {
  color: #fff;
  background-color: #1c1c1c; }

.btn-md {
  width: 100%;
  max-width: 250px; }

.btn-sm {
  width: 100%;
  max-width: 140px; }

.btn-xs {
  width: 100%;
  padding: 5px 12px;
  font-size: 1rem;
  color: #1c1c1c;
  cursor: pointer; }

.btn-xs:hover {
  color: #fff; }

.btn-xs.design {
  color: #fff; }

.btn-xs.design:hover {
  color: #fff !important; }

.btn-shadow {
  box-shadow: 0px 8px 0 -4px #3b5998, 0px 8px 0 0px #1c1c1c; }

.btn-shadow.pink {
  box-shadow: 0px 8px 0 -4px #ff285a, 0px 8px 0 0px #1c1c1c; }

.btn-shadow.blue {
  box-shadow: 0px 8px 0 -4px #19e6ff, 0px 8px 0 0px #1c1c1c;
  color: #1c1c1c; }

.btn-shadow.blue:hover {
  color: #fff; }

.btn-shadow.twitter-blue {
  box-shadow: 0px 8px 0 -4px #00aced, 0px 8px 0 0px #1c1c1c;
  color: #1c1c1c; }

.btn-shadow.twitter-blue:hover {
  color: #fff; }

.btn-shadow.green {
  box-shadow: 0px 8px 0 -4px #00ed7e, 0px 8px 0 0px #1c1c1c; }

.btn-shadow.white {
  box-shadow: 0px 6px 0 -4px #fff, 0px 6px 0 0px #1c1c1c; }

.btn-shadow:active {
  box-shadow: none;
  top: 12px;
  -webkit-transition: .1s;
  transition: .1s; }

.btn-shadow-left {
  box-shadow: -8px 8px 0 -4px #3b5998, -8px 8px 0 0px #1c1c1c; }

.btn.btn-shadow-left {
  margin-left: 8px; }

.btn-shadow-left.pink {
  box-shadow: -8px 8px 0 -4px #ff285a, -8px 8px 0 0px #1c1c1c; }

.btn-shadow-left.btn-xs {
  box-shadow: -6px 6px 0 -4px #fff, -6px 6px 0 0px #1c1c1c;
  margin-left: 6px; }

.btn-shadow-left.btn-xs:active {
  box-shadow: none;
  top: 6px;
  left: -6px;
  -webkit-transition: .1s;
  transition: .1s; }

.btn-shadow-left.archive {
  box-shadow: -8px 8px 0 -4px #ffe000, -8px 8px 0 0px #1c1c1c; }

.btn-shadow-left.delete {
  box-shadow: -8px 8px 0 -4px #ff285a, -8px 8px 0 0px #1c1c1c; }

.btn-shadow-left.blue {
  box-shadow: -8px 8px 0 -4px #19e6ff, -8px 8px 0 0px #1c1c1c;
  color: #1c1c1c; }

.btn-shadow-left.blue:hover {
  color: #fff; }

.btn-shadow-left.yellow {
  box-shadow: -8px 8px 0 -4px #ffe000, -8px 8px 0 0px #1c1c1c;
  color: #1c1c1c; }

.btn-shadow-left.yellow:hover {
  color: #fff; }

.btn-shadow-left:active {
  box-shadow: none;
  top: 8px;
  left: -8px;
  -webkit-transition: .1s;
  transition: .1s; }

.btn.pink-border {
  border: 4px solid #ff285a;
  color: #ff285a; }

.btn.pink-border:hover {
  border: 4px solid #ff285a;
  color: #fff;
  background-color: #ff285a; }

.btn.dark-border {
  border: 4px solid #1c1c1c;
  color: #1c1c1c; }

.btn.dark-border:hover {
  color: #fff;
  background-color: #1c1c1c; }

.btn.green {
  color: #1c1c1c; }

.btn.green:hover {
  color: #fff;
  background-color: #1c1c1c; }

.btn.white {
  color: #1c1c1c; }

.btn.white:hover {
  color: #fff; }

.btn-xs {
  text-decoration: none; }

.btn-xs i {
  margin-right: 5px;
  font-weight: 900;
  font-size: 1.6rem;
  vertical-align: middle; }

.btn-xs:hover {
  color: #3b5998; }

.text-button a {
  color: #dfdfdf;
  text-decoration: none; }

.text-button a:hover {
  color: #1c1c1c;
  text-decoration: underline; }

.text-button {
  margin-top: 30px; }

.back-button {
  width: 115px;
  padding: 20px 0px 15px 15px;
  display: inline-block; }

.next-button {
  width: 120px;
  padding: 10px 10px 15px 0px;
  float: right;
  display: inline-block;
  margin-right: 10px; }

.next-button .next-btn {
  padding: 2px 35px 5px 5px; }

.next-button .btn.right.next-btn span {
  font-size: 2rem;
  top: -4px;
  right: 25px; }

.next-button-ps {
  width: 120px;
  padding: 10px 10px 15px 0px;
  display: inline-block; }

.next-button-ps .next-btn {
  padding: 2px 35px 5px 5px; }

.next-button-ps .btn.right.next-btn span {
  font-size: 2rem;
  top: -4px;
  right: 25px; }

.right-arrow {
  width: 20px;
  margin: 0 auto;
  position: absolute;
  right: 4px;
  top: 0px; }

.right-arrow svg {
  width: 90%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  height: auto;
  margin: auto;
  stroke: #1c1c1c; }

.selected-images .right-arrow {
  right: 14px;
  top: 10px; }

.images-modal-buttons .right-arrow {
  right: 14px;
  top: 10px; }

.next-button:hover svg {
  stroke: #fff; }

.next-button-ps:hover svg {
  stroke: #fff; }

.next-btn:hover .right-arrow svg {
  stroke: #fff; }

.inactive-btn {
  border: 4px solid #dfdfdf !important;
  background-color: #fff !important;
  box-shadow: none !important;
  color: #dfdfdf !important;
  cursor: default !important;
  right: 4px;
  top: 4px;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.inactive-btn svg {
  stroke: #dfdfdf !important; }

.inactive-btn span {
  color: #dfdfdf !important; }

.inactive-btn:active {
  top: 4px;
  left: -4px;
  border: 4px solid #ff285a !important;
  color: #ff285a !important; }

.inactive-btn:active svg {
  stroke: #ff285a !important; }

.inactive-btn:active span {
  color: #ff285a !important; }

.no-btn {
  display: none; }

.left-arrow {
  width: 20px;
  margin: 0 auto;
  position: absolute;
  left: 10px;
  top: 25px; }

.left-arrow svg {
  width: 90%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: auto;
  margin: auto;
  stroke: #1c1c1c; }

.back-button:hover svg {
  stroke: #3b5998; }

.help-button {
  position: absolute;
  width: 40px;
  left: calc(50% - 20px);
  top: -38px;
  padding: 10px 16px;
  height: 40px;
  background-color: #fff; }
  @media (min-width: 500px) {
    .help-button {
      width: 32px;
      left: calc(50% - 16px);
      top: 24px;
      padding: 0px; } }

.help-button a {
  color: #1c1c1c; }

.help-button.help-right {
  left: calc(100% - 75px);
  position: fixed;
  top: 40px; }

.save-draft {
  position: fixed;
  bottom: 13px;
  right: 10px;
  z-index: 999; }

.save-draft .btn-xs {
  border: 4px solid #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #dfdfdf; }

.save-draft .btn-xs:hover {
  background-color: #fff;
  border: 4px solid #dfdfdf;
  color: #dfdfdf; }

.btn.dark-blue i.fa.fa-facebook {
  position: absolute;
  left: 19px;
  top: 14px; }

.btn.twitter-blue i.fa.fa-twitter {
  position: absolute;
  left: 19px;
  top: 14px; }

.btn.white i.fa.fa-envelope {
  position: absolute;
  left: 19px;
  top: 14px; }

.share-modal .btn {
  width: 70px;
  padding-left: 70px;
  display: inline-block; }

.tell-me-more .btn-xs {
  width: 100px; }

/*====================
    BUTTONS END
=====================*/
/*==================== 
    CHECKBOX START
=====================*/
.checkbox {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: FontAwesome;
  height: 30px;
  width: 30px;
  border: 3px solid #1c1c1c;
  color: #fff;
  cursor: pointer; }

.checkbox:hover {
  background: #dfdfdf; }

.checkbox:checked {
  background: #fff; }

.checkbox:checked:focus {
  outline: none; }

.checkbox:checked::after {
  -webkit-animation: checkbox-click 0.1s;
  animation: checkbox-click 0.1s;
  color: #fff;
  height: 30px;
  width: 30px;
  border: 3px solid #1c1c1c;
  content: '\f00c';
  display: block;
  position: relative;
  top: -7px;
  left: -7px;
  text-align: center;
  line-height: 24px; }

@-webkit-keyframes checkbox-click {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 30px;
    width: 30px;
    margin-left: -7px;
    margin-top: -7px;
    opacity: 1; } }

@keyframes checkbox-click {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 30px;
    width: 30px;
    margin-left: -7px;
    margin-top: -7px;
    opacity: 1; } }

/*==================== 
    CHECKBOX END
=====================*/
/*===================================
    PROFILE IMAGES START
=====================================*/
.fb-user-img {
  padding: 15px;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle; }

.fb-user-img img {
  width: 80px;
  height: 80px; }

.round.fb-user-img img {
  width: 64px;
  height: 64px;
  border: none;
  box-shadow: none;
  border-radius: 100%; }

.fb-user-name {
  position: absolute;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  top: 25px; }

.fb-user-name a {
  color: #1c1c1c;
  font-size: 0.8rem;
  margin: 2px 5px; }

.fb-user-name a:hover {
  text-decoration: underline; }

/*===================================
    PROFILE IMAGES END
=====================================*/
/*====================
    FILTER START
=====================*/
.filter {
  padding: 5px 15px;
  display: inline-block;
  color: #1c1c1c;
  background: #dfdfdf;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 10px 5px; }

.filter:hover {
  background-color: #1c1c1c;
  color: #fff;
  cursor: pointer; }

.filter.slim {
  font-size: 0.7rem;
  padding: 8px 10px;
  font-weight: 900; }

.dashboard .filter {
  margin-top: 0px; }

.filter.active {
  background-color: #1c1c1c;
  color: #fff; }

.active.blue-pill {
  background-color: #19e6ff;
  color: #fff; }

.active.pink-pill {
  background-color: #ff285a;
  color: #fff; }

.active.yellow-pill {
  background-color: #ffe000;
  color: #1c1c1c; }

.active.green-pill {
  background-color: #00ed7e;
  color: #fff; }

.blue-pill:hover {
  background-color: #19e6ff;
  color: #fff; }

.pink-pill:hover {
  background-color: #ff285a;
  color: #fff; }

.yellow-pill:hover {
  background-color: #ffe000;
  color: #1c1c1c; }

.green-pill:hover {
  background-color: #00ed7e;
  color: #fff; }

/*====================
    FILTER END
=====================*/
/*===================================
    TABLE START
=====================================*/
th {
  padding: 16px 20px;
  border: 4px solid #1c1c1c;
  cursor: pointer; }

th:hover {
  color: #fff;
  background-color: #1c1c1c; }

table {
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 50px; }

.reactable-data td {
  border: 2px solid #1c1c1c;
  padding: 16px;
  border-left: 4px solid #1c1c1c;
  border-right: 4px solid #1c1c1c; }

tr:nth-child(even) {
  background-color: #f4f4f5; }

td {
  padding-top: 20px; }

a.reactable-page-button.reactable-current-page {
  border: 3px solid #1c1c1c;
  margin: 10px 0px;
  padding: 12px;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none; }

a.reactable-page-button {
  border: 3px solid #1c1c1c;
  padding: 12px;
  color: #1c1c1c;
  text-decoration: none; }

a.reactable-page-button:hover {
  background-color: #1c1c1c;
  color: #fff; }

a.reactable-next-page {
  border: 3px solid #1c1c1c;
  padding: 12px 30px;
  margin: 10px;
  color: #1c1c1c;
  text-decoration: none; }

a.reactable-next-page:hover {
  background-color: #1c1c1c;
  color: #fff; }

a.reactable-previous-page {
  border: 3px solid #1c1c1c;
  padding: 12px 30px;
  margin: 10px;
  color: #1c1c1c;
  text-decoration: none; }

a.reactable-previous-page:hover {
  background-color: #1c1c1c;
  color: #fff; }

.reactable-data tr:first-child {
  border-top: 4px solid #1c1c1c; }

.reactable-data tr:last-child {
  border-bottom: 4px solid #1c1c1c; }

tbody:before {
  line-height: 2;
  content: "_";
  color: white;
  display: block; }

thead {
  box-shadow: 0px 10px 0 -2px #19e6ff, 0px 10px 0 2px #1c1c1c; }

/*===================================
    TABLE END
=====================================*/
/*====================
    LOADING LIST START
=====================*/
.wdt-loading-screen {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  font-weight: 300; }

.wdt-loading-phrases {
  width: 300px;
  margin: 0 auto;
  height: 150px;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  padding-top: 50px;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.wdt-loading-phrases:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, white 100%); }

.wdt-loading-phrase {
  padding-left: 50px;
  padding-top: 22px;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  line-height: 0px;
  font-size: 1rem;
  height: 40px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.wdt-loading-phrase:before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 2px solid #1c1c1c; }

.wdt-loading-phrase:after {
  opacity: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #1c1c1c;
  font-family: FontAwesome;
  content: '\f00c';
  color: #fff;
  padding-left: 6px;
  font-size: 1rem;
  line-height: 25px;
  left: 2px;
  top: 3px;
  position: absolute;
  background-color: #00ed7e; }

.wdt-loading-phrase.wdt-checked:after {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: tick-box;
  animation-name: tick-box;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes tick-box {
  0% {
    left: 4px;
    top: 6px;
    opacity: 0.35; }
  100% {
    left: 2px;
    top: 3px;
    opacity: 1; } }

@keyframes tick-box {
  0% {
    left: 4px;
    top: 6px;
    opacity: 0.35; }
  100% {
    left: 2px;
    top: 3px;
    opacity: 1; } }

/*====================
    LOADING LIST END
=====================*/
/*====================
    LOADING ICON START
=====================*/
.jelly-loader {
  width: 0;
  height: 0;
  margin: auto;
  padding: 50px;
  -webkit-filter: url(#goo);
          filter: url(#goo); }

.jelly-blur svg:not(:root) {
  position: absolute; }

.jelly-loading {
  position: absolute; }

.jelly-loading:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #ffe000;
  position: absolute;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-left: -15px;
  margin-top: -15px; }

.jelly-loading:nth-child(5):before {
  z-index: 100;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  -webkit-animation: jelly-loading-colors 4s ease infinite;
          animation: jelly-loading-colors 4s ease infinite; }

.jelly-loading:nth-child(1) {
  -webkit-animation: jelly-loading-rotate-1 4s 0s linear infinite;
          animation: jelly-loading-rotate-1 4s 0s linear infinite; }

.jelly-loading:nth-child(1):before {
  background-color: #ff285a;
  -webkit-animation: jelly-loading-move 4s 0s ease infinite;
          animation: jelly-loading-move 4s 0s ease infinite; }

.jelly-loading:nth-child(2) {
  -webkit-animation: jelly-loading-rotate-2 4s 1s linear infinite;
          animation: jelly-loading-rotate-2 4s 1s linear infinite; }

.jelly-loading:nth-child(2):before {
  background-color: #19e6ff;
  -webkit-animation: jelly-loading-move 4s 1s ease infinite;
          animation: jelly-loading-move 4s 1s ease infinite; }

.jelly-loading:nth-child(3) {
  -webkit-animation: jelly-loading-rotate-3 4s 2s linear infinite;
          animation: jelly-loading-rotate-3 4s 2s linear infinite; }

.jelly-loading:nth-child(3):before {
  background-color: #00ed7e;
  -webkit-animation: jelly-loading-move 4s 2s ease infinite;
          animation: jelly-loading-move 4s 2s ease infinite; }

.jelly-loading:nth-child(4) {
  -webkit-animation: jelly-loading-rotate-4 4s 3s linear infinite;
          animation: jelly-loading-rotate-4 4s 3s linear infinite; }

.jelly-loading:nth-child(4):before {
  background-color: #ffe000;
  -webkit-animation: jelly-loading-move 4s 3s ease infinite;
          animation: jelly-loading-move 4s 3s ease infinite; }

@-webkit-keyframes jelly-loading-move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  18%, 22% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px); }
  40%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes jelly-loading-move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  18%, 22% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px); }
  40%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes jelly-loading-move-fullscreen {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  18%, 22% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px); }
  40%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes jelly-loading-move-fullscreen {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  18%, 22% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px); }
  40%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes jelly-loading-colors {
  0% {
    background-color: #00ed7e; }
  25% {
    background-color: #ff285a; }
  50% {
    background-color: #19e6ff; }
  75% {
    background-color: #00ed7e; }
  100% {
    background-color: #ffe000; } }

@keyframes jelly-loading-colors {
  0% {
    background-color: #00ed7e; }
  25% {
    background-color: #ff285a; }
  50% {
    background-color: #19e6ff; }
  75% {
    background-color: #00ed7e; }
  100% {
    background-color: #ffe000; } }

@-webkit-keyframes jelly-loading-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
            transform: rotate(-105deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes jelly-loading-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
            transform: rotate(-105deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes jelly-loading-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
            transform: rotate(165deg); }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); } }

@keyframes jelly-loading-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
            transform: rotate(165deg); }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); } }

@-webkit-keyframes jelly-loading-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
            transform: rotate(435deg); }
  100% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); } }

@keyframes jelly-loading-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
            transform: rotate(435deg); }
  100% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); } }

@-webkit-keyframes jelly-loading-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
            transform: rotate(705deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

@keyframes jelly-loading-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
            transform: rotate(705deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

.fullscreen-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(28, 28, 28, 0.9);
  top: 0px;
  left: 0px; }

.fullscreen-loading .jelly-loader {
  margin-top: 35vh;
  padding: 140px; }

.fullscreen-loading .jelly-loading {
  margin-top: -30px; }

.fullscreen-loading .jelly-loader svg {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 999;
  display: inline;
  margin-left: -48px; }

.fullscreen-loading .jelly-loading:before {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-left: -30px;
  margin-top: -30px; }

.fullscreen-loading .jelly-loading:nth-child(5):before {
  z-index: 100;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  -webkit-animation: jelly-loading-colors 4s ease infinite;
          animation: jelly-loading-colors 4s ease infinite; }

.fullscreen-loading .jelly-loading:nth-child(1) {
  -webkit-animation: jelly-loading-rotate-1 4s 0s linear infinite;
          animation: jelly-loading-rotate-1 4s 0s linear infinite; }

.fullscreen-loading .jelly-loading:nth-child(1):before {
  background-color: #ff285a;
  -webkit-animation: jelly-loading-move-fullscreen 4s 0s ease infinite;
          animation: jelly-loading-move-fullscreen 4s 0s ease infinite; }

.fullscreen-loading .jelly-loading:nth-child(2) {
  -webkit-animation: jelly-loading-rotate-2 4s 1s linear infinite;
          animation: jelly-loading-rotate-2 4s 1s linear infinite; }

.fullscreen-loading .jelly-loading:nth-child(2):before {
  background-color: #19e6ff;
  -webkit-animation: jelly-loading-move-fullscreen 4s 1s ease infinite;
          animation: jelly-loading-move-fullscreen 4s 1s ease infinite; }

.fullscreen-loading .jelly-loading:nth-child(3) {
  -webkit-animation: jelly-loading-rotate-3 4s 2s linear infinite;
          animation: jelly-loading-rotate-3 4s 2s linear infinite; }

.fullscreen-loading .jelly-loading:nth-child(3):before {
  background-color: #00ed7e;
  -webkit-animation: jelly-loading-move-fullscreen 4s 2s ease infinite;
          animation: jelly-loading-move-fullscreen 4s 2s ease infinite; }

.fullscreen-loading .jelly-loading:nth-child(4) {
  -webkit-animation: jelly-loading-rotate-4 4s 3s linear infinite;
          animation: jelly-loading-rotate-4 4s 3s linear infinite; }

.fullscreen-loading .jelly-loading:nth-child(4):before {
  background-color: #ffe000;
  -webkit-animation: jelly-loading-move-fullscreen 4s 3s ease infinite;
          animation: jelly-loading-move-fullscreen 4s 3s ease infinite; }

.designer-loading {
  background-color: rgba(28, 28, 28, 0.9);
  width: 500px;
  height: 262px;
  z-index: 9;
  position: absolute; }

.designer-loading .jelly-loader {
  margin-top: 80px; }

.designer-loading .jelly-loader svg {
  width: 130px;
  position: absolute;
  margin-left: -42px;
  z-index: 9999;
  margin-top: -10px; }

.designer-loading .loading-logo-full {
  display: none; }

.fullscreen-loading .loading-logo-ad {
  display: none; }

/*====================
    LOADING ICON END
=====================*/
/*===================================
    INPUTS START
=====================================*/
input {
  border: 4px solid #1c1c1c;
  padding: 10px;
  width: 100%;
  max-width: 500px;
  margin: 5px 0 15px 0;
  display: block; }

label {
  font-weight: 700;
  font-size: 1.2rem; }

textarea {
  border: 4px solid #1c1c1c;
  padding: 10px;
  width: 100%;
  max-width: 500px;
  margin: 5px 0 15px 0;
  display: block; }

input[type="search"] {
  border: none;
  width: 180px;
  display: inline-block; }

.search {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }

.search i {
  position: absolute;
  color: #1c1c1c;
  top: 8px;
  right: 2%;
  font-size: 1.8rem;
  z-index: 9999; }

.search-form {
  position: fixed;
  right: 0px;
  z-index: 99;
  top: 6px;
  width: 200px; }

.ReactTags__tags {
  min-height: 300px; }

.ReactTags__tagInput input {
  border: none;
  border-bottom: 3px solid #1c1c1c;
  margin-bottom: -3px;
  color: #1c1c1c;
  position: relative;
  top: 0px; }

.ReactTags__suggestions {
  border: 3px solid #1c1c1c;
  max-height: 300px;
  overflow: scroll;
  background-color: #fff;
  position: relative; }

.ReactTags__suggestions li {
  list-style: none;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  color: #1c1c1c; }

span.ReactTags__tag {
  border: 4px solid #1c1c1c;
  padding: 16px;
  padding-right: 0px;
  margin: 10px;
  box-shadow: 0px 12px 0 -4px #ffe000, 0px 12px 0 0px #1c1c1c;
  position: relative;
  top: 120px; }

a.ReactTags__remove {
  border: 4px solid #1c1c1c;
  padding: 16px;
  margin-right: -4px;
  margin-left: 16px;
  cursor: pointer; }

a.ReactTags__remove:hover {
  background-color: #1c1c1c;
  color: #fff; }

.ReactTags__suggestions ul {
  padding: 0px;
  margin: 0px; }

.ReactTags__suggestions li:hover {
  background-color: #ffe000; }

mark {
  background-color: #ffe000;
  color: #1c1c1c; }

::-webkit-input-placeholder {
  color: #dfdfdf;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #dfdfdf;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #dfdfdf;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #dfdfdf;
  font-weight: 300; }

.input-save {
  max-width: 550px; }

.input-save label {
  width: 30%;
  display: inline-block; }

.input-save input {
  width: 70%;
  display: inline-block;
  border: none;
  border-bottom: 3px solid #1c1c1c;
  font-size: 1.6rem; }

.input-save::-webkit-input-placeholder {
  color: #1c1c1c;
  font-size: 1.6rem; }

.input-save p {
  font-size: 0.9rem;
  margin: 0px; }

.budget-input input {
  margin: 5px 0 15px 15px;
  border: none;
  width: 165px;
  display: initial;
  font-size: initial; }

span.budget-input {
  border: 4px solid #1c1c1c;
  padding: 10px; }

.budget p {
  font-size: 1rem;
  margin: 0px; }

/*===================================
    INPUTS END
=====================================*/
.tab__list {
  text-align: center;
  padding: 0;
  margin: 0; }
  .tabs--profile .tab__list {
    background-color: #1c1c1c; }

.tab__control {
  list-style: none;
  display: inline-block;
  cursor: pointer; }
  .tabs--profile .tab__control {
    background-color: #1c1c1c;
    color: #fff;
    padding: 21px 12px; }
    .tabs--profile .tab__control:hover, .tabs--profile .tab__control--active {
      border-bottom: 4px solid #ff285a;
      color: #ff285a;
      margin-bottom: -5px; }
    @media (min-width: 750px) {
      .tabs--profile .tab__control {
        padding: 21px 25px; } }
  .tabs--offset .tab__control {
    padding: 12px;
    color: #dfdfdf;
    border: 4px solid #1c1c1c;
    background: white;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
    bottom: 2px;
    left: 0; }
    .tabs--offset .tab__control:first-of-type {
      left: auto;
      right: 0; }
    .tabs--offset .tab__control:not(:last-of-type) {
      margin-right: -4px; }
    .tabs--offset .tab__control:after {
      -webkit-transition: inherit;
      transition: inherit;
      box-sizing: content-box;
      content: "";
      background: #19e6ff;
      border: 4px solid #1c1c1c;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: block;
      top: -4px;
      left: -4px; }
    .tabs--offset .tab__control--active {
      color: #1c1c1c;
      font-weight: bold;
      bottom: 10px; }
      .tabs--offset .tab__control--active:after {
        top: 4px; }
      .tabs--offset .tab__control--active:first-of-type {
        right: 8px; }
        .tabs--offset .tab__control--active:first-of-type:after {
          left: 4px; }
      .tabs--offset .tab__control--active:last-of-type {
        left: 8px; }
        .tabs--offset .tab__control--active:last-of-type:after {
          left: -12px; }

.tabs--profile .tab__panel {
  background: white;
  color: #1c1c1c;
  text-align: left;
  margin-bottom: 100px; }

.tabs--vertical {
  display: -webkit-box;
  display: flex;
  height: 100%; }

.tabs--vertical > .tab__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: left; }

.tabs--vertical > .tab__list > .tab__control {
  border: 4px solid white;
  border-left: 0;
  border-right: 0;
  padding: 16px 24px;
  background: white;
  position: relative;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
  color: #dfdfdf; }
  .tabs--vertical > .tab__list > .tab__control--active, .tabs--vertical > .tab__list > .tab__control:hover {
    color: #1c1c1c; }
  .tabs--vertical > .tab__list > .tab__control--active {
    border-color: #dfdfdf; }
    .tabs--vertical > .tab__list > .tab__control--active:after {
      content: "";
      display: block;
      height: 100%;
      border-left: 4px solid white;
      position: absolute;
      right: -4px;
      top: 0; }

.tabs--vertical > .tab__panel {
  width: 100%;
  overflow-y: auto;
  border: 4px solid #dfdfdf;
  border-bottom: 0;
  border-right: 0;
  padding: 32px; }

.campaign-generator .tab__list {
  margin: 8px 0px 25px 0px; }

.campaign-run-time .tab__control:after {
  background: #00ed7e; }

/*===================================
    DROPDOWNS START
=====================================*/
.dropdown-menu {
  display: inline-block;
  padding: 16px 30px;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 0px; }

.dropdown-menu i {
  font-weight: 900;
  font-size: 1.5rem;
  margin-left: 10px; }

.ad-account-name {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.menu {
  border: 4px solid #1c1c1c;
  position: fixed;
  top: 56px;
  background-color: #fff;
  z-index: 12;
  width: 320px;
  right: 0px;
  display: none;
  box-shadow: 0px 12px 0 -4px #ffe000, 0px 12px 0 0px #1c1c1c; }

.menu.mobile {
  width: 100%; }

.menu.mobile li:nth-child(2) {
  margin-top: 0px; }

.menu.mobile a {
  text-decoration: none;
  color: #1c1c1c;
  display: block; }

.menu.mobile .btn-sm {
  top: -10px;
  right: 0px;
  float: right;
  max-width: 120px; }

.menu.mobile .btn-sm:hover {
  color: #fff; }

.account-menu {
  padding: 20px 35px;
  background-color: #ffec00;
  border-bottom: 4px solid #1c1c1c; }

.open.menu.mobile {
  display: block; }
  @media (min-width: 750px) {
    .open.menu.mobile {
      display: none; } }

@media (min-width: 750px) {
  .open.menu {
    display: block; } }

.menu ul {
  padding: 0px; }

.menu li {
  display: block;
  padding: 10px 20px;
  margin: 10px 15px;
  text-align: left; }

.menu li:nth-child(2) {
  margin-top: 30px; }

.menu li:hover {
  background-color: #ffe000; }

.menu li:active {
  background-color: #1c1c1c;
  color: #fff; }

.menu .current {
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  background-color: #ffe000;
  padding: 30px 20px 10px 20px;
  cursor: pointer; }

.menu .title {
  font-size: 0.7rem;
  position: absolute;
  margin-top: -23px;
  margin-left: -10px;
  text-decoration: underline;
  font-weight: 900;
  margin-bottom: 20px; }

.menu .title-switch {
  font-size: 0.7rem;
  position: absolute;
  margin-top: 0px;
  margin-left: 25px;
  text-decoration: underline;
  font-weight: 900;
  margin-bottom: 20px; }

.menu .connect {
  border-top: 2px solid #1c1c1c;
  padding: 30px 20px 15px 20px; }

.menu .connect a {
  text-decoration: none;
  color: #1c1c1c; }

.menu .connect:before {
  content: 'Add New Account';
  font-size: 0.7rem;
  position: absolute;
  margin-top: -22px;
  margin-left: -10px;
  text-decoration: underline;
  font-weight: 900;
  margin-bottom: 20px; }

.menu .btn-sm {
  display: inline-block;
  top: 22px;
  right: 3px;
  padding: 6px 30px;
  font-size: 1rem;
  max-width: 190px; }

.menu .account-list {
  margin-top: 30px; }

.switch-account {
  margin: 0px 15px;
  padding: 10px 20px; }

.switch-account:hover {
  cursor: pointer;
  background-color: #ffe000; }

/*===================================
    DROPDOWNS END
=====================================*/
/*====================
    NAVBAR START
=====================*/
.navbar {
  width: 100%;
  height: 60px;
  border-bottom: 4px solid #1c1c1c;
  background-color: #fff;
  z-index: 12;
  position: fixed;
  top: 0px;
  display: block;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

.navbar.shrink {
  height: 100px;
  border: none;
  background-color: transparent;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }
  .navbar.shrink ul {
    margin-left: 200px;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    margin-top: 15px; }
    @media (min-width: 970px) {
      .navbar.shrink ul {
        margin: 0px;
        margin-top: 15px; } }
  .navbar.shrink .logo-wrapper {
    width: auto;
    height: 100%;
    padding-bottom: 12px;
    -webkit-transition: 1s;
    transition: 1s; }
  .navbar.shrink .login-signup .btn {
    margin: 5px;
    padding: 16px 30px;
    font-size: 1rem;
    color: #ff285a;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    background-color: #fff; }
    .navbar.shrink .login-signup .btn:hover {
      color: #fff;
      background-color: #ff285a; }
  .navbar.shrink .navbar-right {
    -webkit-transition-duration: 1s;
            transition-duration: 1s; }
    @media (min-width: 750px) {
      .navbar.shrink .navbar-right {
        margin-top: 8px; } }

.login-signup .btn {
  margin: 5px;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #ff285a;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

.login-signup {
  top: -5px;
  right: 0px;
  width: 240px;
  position: absolute;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

.shrink .login-signup {
  width: 280px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

.navbar a {
  text-decoration: none;
  font-weight: 500;
  color: #1c1c1c; }

.navbar ul {
  text-align: left;
  padding: 0px;
  margin: 0px;
  margin-left: 100px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }
  @media (min-width: 970px) {
    .navbar ul {
      text-align: center;
      margin: 0px; } }

.navbar li {
  display: none; }
  @media (min-width: 750px) {
    .navbar li {
      list-style: none;
      display: inline-block; } }

.navbar li a {
  color: #1c1c1c;
  padding: 19px 14px;
  display: inline-block; }
  @media (min-width: 970px) {
    .navbar li a {
      padding: 19px 25px; } }

.navbar-right {
  display: none; }
  @media (min-width: 750px) {
    .navbar-right {
      position: absolute;
      right: 0px;
      top: -15px;
      display: block; } }

@media (min-width: 750px) {
  a#navbar-campaigns:hover {
    border-bottom: 4px solid #ff285a; }
  a#navbar-campaigns.active {
    border-bottom: 4px solid #ff285a; }
  a#navbar-designs:hover {
    border-bottom: 4px solid #19e6ff; }
  a#navbar-designs.active {
    border-bottom: 4px solid #19e6ff; }
  a#navbar-audiences:hover {
    border-bottom: 4px solid #ffe000; }
  a#navbar-audiences.active {
    border-bottom: 4px solid #ffe000; } }

/*====================
    NAVBAR END
=====================*/
/*====================
    TOGGLE START
=====================*/
.menu-toggle span {
  display: block;
  background: #1c1c1c;
  border-radius: 50px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-sizing: border-box; }

.menu-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 3px solid #fff;
  position: fixed;
  right: 15px;
  top: 9px;
  display: block; }
  .menu-toggle:hover {
    border: 3px solid #1c1c1c; }
  .menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%; }
    .menu-toggle #hamburger span {
      width: 28px;
      height: 3px;
      position: relative;
      top: 3px;
      left: 3px;
      margin: 5px 0; }
      .menu-toggle #hamburger span:nth-child(1) {
        -webkit-transition-delay: .5s;
                transition-delay: .5s; }
      .menu-toggle #hamburger span:nth-child(2) {
        -webkit-transition-delay: .625s;
                transition-delay: .625s; }
      .menu-toggle #hamburger span:nth-child(3) {
        -webkit-transition-delay: .75s;
                transition-delay: .75s; }
  .menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .menu-toggle #cross span:nth-child(1) {
      height: 0%;
      width: 4px;
      position: absolute;
      top: 10%;
      left: 16px;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .menu-toggle #cross span:nth-child(2) {
      width: 0%;
      height: 4px;
      position: absolute;
      left: 12%;
      top: 15px;
      -webkit-transition-delay: .25s;
              transition-delay: .25s; }
  @media (min-width: 750px) {
    .menu-toggle {
      display: none; } }

.menu-toggle.open #hamburger span {
  width: 0%; }
  .menu-toggle.open #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .menu-toggle.open #hamburger span:nth-child(2) {
    -webkit-transition-delay: .1s;
            transition-delay: .1s; }
  .menu-toggle.open #hamburger span:nth-child(3) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }

.menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.roadmap-menu {
  position: absolute;
  right: 300px;
  top: 10px; }

.roadmap-menu img {
  position: relative;
  top: 15px; }

.roadmap-dropdown {
  position: absolute;
  top: 61px;
  left: -58px;
  border: 4px solid #1c1c1c;
  padding: 6px;
  width: 152px;
  background-color: #fff;
  display: none; }

.roadmap-menu:hover .roadmap-dropdown {
  display: initial; }

/*====================
    TOGGLE END
=====================*/
/*====================
   SIZE GUIDE DROP DOWN MENU START
=====================*/
.center-menu-dropdown {
  width: 470px;
  margin: 0 auto; }

.center-menu-dropdown ul {
  padding: 0;
  margin: 0; }

.center-menu-dropdown li {
  display: inline;
  position: relative;
  cursor: default; }

.center-menu-dropdown ul ul {
  position: absolute;
  display: none; }

.center-menu-dropdown li:hover ul {
  display: block;
  border: 4px solid #1c1c1c;
  background-color: #fff;
  text-align: left; }

.center-menu-dropdown ul ul ul {
  left: 100%;
  top: -15px; }

.center-menu-dropdown li:hover > ul {
  display: block; }

.center-menu-dropdown ul li ul li ul {
  display: none !important; }

.center-menu-dropdown ul li ul li:hover ul {
  display: block !important; }

.side-menu-overlay {
  display: inline-block;
  height: 0px;
  width: 0px;
  opacity: 0; }

li.guides-menu:hover .side-menu-overlay {
  display: block;
  position: fixed;
  width: 200%;
  height: 100vh;
  z-index: -1;
  background-color: #fff;
  left: 0px;
  top: 60px;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.side-menu-overlay:hover {
  display: none !important; }

.center-dropdown li a {
  padding: 12px 25px; }

ul.center-dropdown.tools {
  right: 0px; }

.scroll-menu {
  overflow: scroll;
  max-height: 80vh;
  position: relative; }

/*====================
    SIZE GUIDE DROP DOWN MENU END
=====================*/
.select {
  border: 4px solid #1c1c1c;
  border-right: 0;
  position: relative;
  width: calc(100% - 50px);
  margin: 20px 0px; }

.select__items {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  max-height: 300px;
  overflow-y: auto;
  width: calc(100% + 8px);
  border: 4px solid #1c1c1c;
  left: -4px;
  z-index: 1; }
  .select__items > li {
    list-style: none; }

.select--open .select__items {
  display: block; }

.select__item {
  padding: 10px;
  cursor: pointer;
  border: 8px solid #fff;
  width: inherit; }
  .select--large .select__item {
    padding: 10px 24px;
    font-size: 1.25em; }

.select__item:hover:not(.select__item--active) {
  background: #ffe000; }

.select__item--active {
  border: 0;
  padding-left: 24px;
  background: #fff;
  width: 100%; }
  .select--large .select__item--active {
    padding-left: 10px;
    text-align: left; }

.select-arrow {
  padding: 8px;
  width: 50px;
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 100%;
  top: -16px;
  background: #fff;
  box-shadow: 0 12px 0 -4px #fff, 0 12px 0 0px #1c1c1c;
  border: 4px solid #1c1c1c;
  height: calc(100% + 8px); }

.select-arrow:hover {
  background-color: #1c1c1c; }

.select-arrow:hover svg {
  background-color: #1c1c1c;
  stroke: #fff; }

.select-arrow svg {
  width: 90%;
  height: auto;
  margin: auto;
  stroke: #1c1c1c; }

.select--open .select-arrow {
  background: #1c1c1c;
  top: -4px;
  box-shadow: none; }

.select--open .select-arrow svg {
  stroke: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.select__item.select__item--active:hover {
  background-color: #dfdfdf; }

.sort .select {
  border: 0px;
  margin: 0px;
  margin-top: 10px;
  max-width: 100px; }

.sort .select-arrow {
  border: 0px;
  box-shadow: none;
  width: 36px;
  top: -7px; }

.sort .select__item--active {
  padding: 0px; }

.sort .select__items {
  width: 142px;
  left: -6px; }

.simple-select {
  display: inline-block;
  margin-right: 16px; }

.simple-select__items {
  padding: 0;
  background: white;
  position: absolute;
  margin-top: 8px;
  border: 3px solid #1c1c1c;
  z-index: 1; }
  .simple-select__items > li {
    list-style: none; }

.simple-select__item {
  padding: 8px 12px;
  cursor: default;
  font-size: .9rem;
  font-weight: bold; }
  .simple-select__item:hover {
    background: #e1e1e1; }
  .simple-select__item--active:hover {
    background: inherit; }

.simple-select__item--active {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 0 22px 4px 4px;
  border-bottom: 3px solid #1c1c1c; }
  .simple-select__item--active:after {
    content: "";
    border-color: #1c1c1c transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    display: block;
    height: 0;
    position: absolute;
    right: 0px;
    top: 8px;
    width: 0; }

/*====================
    FOOTER NAVIGATION START
=====================*/
.footer-navigation {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  border-top: 1px solid #dfdfdf;
  z-index: 9;
  width: 100%;
  min-height: 66px; }

.chat-icn {
  background: #ffe000;
  cursor: pointer;
  list-style: none;
  height: 20px;
  width: 20px;
  left: 10px;
  margin: 0;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.chat-icn img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: -6px;
  top: -4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.chat-icn:hover img {
  left: -16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.chat-icn:hover {
  background: transparent;
  border-radius: 0px;
  width: 0px;
  height: 0px;
  left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.chat-icn-title {
  background: #ffe000;
  height: 23px;
  left: 18px;
  top: 0px;
  font-size: 0px;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 0px; }

.chat-icn:hover .chat-icn-title {
  opacity: 100;
  width: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px;
  top: -36px;
  left: -50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/*====================
    FOOTER NAVIGATION END
=====================*/
/*===================================
    DATEPICKER START
=====================================*/
/* DayPicker styles */
.DayPicker {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  padding: 1rem 0;
  -webkit-user-select: none;
  user-select: none; }

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 3rem; }

.DayPicker-NavBar {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 .5rem; }

.DayPicker-NavButton {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer; }

.DayPicker-NavButton--prev {
  left: 12%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5wcmV2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InByZXYiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjM5MzE5MywgMjUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMy4zOTMxOTMsIC0yNS4wMDAwMDApIHRyYW5zbGF0ZSgwLjg5MzE5MywgMC4wMDAwMDApIiBmaWxsPSIjNTY1QTVDIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAsNDkuMTIzNzMzMSBMMCw0NS4zNjc0MzQ1IEwyMC4xMzE4NDU5LDI0LjcyMzA2MTIgTDAsNC4yMzEzODMxNCBMMCwwLjQ3NTA4NDQ1OSBMMjUsMjQuNzIzMDYxMiBMMCw0OS4xMjM3MzMxIEwwLDQ5LjEyMzczMzEgWiIgaWQ9InJpZ2h0IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"); }

.DayPicker-NavButton--next {
  right: 12%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uZXh0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Im5leHQiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTUxNDUxLCAwLjAwMDAwMCkiIGZpbGw9IiM1NjVBNUMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCw0OS4xMjM3MzMxIEwwLDQ1LjM2NzQzNDUgTDIwLjEzMTg0NTksMjQuNzIzMDYxMiBMMCw0LjIzMTM4MzE0IEwwLDAuNDc1MDg0NDU5IEwyNSwyNC43MjMwNjEyIEwwLDQ5LjEyMzczMzEgTDAsNDkuMTIzNzMzMSBaIiBpZD0icmlnaHQiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo="); }

.DayPicker-Caption {
  display: table-caption;
  height: 1.5rem;
  text-align: center;
  color: #00ed7e; }

.DayPicker-Weekdays {
  display: table-header-group; }

.DayPicker-WeekdaysRow {
  display: table-row; }

.DayPicker-Weekday {
  display: table-cell;
  padding: .4rem;
  font-size: .875em;
  text-align: center; }

.DayPicker-Body {
  display: table-row-group; }

.DayPicker-Week {
  display: table-row; }

.DayPicker-Day {
  display: table-cell;
  padding: .4rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle; }

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default; }

/* Default modifiers */
.DayPicker-Day--today {
  color: #fff;
  background-color: #dfdfdf;
  font-weight: 300;
  border-radius: 100%; }

.DayPicker-Day--disabled {
  color: #dfdfdf;
  cursor: default;
  background-color: #f4f4f5; }

.DayPicker-Day--outside {
  cursor: default;
  color: #dfdfdf; }

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #f4f4f5; }

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dfdfdf; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: #fff;
  background-color: #00ed7e;
  border-radius: 100%; }

.DayPicker-Day:hover {
  background-color: #00ed7e;
  border-radius: 100%; }

/*===================================
    DATEPICKER END
=====================================*/
.date-input {
  width: 220px;
  margin: 0 auto; }

.date-picker {
  margin-bottom: 50px; }

.date-picker p {
  font-size: 1rem;
  margin: 0px; }

/*==================== 
    LOCAL AWARENESS MAP START
=====================*/
.local-awareness-map iframe {
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 300px;
  border: 4px solid #1c1c1c; }

.local-awareness-map {
  border: 4px solid #1c1c1c;
  padding: 20px;
  padding-bottom: 0px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  box-shadow: 0px 12px 0 -4px #ffe000, 0px 12px 0 0px #1c1c1c;
  margin-bottom: 50px; }

/*==================== 
    LOCAL AWARENESS MAP END
=====================*/
/*====================
    DESIGN LIBRARY START
=====================*/
.design-library {
  border-top: 4px solid #dfdfdf;
  margin-top: 30px; }

.design-library ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.design-library li {
  display: inline-block; }

.design-library input[type="checkbox"][id^="cb"] {
  display: none; }

.design-library label {
  border: 4px solid #fff;
  display: block;
  position: relative;
  margin: 10px 0px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .design-library label {
      margin: 10px; } }

.design-library label:before {
  background-color: #19e6ff;
  text-align: center;
  color: #1c1c1c;
  content: " ";
  display: block;
  border: 4px solid #19e6ff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0); }

.design-library label img {
  height: 164.5px;
  width: 280.5px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-bottom: -5px; }
  @media (min-width: 768px) {
    .design-library label img {
      width: 312.5px; } }
  @media (min-width: 992px) {
    .design-library label img {
      height: 235px;
      width: 446.5px; } }

.design-library .controls {
  background-color: #1c1c1c;
  opacity: 0.8;
  position: absolute;
  display: none;
  left: 211px;
  top: 0px;
  padding-top: 5px;
  width: 70px;
  height: 164.5px; }
  @media (min-width: 768px) {
    .design-library .controls {
      left: 243px; } }
  @media (min-width: 992px) {
    .design-library .controls {
      width: 100px;
      height: 235px;
      left: 346.5px; } }

.design-library .controls img {
  height: 35px;
  padding: 10px 27px 18px 27px;
  width: auto;
  position: relative;
  display: block; }
  @media (min-width: 992px) {
    .design-library .controls img {
      height: 50px; } }

.design-library .controls a {
  height: 75px;
  text-decoration: none; }

.design-library .controls p {
  position: absolute;
  width: 74px;
  margin: 0px;
  text-align: center;
  color: #19e6ff;
  font-size: 0.7rem;
  font-weight: 500;
  display: none; }
  @media (min-width: 992px) {
    .design-library .controls p {
      width: 104px; } }

.design-library .controls img:hover + p {
  display: block; }

.design-library .controls div:hover + p {
  display: block; }

.design-library :checked + label {
  border-color: #19e6ff; }

.design-library :checked + label:before {
  content: "\f00c";
  font-family: FontAwesome;
  -webkit-transform: scale(1);
          transform: scale(1); }

.design-library :checked + label img {
  z-index: -1; }

.design-library label:hover .controls {
  display: block; }

.design-library :checked + label .controls {
  display: none; }

#design-preview {
  background-image: url("/images/global/icons/lookalike-icn-white.png");
  height: 35px;
  width: 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 4px; }
  @media (min-width: 992px) {
    #design-preview {
      margin-top: 8px;
      height: 50px;
      width: 50px; } }

#design-preview:hover {
  background-image: url("/images/global/icons/lookalike-icn-blue.png"); }

#design-edit {
  background-image: url("/images/global/icons/design-icn-white.png");
  height: 35px;
  width: 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 12px; }
  @media (min-width: 992px) {
    #design-edit {
      margin-top: 20px;
      height: 50px;
      width: 50px; } }

#design-edit:hover {
  background-image: url("/images/global/icons/design-icn-blue.png"); }

#design-delete {
  background-image: url("/images/global/icons/trash-icn-white.png");
  height: 35px;
  width: 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 20px; }
  @media (min-width: 992px) {
    #design-delete {
      margin-top: 28px;
      height: 50px;
      width: 50px; } }

#design-delete:hover {
  background-image: url("/images/global/icons/trash-icn-blue.png"); }

.design-library [type="checkbox"], [type="radio"] {
  display: none; }

/*====================
    DESIGN LIBRARY END
=====================*/
/*===================================
    BODY START
=====================================*/
html, body {
  color: #1c1c1c;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  height: 100%; }

/*===================================
    BODY END
=====================================*/
#intercom-container .intercom-launcher-frame {
  bottom: 200px !important; }

/*===================================
    FONTS START
=====================================*/
h1 {
  font-size: 2.8rem;
  font-weight: 900; }

h2 {
  font-size: 2.4rem;
  font-weight: 700; }

h3 {
  font-size: 1.8rem;
  font-weight: 300; }

h4 {
  font-size: 1.6rem;
  font-weight: 300; }

h5 {
  font-size: 1.2rem;
  font-weight: 100; }

p {
  font-size: 1.5rem;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #00ed7e; }

.text-center {
  text-align: center; }

.text-center .btn {
  margin: 0 auto; }

/*===================================
    FONTS END
=====================================*/
/*====================
    PROFILE TABS START
=====================*/
.profile-tabs {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  top: 60px;
  width: 100%;
  position: relative;
  z-index: 1; }

.profile-tabs h2 {
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle; }

.profile-tab {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px; }

.profile-tab .btn {
  margin-top: 20px; }

/*====================
    PROFILE TABS END
=====================*/
/*===============
    REFER FRIENDS MENU START
================*/
.refer-friends {
  display: inline-block;
  margin-right: 150px; }

.refer-friends a {
  margin-top: -9px;
  padding: 18px 0px;
  display: -webkit-box; }

.refer-friends a:hover {
  text-decoration: none;
  border-bottom: 4px solid #ff285a; }

.refer-friends img {
  width: 40px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 15px;
  padding: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.refer-friends a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

/*===============
    REFER FRIENDS MENU END
================*/
.error-page h1 {
  margin-top: 15vh; }

.error-page-img img {
  max-width: 100%; }

/*===============
    DO IT START
================*/
.do-it {
  position: fixed;
  bottom: 66px;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  display: none; }

.do-it-video {
  position: relative;
  overflow: hidden; }

.do-it-video video {
  position: absolute;
  bottom: -26px;
  width: calc(100vw + 1px); }

.final-step:hover .do-it {
  display: block; }

.final-step {
  height: 55px;
  position: fixed;
  width: 300px;
  right: calc(50% - 150px);
  bottom: 3px;
  z-index: 9; }

.final-step .btn {
  padding: 6px; }

.final-step-heading h1 {
  margin: 0px; }

/*===============
    DO IT END
================*/
/*===============
    FRIENDS PAGE START
================*/
.friends-header {
  background-color: #1c1c1c;
  color: #fff;
  margin-top: 60px; }

.friends-header h2 {
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle; }

.friends-header h3 {
  margin: 20px 0px 0px 0px;
  color: #19e6ff;
  font-size: 2rem;
  font-weight: 900; }

.friends-header p {
  font-size: 1rem;
  margin-top: 0px; }

.friends-metric {
  margin-top: 50px; }

.friends-prizes img {
  width: 64px;
  height: auto;
  text-align: center; }

.friends-prizes {
  margin-top: 30px; }

.friends-prizes p {
  padding: 0px;
  margin: 22px;
  font-size: 1rem; }

.friends-prizes .row {
  margin-top: 10px; }

#link {
  outline: none;
  background: #fff;
  color: #1c1c1c;
  border: 3px solid #1c1c1c;
  font-size: 1rem;
  padding: 10px;
  position: relative;
  display: inline-block;
  width: 70%;
  max-width: 400px; }

#button {
  border: 3px solid #1c1c1c;
  padding: 10px;
  font-size: 1rem;
  font-weight: 100;
  background: #1c1c1c;
  color: #fff;
  position: relative;
  display: inline-block; }

.referral-share a {
  background-color: transparent;
  color: #1c1c1c;
  margin: 0px 20px;
  padding: 10px;
  font-size: 2rem;
  display: inline-block;
  border: 3px solid #1c1c1c;
  border-radius: 100px;
  width: 60px;
  height: 60px; }

.referral-share a:hover {
  background-color: #1c1c1c;
  color: #19e6ff; }

.referral {
  padding-bottom: 100px; }

.referral img {
  width: 90%;
  max-width: 600px; }

.referral h2 {
  margin-top: 100px;
  font-size: 2.8rem; }

/*===============
    FRIENDS PAGE END
================*/
/*====================
    TOGGLE START
=====================*/
.toggle {
  width: 280px;
  margin: 50px 0px;
  cursor: pointer;
  position: relative; }

.toggle p {
  text-align: center;
  font-size: 1rem;
  padding: 0px;
  margin: 0 auto;
  margin-top: 3px;
  color: #dfdfdf; }

.toggle .left-toggle-selected p {
  color: #1c1c1c;
  font-weight: 900; }

.toggle .right-toggle-selected p {
  color: #1c1c1c;
  font-weight: 900; }

.toggle-left {
  border: 3px solid #1c1c1c;
  height: 30px;
  width: 140px;
  position: relative;
  float: left;
  cursor: pointer; }

.left-toggle {
  outline: 3px solid #1c1c1c;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: 0px;
  font-weight: 500; }

.toggle-right {
  border: 3px solid #1c1c1c;
  height: 30px;
  width: 140px;
  position: absolute;
  right: 3px; }

.right-toggle {
  outline: 3px solid #1c1c1c;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  font-weight: 500; }

.left-toggle-selected {
  margin-top: -6px;
  margin-left: -11px;
  font-weight: 900;
  -webkit-transition-duration: 0.33333s;
  transition-duration: 0.33333s; }

.right-toggle-selected {
  font-weight: 900;
  margin-top: -6px;
  margin-left: 6px;
  -webkit-transition-duration: 0.33333s;
  transition-duration: 0.33333s; }

/*====================
    TOGGLE END
=====================*/
/*====================
    IMAGES START
=====================*/
.img-lg {
  max-height: 400px;
  max-width: 90%; }

.img-md {
  max-height: 250px;
  max-width: 90%;
  margin-bottom: 20px; }

.img-sm {
  max-height: 200px;
  max-width: 90%; }

/*====================
    IMAGES END
=====================*/
/*====================
    TOUR PAGE START
=====================*/
.tour .row {
  margin: 100px 0px; }

.tour .img-lg {
  margin: 0px 10%; }

/*====================
    TOUR PAGE END
=====================*/
/*====================
    TOUR PAGE START
=====================*/
.pricing-page {
  padding: 50px 0px; }

.landing .intro h1 {
  margin: 0px; }

.landing .row {
  margin: 100px 0px;
  padding: 50px 0px;
  width: 100%; }

.landing .intro .row {
  margin: 0px; }

/*====================
    TOUR PAGE END
=====================*/
/*====================
    LANDING PAGE START
=====================*/
.tell-me-more {
  margin-top: 5%; }
  .tell-me-more p {
    margin: 0px; }

.tell-me-more button {
  border: 3px solid #fff;
  background-color: #fff;
  cursor: pointer;
  padding: 5px; }

.tell-me-more button:hover {
  border: 3px solid #19e6ff;
  background-color: #19e6ff;
  color: #fff; }

.down-arrow {
  width: 40px;
  margin: 0 auto;
  margin-top: 10px; }

.tell-me-more:hover svg {
  stroke: #fff; }

.down-arrow svg {
  width: 90%;
  height: auto;
  margin: auto;
  stroke: #1c1c1c; }

#intro {
  z-index: 5; }

#badass {
  position: fixed;
  z-index: 4; }

#scoop {
  position: fixed;
  z-index: 2; }

.thumbs-up h1 {
  font-size: 4rem;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .thumbs-up h1 {
      font-size: 6rem;
      margin-top: 0px; } }

.thumbs-up .metricl {
  width: 45px;
  float: left; }

.thumbs-up .metricr {
  width: 45px;
  float: right; }

/*====================
    LANDING PAGE END
=====================*/
/*===============================
    DESIGNER PAGE START
=================================*/
.iceberg {
  margin-top: -150px;
  padding-bottom: 100px;
  background-image: url("/images/web/iceberg-img.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #19e6ff; }

.iceberg-learn {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 50px; }

.iceberg-learn a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  width: 120px;
  height: 120px;
  display: block;
  padding: 25px;
  border: 4px solid #fff;
  border-radius: 50%; }

.iceberg-learn a:hover {
  background-color: #fff;
  color: #19e6ff; }

/*===============================
    DESIGNER PAGE END
=================================*/
/*====================
    DASHBOARD START
=====================*/
.dashboard strong {
  font-weight: 900; }

.dashboard p {
  font-size: 1rem;
  padding: 0px;
  margin: 0px; }

.dashboard-row {
  border-top: 4px solid #dfdfdf;
  padding: 20px 15px; }

.dashboard-row .select {
  margin: 5px 0px; }

.dashboard-row h3 {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0px;
  margin: 5px 0px;
  font-weight: 700; }

.dashboard-row span {
  margin-right: 20px; }

li.dashboard-row {
  list-style: none; }

.dashboard ul {
  padding: 0px; }

.campaign-title h1 {
  display: inline-block; }

.campaign-title h2 {
  display: inline-block;
  width: 220px;
  font-size: 1.5rem;
  white-space: nowrap;
  color: #dfdfdf;
  overflow: hidden;
  margin: 0px;
  text-overflow: ellipsis;
  margin-left: 10px; }
  @media (min-width: 992px) {
    .campaign-title h2 {
      width: 320px; } }

.campaign-title .arrow {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: transparent;
  border-top: 0.4rem solid #ff285a;
  border-right: 0.4rem solid #ff285a;
  box-shadow: 0 0 0 #dfdfdf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .campaign-title .arrow.left {
    left: 0;
    -webkit-transform: translate3d(0, -10%, 0) rotate(-135deg);
            transform: translate3d(0, -10%, 0) rotate(-135deg); }
  .campaign-title .arrow.right {
    right: 0;
    -webkit-transform: translate3d(0, -10%, 0) rotate(45deg);
            transform: translate3d(0, -10%, 0) rotate(45deg); }
  .campaign-title .arrow:hover {
    border-top: 0.4rem solid #1c1c1c;
    border-right: 0.4rem solid #1c1c1c;
    box-shadow: 0.2rem -0.2rem 0 #ff285a;
    cursor: pointer; }
    .campaign-title .arrow:hover.left {
      left: -.2rem; }
    .campaign-title .arrow:hover.right {
      right: -.2rem; }

.fade-appear {
  opacity: 0;
  -webkit-transform: translate(-250px, 0);
          transform: translate(-250px, 0);
  -webkit-transform: translate3d(-250px, 0, 0);
          transform: translate3d(-250px, 0, 0); }

.fade-appear.fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear;
          transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }

.fade-enter {
  opacity: 0;
  -webkit-transform: translate(-250px, 0);
          transform: translate(-250px, 0);
  -webkit-transform: translate3d(-250px, 0, 0);
          transform: translate3d(-250px, 0, 0); }

.fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear;
          transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }

.animation-container {
  display: inline-block;
  width: 100%; }

.fade-leave {
  opacity: 1;
  -webkit-transform: translate(0, 0, 0);
          transform: translate(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear;
          transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }

.fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transform: translate(250px, 0);
          transform: translate(250px, 0);
  -webkit-transform: translate3d(250px, 0, 0);
          transform: translate3d(250px, 0, 0); }

p.campaign-status {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    p.campaign-status {
      margin-bottom: 40px; } }

.dashboard {
  margin-top: 100px;
  margin-bottom: 100px; }

.dashboard h1 {
  margin: 0px;
  margin-bottom: 50px; }

.dashboard .delete {
  margin-top: -20px; }

.audience-metrics {
  margin-top: 20px; }

.audience-metrics p {
  padding-top: 10px; }

.adset-block {
  border: 4px solid #dfdfdf;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 170px;
  -webkit-box-flex: 1;
          flex: 1; }

.adset-block-title p {
  margin-bottom: 30px;
  text-align: left; }

.flex-row {
  display: -webkit-box;
  display: flex; }

.flex-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

/*====================
    DASHBOARD END
=====================*/
/*====================
    ROADMAP END
=====================*/
.roadmap {
  margin-top: 100px; }

.roadmap-progress {
  margin: 50px 0px; }

.roadmap ul {
  margin: 0px;
  margin-left: 0px;
  padding: 0px; }
  @media (min-width: 768px) {
    .roadmap ul {
      margin-left: 40px; } }

.backlog li {
  list-style: none;
  margin: 0px; }

.roadmap li {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.2rem; }

.row.roadmap-progress li {
  margin-left: 30px; }

.roadmap-shadow {
  box-shadow: 0px 12px 0 -4px #3b5998, 0px 12px 0 0px #1c1c1c;
  border: 4px solid #1c1c1c;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.roadmap-shadow-blue {
  box-shadow: 0px 12px 0 -4px #19e6ff, 0px 12px 0 0px #1c1c1c;
  border: 4px solid #1c1c1c;
  padding-bottom: 30px; }

.backlog li {
  line-height: 1.4rem;
  border: 4px solid #1c1c1c;
  margin: 10px 0px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif; }

.backlog p {
  padding: 20px;
  font-weight: 500;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .backlog p {
      display: inline-block;
      position: relative;
      width: 70%;
      padding: 10px;
      margin: 0px;
      vertical-align: super; } }

.backlog {
  margin: 100px 0px; }

.roadmap-completed h2 {
  font-family: 'Roboto Slab', serif; }

/*====================
    ROADMAP END
=====================*/
/*====================
    ONBOARD START
=====================*/
.onboard p {
  margin-top: 10px; }

.onboard h1 {
  margin-bottom: 0px; }

.content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 50px 0px; }

.content-center {
  margin: 0 auto; }

.winstate-video {
  margin: 0 auto;
  width: 100%;
  max-width: 450px; }

.winstate-image img {
  width: 100%;
  max-width: 300px; }

/*====================
    ONBOARD END
=====================*/
/*===================================
    GENERATOR HEADER START
=====================================*/
.generator-header {
  background-color: #1c1c1c;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative; }

.step-title p {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.2rem;
  padding-top: 30px; }

.step-title h1 {
  font-weight: 500;
  font-size: 3.5rem;
  letter-spacing: 0.1rem;
  font-size: 2.2rem; }

.progress-bar {
  width: 100%;
  z-index: 0;
  background-color: transparent;
  height: 10px;
  position: absolute;
  bottom: 0px; }

.progress-bar .bar {
  width: 100%;
  height: 10px;
  border: none;
  background: #dfdfdf;
  position: absolute;
  z-index: 1; }

.progress-bar .bar-filler {
  border: 0;
  height: 10px;
  position: absolute;
  left: 0%;
  z-index: 3;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  width: 0%;
  max-width: 100%; }

.progress-bar .bar-filler.pink {
  background: #ff285a;
  background: -webkit-linear-gradient(top, #ff285a 0%, #ff285a 70%, #ca003d 70%, #ca003d 100%);
  background: linear-gradient(to bottom, #ff285a 0%, #ff285a 70%, #ca003d 70%, #ca003d 100%); }

.progress-bar .bar-filler.yellow {
  background: #ffec00;
  background: -webkit-linear-gradient(top, #ffec00 0%, #ffec00 70%, #d7c800 70%, #d7c800 100%);
  background: linear-gradient(to bottom, #ffec00 0%, #ffec00 70%, #d7c800 70%, #d7c800 100%); }

.progress-bar .bar-filler.blue {
  background: #19e6ff;
  background: -webkit-linear-gradient(top, #19e6ff 0%, #19e6ff 70%, #0db5c9 70%, #0db5c9 100%);
  background: linear-gradient(to bottom, #19e6ff 0%, #19e6ff 70%, #0db5c9 70%, #0db5c9 100%); }

.progress-bar .bar-filler.green {
  background: #00ed7e;
  background: -webkit-linear-gradient(top, #00ed7e 0%, #00ed7e 70%, #0ba85e 70%, #0ba85e 100%);
  background: linear-gradient(to bottom, #00ed7e 0%, #00ed7e 70%, #0ba85e 70%, #0ba85e 100%); }

/*===================================
    GENERATOR HEADER END
=====================================*/
/*===================================
    AD PREVIEW START
=====================================*/
.ad-preview iframe {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 510px;
  padding-left: 10px; }
  @media (min-width: 525px) {
    .ad-preview iframe {
      width: 525px; } }

.ad-preview.campaign-generator {
  height: 532px;
  overflow-y: scroll;
  overflow-x: scroll;
  width: 300px;
  border-top: 4px solid #1c1c1c;
  border-bottom: 4px solid #1c1c1c;
  box-shadow: 0px 12px 0 -4px #19e6ff, 0px 12px 0 0px #1c1c1c; }
  @media (min-width: 525px) {
    .ad-preview.campaign-generator {
      width: 525px;
      overflow-x: hidden; } }

/*===================================
    AD PREVIEW END
=====================================*/
/*===================================
    COLOURS START
=====================================*/
.yellow {
  background-color: #ffe000; }

.green {
  background-color: #00ed7e; }

.pink {
  background-color: #ff285a; }

.blue {
  background-color: #19e6ff; }

.twitter-blue {
  background-color: #00aced; }

.dark-blue {
  background-color: #3b5998; }

.light-blue {
  background-color: #cfe0ff; }

.baby-blue {
  background-color: #acfffe; }

.skin {
  background-color: #ffcfab; }

.light-grey {
  background-color: #dfdfdf; }

.black {
  background-color: #1c1c1c; }

.off-white {
  background-color: #f4f4f5; }

.white {
  background-color: #fff; }

.pink-shadow {
  background-color: #ca003d; }

.yellow-hover:hover {
  background-color: #ffe000; }

.green-hover:hover {
  background-color: #00ed7e; }

.pink-hover:hover {
  background-color: #ff285a; }

.blue-hover:hover {
  background-color: #19e6ff; }

.yellow-text {
  color: #ffe000; }

.green-text {
  color: #00ed7e; }

.pink-text {
  color: #ff285a; }

.blue-text {
  color: #19e6ff; }

.white-text {
  color: #fff; }

.light-grey-text {
  color: #dfdfdf; }

.light-blue-text {
  color: #cfe0ff; }

.dark-blue-text {
  color: #3b5998; }

.checkbox-pink.checkbox:checked::after {
  background: #ff285a; }

.checkbox-green.checkbox:checked::after {
  background: #00ed7e; }

.checkbox-blue.checkbox:checked::after {
  background: #19e6ff; }

.checkbox-yellow.checkbox:checked::after {
  background: #ffe000; }

.color-box {
  height: 120px;
  width: 120px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px; }

.color-box p {
  text-align: center; }

/*===================================
    COLOURS END
=====================================*/
/*===================================
    COMPONENTS PAGE SPECIFIC STYLING START

    These styles are just used to space
    and position elements on the components
    page and are not to be used anywhere else
    in the app

=====================================*/
.components-btn .btn {
  margin-bottom: 50px; }

/*===================================
    COMPONENTS PAGE SPECIFIC STYLING END
=====================================*/
/*===================================
    SELECT POST START
=====================================*/
.post-list {
  margin-bottom: 50px; }

.fb-post {
  padding: 12px 12px 0;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  max-width: 500px;
  margin: 20px;
  vertical-align: top;
  overflow: hidden;
  background-color: #fff;
  font-family: Helvetica, Arial, sans-serif; }

.post-list .fb-post {
  width: 320px;
  display: inline-block;
  margin: 5px; }
  @media (min-width: 768px) {
    .post-list .fb-post {
      margin: 20px; } }

.post-list .fb-post:hover {
  border: 4px solid #1c1c1c;
  border-radius: 0px;
  margin: 17px;
  width: 326px;
  cursor: pointer; }

.fb-post.selectedPost {
  border: 4px solid #1c1c1c;
  border-radius: 0px;
  margin-top: 4px;
  margin-bottom: 33px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  box-shadow: 12px 12px 0 -4px #ff285a, 12px 12px 0 0 #1c1c1c; }

.post-list .fb-post.selectedPost:hover {
  box-shadow: 12px 12px 0 -4px #ff285a, 12px 12px 0 0 #1c1c1c;
  outline: none;
  border-radius: 0px;
  margin: 4px 20px 33px 20px;
  width: 320px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer; }

.fb-post .page-name {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px; }

.fb-post .page-name p {
  font-weight: bold;
  color: #365899;
  vertical-align: top;
  font-size: 14px;
  margin: 5px 0px; }

.fb-post .page-name span {
  color: #90949c;
  font-size: 12px; }

span.post-dot {
  padding: 0px 2px 0px 5px;
  vertical-align: text-top; }

.fb-post .page-name img {
  margin-bottom: -3px; }

.fb-post .page-image {
  display: inline-block; }

.fb-post .page-image img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.page-like-button {
  float: right;
  color: #4b4f56;
  border: 1px solid #ced0d4;
  background-color: #f6f7f9;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  padding: 5px 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle; }

.page-like-button:hover {
  background-color: #e9ebee;
  cursor: pointer; }

.page-like-button p {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0px; }

.page-like-button img {
  display: inline;
  margin-right: 4px;
  vertical-align: bottom; }

.fb-post .post-content p {
  margin: 0px;
  font-weight: normal;
  line-height: 1.38;
  font-size: 14px; }

.fb-post .post-content img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 10px; }

.fb-post .post-buttons {
  border-top: 1px solid #e5e5e5; }

.fb-post .post-buttons p {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-right: 20px;
  padding: 0px 4px; }

.fb-post .post-buttons img {
  display: inline-block;
  margin: 0 4px -4px 0; }

.fb-post .post-metrics {
  margin-top: 10px;
  margin-bottom: 36px; }

.fb-post .post-metrics p {
  font-size: 12px;
  display: inline;
  margin-left: 4px;
  vertical-align: text-top; }

.fb-post .post-metrics img {
  width: 16px;
  height: auto; }

.post-metrics .post-metrics-left {
  float: left; }

.post-metrics .post-metrics-right {
  float: right; }

.rrm-content .fb-post {
  margin: 0px auto;
  margin-bottom: 20px; }

/*===================================
    SELECT POST END
=====================================*/
/*===================================
    INPUT FOCUS START
=====================================*/
:focus {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: outline-fade;
  outline: none; }

@-webkit-keyframes outline-fade {
  0% {
    background-color: #dfdfdf; }
  100% {
    outline: none; } }

/*===================================
    INPUT FOCUS END
=====================================*/
.app-demo .container-fluid {
  margin: 100px 0px; }

/*===================================
    GENERATOR CONTENT START
=====================================*/
.generator-content {
  margin-bottom: 120px;
  min-height: calc(100vh - 290px); }

.designer-content {
  margin-bottom: 65px; }

.designer-content .gallery {
  height: calc(100vh - 290px); }

/*===================================
    GENERATOR CONTENT END
=====================================*/
.beta-p {
  margin-top: 100px; }

/*===================================
    SUMMARY START
=====================================*/
.audience-summary {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 12px 0 -4px #ffe000, 0px 12px 0 0px #1c1c1c;
  margin-bottom: 40px; }

.audience-summary p {
  font-size: 1rem; }

.budget-summary {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 12px 0 -4px #00ed7e, 0px 12px 0 0px #1c1c1c;
  margin-bottom: 40px; }

.budget-summary p {
  font-size: 1rem; }

.post-summary {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 12px 0 -4px #19e6ff, 0px 12px 0 0px #1c1c1c;
  margin-bottom: 40px;
  max-width: 400px;
  height: 400px;
  overflow: scroll; }

.post-summary .fb-post.selectedPost {
  box-shadow: none;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px; }

.ad-preview.campaign-generator.ad-summary {
  height: 400px;
  border: 4px solid #1c1c1c; }

/*===================================
    SUMMARY END
=====================================*/
/*===================================
    AGENCY START
=====================================*/
.landing {
  box-sizing: border-box; }

.align-right {
  text-align: right; }

em.dark-blue-text {
  text-decoration: underline;
  display: block; }

#perfect-for p {
  font-size: 1.2rem;
  text-align: left;
  padding: 5px 20px; }

.what-we-do img {
  width: 128px;
  height: 128px;
  margin-top: 50px; }

.what-we-do p {
  margin: 0px;
  font-size: 1.2rem; }

.agency-form {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 80px; }

.talk-to-us .img-sm {
  margin-top: -100px; }

.talk-to-us {
  margin-bottom: 200px;
  margin-top: 100px; }

.talk-to-us textarea {
  min-height: 150px; }

.pricing-p p {
  font-size: 1rem !important;
  top: 50px;
  position: relative;
  border-bottom: 2px solid #1c1c1c;
  padding-bottom: 15px; }

/*===================================
    AGENCY END
=====================================*/
/*===================================
    LOCATION SEARCH START
=====================================*/
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f4f4f5; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  border-bottom: 4px solid #1c1c1c;
  color: #1c1c1c;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 42px;
  margin-top: 20px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  background-color: #dfdfdf; }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  background: #fff;
  border-color: #1c1c1c; }

.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #1c1c1c;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #ffe000;
  box-shadow: none; }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #dfdfdf;
  left: 0;
  line-height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Select-placeholder:hover {
  color: #1c1c1c; }

.is-focused .Select-placeholder {
  color: transparent; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #1c1c1c; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #ffe000;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  border-right-color: #1c1c1c;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #dfdfdf;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #ff285a; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #dfdfdf transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #dfdfdf; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
  margin: 10px; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  background-color: #fff;
  border: 4px solid #1c1c1c;
  box-sizing: border-box;
  margin-top: -4px;
  max-height: 208px;
  margin-bottom: 100px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #1c1c1c;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.Select-option.is-selected {
  background-color: #f4f4f5;
  color: #1c1c1c; }

.Select-option.is-focused {
  background-color: #ffe000;
  color: #1c1c1c; }

.Select-option.is-disabled {
  color: #dfdfdf;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #dfdfdf;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select-value {
  margin: 5px; }

.Select--multi .Select-input {
  vertical-align: middle;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ffe000;
  border: 4px solid #1c1c1c;
  color: #1c1c1c;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  margin-left: 5px; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  cursor: default;
  padding: 5px 12px;
  font-size: 0.8rem; }

.Select--multi a.Select-value-label {
  color: #ffe000;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-right: 4px solid #1c1c1c;
  padding: 5px 12px 5px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #1c1c1c;
  color: #fff; }

.Select--multi .Select-value-icon:active {
  background-color: #ffe000; }

.Select--multi.is-disabled .Select-value {
  background-color: #f4f4f5;
  border: 4px solid #1c1c1c;
  color: #1c1c1c; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 4px solid #f4f4f5; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #f4f4f5; }

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

/*===================================
    LOCATION SEARCH END
=====================================*/
/*====================
    PRICING START
=====================*/
.pricing-container {
  border: 4px solid #1c1c1c;
  background-color: #fff;
  padding: 20px 15px;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px; }

.pricing-container h1 {
  font-size: 1.4rem;
  margin: 10px 0px 0px 0px; }

.pricing-container p {
  font-size: 1.4rem;
  margin: 0px;
  margin-bottom: 10px; }

.pricing-container li {
  list-style: none;
  border-bottom: 2px solid #1c1c1c;
  padding: 10px; }

.pricing-container ul {
  margin: 0 auto;
  padding: 30px 12%;
  top: 15px;
  position: relative; }

.pricing-title {
  border: 4px solid #1c1c1c;
  width: 70%;
  margin-left: 10%;
  position: absolute;
  top: -50px;
  background-color: #fff; }

.pricing-table {
  box-sizing: border-box;
  min-height: 600px; }

.spacer-line {
  width: 110px;
  height: 2px;
  background-color: #1c1c1c;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 6px; }

.basic {
  box-shadow: 10px 10px 0px -4px #cfe0ff, 10px 10px 0px 0px #1c1c1c; }

.pro {
  box-shadow: 0px 10px 0px -4px #cfe0ff, 0px 10px 0px 0px #1c1c1c; }

.expert {
  box-shadow: -10px 10px 0px -4px #cfe0ff, -10px 10px 0px 0px #1c1c1c; }

/*====================
    PRICING END
=====================*/
/*====================
    ICONS START
=====================*/
.icons {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px; }

.dashboard .icons {
  margin-bottom: 20px;
  margin-top: 50px; }

@media (min-width: 750px) {
  .dashboard .icons {
    margin-top: 0px; } }

.icon-sml {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: -1; }

.icon-sml img {
  width: 64px;
  height: 64px;
  margin-left: -12px;
  margin-top: -12px; }

.icon-mdm {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: -1; }

.icon-mdm img {
  width: 96px;
  height: 96px;
  margin-left: -18px;
  margin-top: -19px; }

.icon-lrg {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: -1; }

.icon-lrg img {
  width: 128px;
  height: 128px;
  margin-left: -34px;
  margin-top: -36px; }

.edit-yes {
  display: none; }

.icons:hover .edit-yes {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0px;
  height: 20px;
  padding: 2px 0px 2px 45px;
  width: 85px;
  top: -115px;
  left: 50px;
  display: table-caption;
  position: relative;
  cursor: pointer; }

.edit-no {
  display: none; }

.icons:hover .icon-sml.edit-yes {
  top: -85px;
  left: 10px;
  width: 80px;
  padding: 2px 0px 2px 35px; }

/*====================
    ICONS END
=====================*/
/*===============================
    WEBPAGE ICONS START
=================================*/
.create-campaign-icn {
  background-image: url("/images/web/create-campaign-icn.png");
  height: 200px;
  width: 200px;
  background-size: contain;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px; }

.create-campaign-icn:hover {
  background-image: url("/images/web/create-campaign-hover-icn.png"); }

.connect-account-icn {
  background-image: url("/images/web/fb-connect-icn.png");
  height: 200px;
  width: 200px;
  background-size: contain;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px; }

.connect-account-icn:hover {
  background-image: url("/images/web/fb-connect-hover-icn.png"); }

.enjoy-icn {
  background-image: url("/images/web/champagne-enjoy-icn.png");
  height: 200px;
  width: 200px;
  background-size: contain;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px; }

.enjoy-icn:hover {
  background-image: url("/images/web/champagne-enjoy-hover-icn.png"); }

.ad-icons {
  margin-top: 80px; }

/*===============================
    WEBPAGE ICONS END
=================================*/
.social-icons svg path {
  stroke: 4px solid #1c1c1c; }

/*====================
    MODAL START
=====================*/
.react-redux-modal {
  font-family: Arial;
  box-sizing: content-box; }

.react-redux-modal button:focus {
  outline: 0; }

.react-redux-modal .rrm-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-duration: 0.32s;
          animation-duration: 0.32s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-name: fade-in;
          animation-name: fade-in; }

.react-redux-modal .rrm-holder .scroll {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  z-index: 1; }

.react-redux-modal .rrm-holder .scroll .rrm-content {
  z-index: 1;
  background-color: #fff;
  position: relative;
  margin: auto;
  overflow: visible; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-small {
  width: 460px; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-general {
  width: 450px;
  padding: 0px; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-medium {
  width: 700px; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-image-preview {
  width: 80%;
  max-width: 900px; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-subscription-modal {
  width: 90%;
  max-width: 810px;
  min-height: 700px; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-design-preview {
  width: 900px;
  height: 471px;
  margin-top: 20vh; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-payment-modal {
  width: 700px; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-large {
  width: 100%; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-side-draw {
  width: 46.6vw;
  min-width: 320px;
  padding: 20px;
  border-left: 4px solid #1c1c1c; }

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
  width: 100%;
  height: 40px;
  position: relative;
  color: #1c1c1c;
  box-sizing: content-box; }

.react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title {
  height: 0px; }

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title h2 {
  height: 40px;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
  margin: 0;
  width: 100%;
  line-height: 50px;
  text-align: center;
  box-sizing: content-box; }

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button {
  width: 40px;
  height: 40px;
  margin: 3px;
  line-height: 30px;
  position: fixed;
  right: 0px;
  top: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
  padding: 0;
  color: #1c1c1c;
  font-size: 1.8em;
  font-weight: 100;
  border-radius: 50%; }

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #19e6ff; }

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-body {
  width: 100%; }

.react-redux-modal .rrm-holder .rrm-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.rrm-content.m-large {
  height: 100vh;
  overflow: scroll; }

.m-large .content {
  padding: 0px; }

.m-large .rrm-body {
  background-color: #fff; }

.rrm-content.m-medium {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 16px 0px -4px #19e6ff, 0px 16px 0px 0px #1c1c1c;
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  padding-bottom: 10px; }

.rrm-content.m-image-preview {
  border: none;
  box-shadow: none;
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  padding-bottom: 10px; }

.rrm-content.m-image-preview img {
  max-width: 100%;
  height: auto; }

.m-image-preview .rrm-body {
  background-color: transparent !important; }

.m-image-preview.rrm-content {
  background-color: transparent !important; }

.view-full-size {
  text-align: center; }

.rrm-content.m-post {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 12px 0px -4px #ff285a, 0px 12px 0px 0px #1c1c1c;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  background-color: #e9ebee !important;
  width: 450px;
  padding: 20px; }

.m-post .btn.btn-shadow-left {
  margin-left: 250px; }

.rrm-content.m-subscription-modal {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 16px 0px -4px #19e6ff, 0px 16px 0px 0px #1c1c1c;
  margin-top: 40px !important;
  margin-bottom: 50px !important; }

.rrm-content.m-design-preview {
  border: none;
  box-shadow: none;
  background-color: transparent; }

.rrm-content.m-design-preview img {
  width: 100%;
  height: auto; }

.rrm-content.m-payment-modal {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 16px 0px -4px #3b5998, 0px 16px 0px 0px #1c1c1c;
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  padding-bottom: 40px; }

.rrm-content.m-small {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 10px 0px -4px #19e6ff, 0px 10px 0px 0px #1c1c1c;
  margin-top: 20vh !important;
  margin-bottom: 50px !important;
  padding-bottom: 80px; }

.rrm-content.m-general {
  border: 4px solid #1c1c1c;
  box-shadow: 0px 10px 0px -4px #19e6ff, 0px 10px 0px 0px #1c1c1c;
  background-color: rgba(28, 28, 28, 0.7) !important;
  color: #fff;
  margin-top: 56px !important;
  margin-bottom: 50px !important; }

.rrm-content.m-side-draw.right {
  min-height: 100vh;
  margin-right: 0px !important; }

.rrm-content.m-side-draw.left {
  border-right: 4px solid #1c1c1c;
  box-shadow: 10px -4px 0px -4px #19e6ff, 10px 0px 0px 0px #1c1c1c;
  min-height: 100vh;
  margin-left: 0px !important; }

.m-side-draw.right button.rr-close.rrm-icon-cancel {
  left: 0px; }

/*====================
    MODAL END
=====================*/
/*====================
    IMAGES MODAL START
=====================*/
.images-gallery {
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  height: 250px;
  overflow: scroll;
  margin: 0px 20px; }

.images-gallery img {
  margin: 8px 4px;
  height: 55px;
  width: auto; }

.selected-images {
  margin: 10px 20px 20px 20px;
  height: 80px; }

.selected-images p {
  font-size: 0.8rem;
  font-weight: 900;
  margin: 8px 0px;
  padding: 0px; }

.selected-image {
  width: 100px;
  height: 52.4px;
  margin: 2px;
  background-color: #1c1c1c;
  border: 2px solid #dfdfdf;
  display: inline-block; }

.selected-image img {
  width: 100%;
  height: 100%; }

.selected-image:hover {
  border-color: #1c1c1c; }

.selected-image:hover img {
  opacity: 0.1;
  cursor: pointer; }

.selected-image-deselect {
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  color: #1c1c1c;
  margin-left: 78px;
  margin-top: -2px;
  border: 2px solid #dfdfdf;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.8; }

.selected-image:hover .selected-image-deselect {
  background-color: #1c1c1c;
  border: 2px solid #1c1c1c;
  opacity: 1;
  color: #fff;
  text-align: center;
  padding: 15px;
  height: 20px;
  width: 68px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: 0px; }

.image-upload {
  border-bottom: 2px solid #1c1c1c;
  margin: 0px 20px; }

.image-upload h2 {
  color: #dfdfdf;
  font-family: Roboto slab;
  font-size: 1.4rem; }

.images-modal .filters {
  margin: 0px 20px; }

.images-modal .btn.btn-shadow-left {
  float: right; }

.images-modal .tabs--offset .tab__control {
  padding: 8px;
  margin-top: 6px;
  width: 29%; }

.images-modal .tab__list {
  margin-left: -20px;
  margin-right: -20px; }

.images-modal .btn-sm {
  max-width: 90px; }

.images-modal input {
  margin: 10px 20px;
  margin-bottom: 6px !important;
  border: none; }

.images-modal-buttons {
  margin: 20px; }

.images-modal-buttons .btn {
  display: inline-block; }

.paste-link {
  border-bottom: 2px solid #1c1c1c;
  height: 300px;
  overflow: hidden;
  margin: 0px 20px; }

.image-upload-drag-drop {
  border: none;
  height: 280px;
  margin-bottom: 14px;
  width: auto;
  background-image: url(/images/app/image-upload-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px 0px; }

.image-upload-drag-drop-active {
  background-image: url(/images/app/image-upload-hover-img.png); }

.video .image-upload-drag-drop {
  background-image: url(/images/app/video-upload-img.png); }

.video .image-upload-drag-drop-active {
  background-image: url(/images/app/video-upload-hover-img.png); }

/*====================
    IMAGES MODAL END
=====================*/
/*====================
    WARNING NOTIFICATION START
=====================*/
.m-warning-notification {
  background-color: rgba(28, 28, 28, 0.7);
  padding: 5px;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 11; }

.m-warning-notification p {
  display: inline-block;
  color: #fff;
  padding: 0px 20px; }

.m-warning-notification .btn-md {
  display: inline-block;
  padding: 10px; }

.rrm-content.m-warning-notification {
  background-color: rgba(28, 28, 28, 0.7) !important;
  padding: 0px !important;
  position: fixed !important; }

.warning-top {
  -webkit-animation-name: warning-top;
          animation-name: warning-top;
  position: relative;
  top: -200vh;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes warning-top {
  0% {
    top: -200vh; }
  100% {
    top: 60px; } }

@keyframes warning-top {
  0% {
    top: -200vh; }
  100% {
    top: 60px; } }

/*====================
    WARNING NOTIFICATION END
=====================*/
/*====================
    FOOTER NOTIFICATION START
=====================*/
.m-footer-notification {
  background-color: rgba(28, 28, 28, 0.7);
  padding: 5px;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 11; }

.m-footer-notification p {
  display: inline-block;
  color: #1c1c1c;
  padding: 0px 20px; }

.m-footer-notification .btn-md {
  display: inline-block;
  padding: 10px; }

.rrm-content.m-footer-notification {
  background-color: #fff !important;
  border-top: 4px solid #1c1c1c;
  padding: 0px !important;
  position: fixed !important; }
  @media (min-width: 768px) {
    .rrm-content.m-footer-notification {
      left: 80px; } }

/*====================
    FOOTER NOTIFICATION END
=====================*/
/*====================
    PAYMENT MODAL START
=====================*/
.payment-modal {
  box-sizing: border-box; }

.payment-modal h2 {
  font-size: 1.8rem; }

.payment-modal p {
  font-size: 1rem; }

.payment-modal strong {
  font-weight: 900;
  margin-top: 50px; }

.payment-modal img {
  width: 100%;
  height: auto;
  padding-right: 15px; }

.payment-modal .btn {
  max-width: 450px; }

.payment-modal .step-1 {
  padding-top: 50px;
  padding-left: 10px; }

.payment-modal .step-2 {
  padding-top: 50px;
  padding-left: 10px; }

.payment-modal .step-3 {
  padding-left: 10px; }

.payment-modal .step-3-img {
  padding-top: 30px; }

.payment-modal-content {
  margin: 0px 50px 15px 50px;
  border-bottom: 2px solid #1c1c1c; }

.archive-button {
  margin-left: 20px; }

.modal-center {
  padding: 0px 5%;
  margin: 0 auto; }

.share-modal a {
  margin: 15px;
  color: #1c1c1c; }

.share-modal {
  margin: 50px 0px; }

.rrm-body .row.text-center {
  margin: 0 auto; }

.blur-background {
  -webkit-filter: blur(5px);
          filter: blur(5px); }

/*====================
    PAYMENT MODAL END
=====================*/
/*====================
    ANIMATION START
=====================*/
body {
  overflow-x: hidden; }

.move-in-bottom {
  -webkit-animation-name: move-in-bottom;
          animation-name: move-in-bottom;
  position: relative;
  z-index: 1;
  bottom: -100vh;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: none;
          animation-delay: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes move-in-bottom {
  0% {
    bottom: -100vh; }
  100% {
    bottom: 0px; } }

@keyframes move-in-bottom {
  0% {
    bottom: -100vh; }
  100% {
    bottom: 0px; } }

.move-in-right {
  position: relative;
  z-index: 1;
  right: -150%;
  -webkit-animation-name: move-in-right;
          animation-name: move-in-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: none;
          animation-delay: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes move-in-right {
  0% {
    right: -150%; }
  100% {
    right: 0px; } }

@keyframes move-in-right {
  0% {
    right: -150%; }
  100% {
    right: 0px; } }

.move-in-left {
  position: relative;
  z-index: 1;
  left: -150%;
  -webkit-animation-name: move-in-left;
          animation-name: move-in-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: none;
          animation-delay: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes move-in-left {
  0% {
    left: -150%; }
  100% {
    left: 0px; } }

@keyframes move-in-left {
  0% {
    left: -150%; }
  100% {
    left: 0px; } }

.move-in-top {
  -webkit-animation-name: move-in-top;
          animation-name: move-in-top;
  position: relative;
  z-index: 1;
  top: -200vh;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: none;
          animation-delay: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes move-in-top {
  0% {
    top: -200vh; }
  100% {
    top: 0px; } }

@keyframes move-in-top {
  0% {
    top: -200vh; }
  100% {
    top: 0px; } }

.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .32s;
          animation-delay: .32s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in-fast {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes fade-in-fast {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-fast {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.grow {
  -webkit-animation-name: grow;
          animation-name: grow;
  height: 0px;
  width: 0px;
  margin: 0 auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .32s;
          animation-delay: .32s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes grow {
  0% {
    height: 0px;
    width: 0px; }
  100% {
    height: 100%;
    width: 100%; } }

@keyframes grow {
  0% {
    height: 0px;
    width: 0px; }
  100% {
    height: 100%;
    width: 100%; } }

/*====================
    ANIMATION END
=====================*/
/*====================
    REPORT TEMPLATE CSS
=====================*/
.reporter section {
  width: 100%;
  display: table;
  padding: 2%;
  height: 100vh; }

.reporter h1 {
  margin: 0px; }

.reporter h2 {
  margin: 0px; }

.reporter h3 {
  margin: 0px; }

.reporter p {
  margin: 0px; }

.reporter sup {
  top: -0.8rem;
  font-size: 30%; }

.reporter .btn {
  max-width: 500px;
  margin: 0 auto; }

.reporter .content {
  display: table-cell;
  vertical-align: middle; }

.section-title {
  margin-bottom: 50px;
  margin-top: 20px;
  font-family: 'Roboto Slab', serif;
  text-align: center; }

.section-title span {
  display: none; }
  @media (min-width: 768px) {
    .section-title span {
      display: inline-block; } }

.section-subtitle {
  margin-top: -30px;
  margin-bottom: 0px;
  text-align: center; }

/*====================
    REPORT TITLE START
=====================*/
.reporter section.header {
  height: 100%;
  padding: 90px 0; }

.reporter .header .section-title {
  margin-bottom: 0px;
  margin-top: 50px; }

/*====================
    REPORT TITLE END
=====================*/
/*====================
    RELEVANCE SCORE START
=====================*/
.relevance-score {
  height: 180px;
  width: 100%;
  position: relative;
  display: inline-block; }
  @media (min-width: 992px) {
    .relevance-score {
      height: 220px; } }

.relevance-score-number {
  font-size: 8rem;
  font-weight: 900;
  color: #1c1c1c;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #1c1c1c;
  position: absolute;
  text-align: center;
  width: 80%;
  margin-top: -1.5%;
  z-index: 9; }
  @media (min-width: 768px) {
    .relevance-score-number {
      font-size: 10rem; } }
  @media (min-width: 992px) {
    .relevance-score-number {
      font-size: 12rem; } }

@-moz-document url-prefix() {
  .relevance-score-number {
    color: #fff;
    text-shadow: -4px -4px 0 #1c1c1c, 4px -4px 0 #1c1c1c, -4px 4px 0 #1c1c1c, 4px 4px 0 #1c1c1c; } }

.relevance-score-shadow {
  font-size: 8rem;
  font-weight: 900;
  color: #1c1c1c;
  -webkit-text-fill-color: #ffe000;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #1c1c1c;
  position: absolute;
  text-align: center;
  width: 80%;
  margin-left: 1%; }
  @media (min-width: 768px) {
    .relevance-score-shadow {
      font-size: 10rem; } }
  @media (min-width: 992px) {
    .relevance-score-shadow {
      font-size: 12rem; } }

@-moz-document url-prefix() {
  .relevance-score-shadow {
    color: #ffe000;
    text-shadow: -4px -4px 0 #1c1c1c, 4px -4px 0 #1c1c1c, -4px 4px 0 #1c1c1c, 4px 4px 0 #1c1c1c; } }

.relevance-score-total {
  position: absolute;
  font-size: 3rem;
  width: 100%;
  font-weight: 100;
  text-align: center;
  margin-left: 35%;
  margin-top: 19%; }
  @media (min-width: 768px) {
    .relevance-score-total {
      font-size: 3rem; } }

@media (min-width: 992px) {
  .relevance {
    position: absolute;
    right: 0px;
    background-color: #fff; }
    .relevance p {
      padding: 20px; } }

.metric {
  border: 4px solid #1c1c1c;
  margin: 0 auto;
  padding: 20px;
  max-width: 500px;
  background-color: #fff; }
  .metric img {
    max-width: 128px; }
  .metric__list-item {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px; }
  .metric--align-left {
    margin: 0 auto; }
  .metric--left-pink {
    box-shadow: 0px 12px 0px -4px #ff285a, 0px 12px 0px 0px #1c1c1c; }
  .metric--left-green {
    box-shadow: 0px 12px 0px -4px #00ed7e, 0px 12px 0px 0px #1c1c1c; }
  .metric--left-blue {
    box-shadow: 0px 12px 0px -4px #19e6ff, 0px 12px 0px 0px #1c1c1c; }
  .metric--left-yellow {
    box-shadow: 0px 12px 0px -4px #ffe000, 0px 12px 0px 0px #1c1c1c; }
  .metric--center-pink {
    box-shadow: 0px 12px 0px -4px #ff285a, 0px 12px 0px 0px #1c1c1c; }
  .metric--center-green {
    box-shadow: 0px 12px 0px -4px #00ed7e, 0px 12px 0px 0px #1c1c1c; }
  .metric--center-blue {
    box-shadow: 0px 12px 0px -4px #19e6ff, 0px 12px 0px 0px #1c1c1c; }
  .metric--center-yellow {
    box-shadow: 0px 12px 0px -4px #ffe000, 0px 12px 0px 0px #1c1c1c; }
  .metric--right-pink {
    box-shadow: 0px 12px 0px -4px #ff285a, 0px 12px 0px 0px #1c1c1c; }
  .metric--right-green {
    box-shadow: 0px 12px 0px -4px #00ed7e, 0px 12px 0px 0px #1c1c1c; }
  .metric--right-blue {
    box-shadow: 0px 12px 0px -4px #19e6ff, 0px 12px 0px 0px #1c1c1c; }
  .metric--right-yellow {
    box-shadow: 0px 12px 0px -4px #ffe000, 0px 12px 0px 0px #1c1c1c; }
  @media (min-width: 768px) {
    .metric__list-item {
      display: -webkit-box;
      display: flex;
      width: 45%;
      -webkit-box-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 992px) {
    .metric__list-item {
      display: -webkit-box;
      display: flex;
      width: 28%; }
    .metric--align-left {
      margin-left: 50px; }
    .metric--left-pink {
      box-shadow: 12px 12px 0px -4px #ff285a, 12px 12px 0px 0px #1c1c1c; }
    .metric--left-green {
      box-shadow: 12px 12px 0px -4px #00ed7e, 12px 12px 0px 0px #1c1c1c; }
    .metric--left-blue {
      box-shadow: 12px 12px 0px -4px #19e6ff, 12px 12px 0px 0px #1c1c1c; }
    .metric--left-yellow {
      box-shadow: 12px 12px 0px -4px #ffe000, 12px 12px 0px 0px #1c1c1c; }
    .metric--right-pink {
      box-shadow: -12px 12px 0px -4px #ff285a, -12px 12px 0px 0px #1c1c1c; }
    .metric--right-green {
      box-shadow: -12px 12px 0px -4px #00ed7e, -12px 12px 0px 0px #1c1c1c; }
    .metric--right-blue {
      box-shadow: -12px 12px 0px -4px #19e6ff, -12px 12px 0px 0px #1c1c1c; }
    .metric--right-yellow {
      box-shadow: -12px 12px 0px -4px #ffe000, -12px 12px 0px 0px #1c1c1c; } }

.tips {
  margin-top: 50px;
  margin-bottom: 50px; }

.benchmark {
  max-width: 250px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .benchmark h1 {
    display: inline-block;
    margin: 0px 10px 10px 10px; }
  .benchmark p {
    margin: 0px; }
  .benchmark h2 {
    margin: 5px;
    font-size: 2.4rem; }
  .benchmark img {
    width: 50px;
    display: inline-block; }
  @media (min-width: 992px) {
    .benchmark {
      margin: 0px 50px 60px 50px; } }

.benchmark-pointer {
  display: none; }
  @media (min-width: 992px) {
    .benchmark-pointer {
      width: 85px;
      height: 4px;
      background-color: #1c1c1c;
      position: absolute;
      top: 126px;
      left: -30px;
      display: -webkit-box;
      display: flex; } }

.benchmark-pointer .tip {
  display: none; }
  @media (min-width: 992px) {
    .benchmark-pointer .tip {
      height: 16px;
      width: 5px;
      margin-top: -6px;
      background-color: #1c1c1c;
      display: -webkit-box;
      display: flex; } }

.metric-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.metric-list-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  width: 100%; }

.metric-icon {
  width: 40%;
  margin-right: 5%; }

.metric-text {
  width: 55%; }

.metric-title {
  border: 4px solid #1c1c1c;
  text-align: center;
  margin: 0 auto;
  margin-bottom: -4px;
  z-index: 9;
  position: relative;
  max-width: 520px;
  margin-top: 50px;
  padding: 20px 0px; }
  .metric-title h1 {
    font-size: 1.8rem; }

/*====================
    RELEVANCE SCORE END
=====================*/
.customise-print img {
  width: 90%;
  max-width: 128px;
  margin-bottom: 50px; }

.divider {
  width: 60%;
  margin-left: 20%;
  height: 4px;
  background-color: #1c1c1c;
  margin-bottom: 30px; }

/*==========================
    SINGLE AD START
============================*/
.opening-post .metric-container {
  z-index: 9999; }

/*==========================
    SINGLE AD END
============================*/
.ad-preview {
  margin-bottom: 50px;
  max-width: 540px;
  position: relative; }

.opening-post .ad-preview {
  margin-top: 50px; }

.ad-preview img {
  width: 100%;
  max-width: 500px;
  margin: 0px; }

.ad-preview-metric {
  height: 100px;
  margin-top: 20px; }
  .ad-preview-metric h2 {
    display: inline-block;
    font-size: 1.8rem;
    margin: 5px; }
  .ad-preview-metric p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block; }
  .ad-preview-metric sub {
    bottom: 0%;
    font-size: 50%; }

.ad-preview-overlay {
  position: absolute;
  background-color: #00ed7e;
  margin-left: -20px;
  margin-top: -20px;
  width: 100%;
  height: 100%;
  padding: 150px 50px;
  z-index: 8; }

/*====================
    ASSISTANT START
=====================*/
.assistant {
  width: 90%;
  margin: 0 auto;
  max-width: 600px; }
  .assistant input {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px; }

.assistant-input-border {
  width: 66%;
  height: 70px;
  border: 3px solid #1c1c1c;
  margin-top: 50px;
  display: inline-block; }

.assistant-result {
  border: 3px solid #1c1c1c;
  width: 90%;
  max-width: 500px;
  padding: 50px 20px;
  font-size: 2rem;
  font-weight: 100;
  margin: 0 auto;
  margin-top: 80px;
  background-color: #fff;
  text-align: center; }

/*====================
    ASSISTANT END
=====================*/
/*====================
    NO DATA START
=====================*/
.no-data {
  background-image: url(../../images/app/reporter/sandwiches-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.no-data h1 {
  margin-top: 100px;
  margin-bottom: 20px;
  font-weight: 100; }

/*====================
    NO DATA END
=====================*/
/*====================
    BUG SPOTTER START
=====================*/
.bug {
  margin-top: 40px; }

.bug-spotter-input {
  width: 80%;
  border: 3px solid #1c1c1c;
  margin-top: 30px; }

.bug-spotter-input textarea {
  border: 3px solid #1c1c1c;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 5px;
  padding: 15px;
  font-weight: 100;
  font-size: 1.8rem; }

.bug-spotter-button-container {
  width: 80%;
  border: 3px solid #1c1c1c;
  margin-top: 30px;
  height: 60px; }

.bug-pic img {
  width: 100%;
  max-width: 400px; }

.bug-pic img:last-child {
  display: none;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.bug-pic:hover img:first-child {
  display: none;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.bug-pic:hover img:last-child {
  display: inline-block;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.bug textarea {
  margin: 0 auto;
  margin-bottom: 20px; }

.bug .btn {
  max-width: 500px; }

/*====================
    BUG SPOTTER END
=====================*/
/*==========================
    CONVERSIONS START
===========================*/
.conversions p {
  display: inherit;
  text-align: center;
  width: 220px;
  background-color: #fff;
  margin: 0 auto; }

.conversions h1 {
  display: inherit;
  text-align: center; }

@media (min-width: 768px) {
  .conversions h1 {
    display: inline;
    margin-left: 28%; }
  .conversions p {
    display: inline-block;
    text-align: left;
    width: 220px;
    background-color: #fff;
    margin: 10px 10px 0px 10px;
    position: absolute; } }

@media (min-width: 1200px) {
  .conversions h1 {
    display: inline;
    margin-left: 220px; } }

.conversions-spacer {
  display: none; }
  @media (min-width: 768px) {
    .conversions-spacer {
      width: 200px;
      height: 5px;
      background-color: #1c1c1c;
      display: inline-block;
      margin: 0px 10px 10px 10px; } }
  @media (min-width: 992px) {
    .conversions-spacer {
      width: 150px; } }
  @media (min-width: 1200px) {
    .conversions-spacer {
      width: 200px; } }

.conversions-metric {
  display: inherit;
  width: 100%; }

.conversions-metric.reach {
  padding-top: 35px; }
  @media (min-width: 768px) {
    .conversions-metric.reach {
      padding-top: 60px; } }

.conversions-metric.clicks {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .conversions-metric.clicks {
      margin-top: 80px; } }
  @media (min-width: 992px) {
    .conversions-metric.clicks {
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .conversions-metric.clicks {
      margin-top: 100px; } }

.conversion {
  margin-top: 160px;
  margin-bottom: 80px; }
  .conversion p {
    margin: 0 5px; }
  @media (min-width: 768px) {
    .conversion {
      margin-top: 280px;
      margin-bottom: 80px;
      margin-left: -35%; } }
  @media (min-width: 992px) {
    .conversion {
      margin-top: 195px; } }
  @media (min-width: 1200px) {
    .conversion {
      margin-top: 280px; } }
  @media (min-width: 1400px) {
    .conversion {
      margin-left: -50%; } }

.funnel {
  width: 320px;
  margin: 0 auto; }
  .funnel img {
    z-index: -10;
    position: absolute;
    width: 400px;
    margin-left: -40px; }
  @media (min-width: 768px) {
    .funnel {
      width: 768px; }
      .funnel img {
        width: 768px;
        margin-left: 0px; } }
  @media (min-width: 992px) {
    .funnel {
      width: 600px; }
      .funnel img {
        width: 600px; } }
  @media (min-width: 1200px) {
    .funnel {
      width: 100%; }
      .funnel img {
        width: 100%;
        max-width: 800px; } }

.funnel.hidden-sm img {
  display: block; }

.peeps p {
  display: inline-block; }

.peeps h1 {
  display: inline-block; }

/*==========================
    CONVERSION RATE BENCHMARK
===========================*/
.conversion-rate {
  position: relative; }
  @media (min-width: 768px) {
    .conversion-rate {
      position: absolute;
      bottom: -70px;
      right: 60px; }
      .conversion-rate-benchmark-pointer {
        width: 160px;
        height: 4px;
        background-color: #1c1c1c;
        position: absolute;
        top: 160px;
        left: -160px;
        display: -webkit-box;
        display: flex; }
        .conversion-rate-benchmark-pointer-tip {
          height: 16px;
          width: 5px;
          margin-top: -6px;
          background-color: #1c1c1c;
          display: -webkit-box;
          display: flex; } }
  @media (min-width: 992px) {
    .conversion-rate {
      bottom: 20px;
      right: -30px; }
      .conversion-rate-benchmark-pointer {
        width: 80px;
        top: 178px;
        left: -80px; } }
  @media (min-width: 1200px) {
    .conversion-rate {
      bottom: 0px;
      right: -50px; }
      .conversion-rate-benchmark-pointer {
        width: 200px;
        top: 158px;
        left: -200px; } }
  @media (min-width: 1400px) {
    .conversion-rate {
      right: 100px; } }

/*==========================
    GLASSES
===========================*/
.conversion-glasses {
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 100px;
  margin-top: 60px; }
  .conversion-glasses img {
    width: 100%;
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .conversion-glasses {
      margin-top: 10px; } }
  @media (min-width: 1200px) {
    .conversion-glasses {
      margin-top: 40px; } }

.save-print {
  padding: 100px 0px 450px 0px; }

/*==================
    FOOTER START
====================*/
.footer {
  width: 100%;
  margin: 0px;
  padding: 20px 0;
  background-color: #1c1c1c;
  color: #fff; }

.footer h1 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px; }

.footer a {
  color: #fff; }

.footer a:hover {
  color: #fff;
  text-decoration: underline; }

.footer p {
  font-size: 1.1rem;
  font-weight: 100; }

.reporter-footer p {
  text-align: left; }

.footer-menu {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 30px;
  border-bottom: 2px solid #fff;
  padding-bottom: 60px; }
  @media (max-width: 600px) {
    .footer-menu {
      padding: 0px; } }

.footer i {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 25px;
  margin-bottom: 30px;
  color: #fff; }

.copyright {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 30px; }
  @media (max-width: 600px) {
    .copyright {
      padding: 0px; } }

.newsletter input {
  background-color: #1c1c1c;
  color: #fff;
  padding: 8px;
  font-size: 1.2rem;
  border: 2px solid #fff;
  margin: 0px 0px 20px 0px; }

input#mc-embedded-subscribe:hover {
  background-color: #fff;
  color: #1c1c1c;
  cursor: pointer; }

.try-adJelly-col input {
  font-weight: 500;
  padding: 8px 30px; }

.try-adJelly-col {
  margin-left: -30px; }

/*==================
    MAKING IT STICK
====================*/
.page-wrap {
  min-height: 100%;
  padding-top: 40px;
  /* equal to footer height */
  margin-bottom: -700px; }
  @media (min-width: 992px) {
    .page-wrap {
      margin-bottom: -400px; } }

.page-wrap:after {
  content: "";
  display: block; }

.footer, .page-wrap:after {
  height: 700px; }
  @media (min-width: 992px) {
    .footer, .page-wrap:after {
      height: 400px; } }

/*==================
    FOOTER END
====================*/
/*===============================
    TESTIMONIALS START
=================================*/
.testimonials {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 15px;
  background-color: #fff;
  padding-bottom: 50px; }

.testimonials-bg {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px; }

.testimonials input[type="radio"] {
  position: absolute;
  width: 1px;
  /* Setting this to 0 make it invisible for VoiceOver */
  height: 1px;
  /* Setting this to 0 make it invisible for VoiceOver */
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.testimonials label {
  display: block;
  width: 20px;
  left: 45%;
  border: 6px solid #1c1c1c;
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear; }

.testimonials label.second {
  left: 50%; }

.testimonials label.third {
  left: 55%; }

.blockquote-bg {
  border: 4px solid #1c1c1c;
  width: 96%;
  margin-left: 2%;
  background-color: #19e6ff;
  padding-bottom: 15px;
  position: relative;
  margin-top: -20px; }

.blockquote-bg:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-width: 14px;
  left: 80%;
  z-index: 2; }

.blockquote-bg:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: #1c1c1c;
  border-left-color: #1c1c1c;
  border-width: 18px;
  left: 79.7%;
  z-index: 1; }

.blockquotes {
  margin: 0;
  padding: 4%;
  background-color: #fff;
  color: #1c1c1c;
  outline: 4px solid #1c1c1c;
  position: relative;
  font-size: 1.2rem; }

.blockquotes:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-width: 14px;
  left: 79.5%;
  z-index: 4; }

.blockquotes:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: #1c1c1c;
  border-left-color: #1c1c1c;
  border-width: 18px;
  left: 78.2%;
  z-index: 3; }

#second:checked ~ .two blockquote-bg {
  background-color: #00ed7e; }

.two blockquote-bg:after {
  border-top-color: #00ed7e;
  border-left-color: #00ed7e; }

#second:checked ~ .two .blockquote-bg {
  background-color: #00ed7e; }

#second:checked ~ .two .owner-bg {
  background-color: #00ed7e; }

#third:checked ~ .three .blockquote-bg {
  background-color: #ff285a; }

#third:checked ~ .three .owner-bg {
  background-color: #ff285a; }

.one .blockquote-bg:after {
  border-top-color: #19e6ff;
  border-left-color: #19e6ff; }

.two .blockquote-bg:after {
  border-top-color: #00ed7e;
  border-left-color: #00ed7e; }

.three .blockquote-bg:after {
  border-top-color: #ff285a;
  border-left-color: #ff285a; }

.testimonials img {
  width: 94%;
  margin-top: 5px;
  height: auto;
  border: 4px solid #1c1c1c;
  margin-left: 3%; }

.blockquotes img {
  width: 80px;
  float: left;
  border: none;
  margin-right: 20px;
  margin-top: -5px; }

.slide {
  position: absolute;
  left: 0%;
  top: -50px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in; }

#first:checked ~ label.first {
  border-width: 6px;
  border-color: #19e6ff; }

#second:checked ~ label.second {
  border-width: 6px;
  border-color: #00ed7e; }

#third:checked ~ label.third {
  border: 6px solid #ff285a; }

#first:checked ~ div.one {
  left: 0;
  opacity: 1; }

#second:checked ~ div.two {
  left: 0;
  opacity: 1; }

#third:checked ~ div.three {
  left: 0;
  opacity: 1; }

.owner {
  outline: 4px solid #1c1c1c;
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin-left: 10px;
  padding: 15px 0px;
  margin-top: -10px; }

.owner-bg {
  background-color: #19e6ff;
  border: 4px solid #1c1c1c;
  position: absolute;
  z-index: 2;
  bottom: -100px;
  right: 7%;
  width: 90%;
  min-width: 240px;
  padding-bottom: 10px; }

.owner h2 {
  padding: 0px;
  margin: 0px;
  font-size: 1.2rem;
  font-style: italic; }

.owner p {
  padding: 0px;
  margin: 0px;
  font-size: 1.2rem; }

@media (min-width: 768px) {
  .testimonials {
    min-height: 470px;
    outline: 4px solid #1c1c1c; }
  .testimonials-bg {
    background-color: #ffe000;
    border: 4px solid #1c1c1c; }
  .testimonials img {
    margin-top: -20px; }
  .owner-bg {
    width: 22%;
    bottom: 20px; }
  .blockquotes:after {
    left: 89.5%; }
  .blockquotes:before {
    left: 89.2%; }
  .blockquote-bg:after {
    left: 90%; }
  .blockquote-bg:before {
    left: 89.7%; } }

@media (min-width: 992px) {
  .testimonials {
    min-height: 590px; } }

@media (min-width: 1200px) {
  .testimonials {
    min-height: 700px; } }

/*===============
    LOGO START
================*/
.logo-wrapper {
  width: auto;
  height: 56px;
  padding-bottom: 12px;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  left: 16px;
  top: 6px; }

/**
*This is the main fill for both logos,
* it's overwritten by the JS
*/
.logo-background {
  fill: #ff285a; }

.logo-background.pink {
  fill: #ff285a; }

.logo-background.yellow {
  fill: #ffe000; }

.logo-background.green {
  fill: #00ed7e; }

.logo-background.blue {
  fill: #19e6ff; }

/**
* Changes the color of the shadow while animating
*/
.animating .full-logo__shadow {
  fill: black; }

/**
* Removes the 'ad' text while animating
* (too illegible otherwise)
*/
.animating .icon-logo__text {
  display: none; }

.full-logo, .icon-logo {
  height: 100%;
  width: auto;
  /**
    * Fixes a bug with WebKit svg scaling
    */
  max-width: 100%; }

#icon-logo {
  max-height: 50px; }

p.beta-logo {
  margin-left: 70px;
  font-size: 1rem;
  font-weight: 900;
  display: inline;
  position: absolute;
  margin-top: 28px; }

p.beta-logo.white-text {
  font-weight: 400; }

/*===============
    LOGO END
================*/
/*====================
    SPEC BOX START
=====================*/
.spec-box {
  border: 4px solid #1c1c1c;
  padding: 10px;
  margin: 10px 0px 50px 0px; }

.spec-box p {
  font-size: 1rem; }

.spec-box .btn {
  margin: 20px 0px; }

.spec-box-img {
  height: 300px;
  border-bottom: 4px solid #1c1c1c; }

.spec-box-img img {
  max-width: 100%;
  max-height: 280px;
  margin: 0 auto;
  display: block; }

.spec-box.facebook {
  box-shadow: 0px 12px 0 -4px #3b5998, 0px 12px 0 0px #1c1c1c; }

.spec-box.instagram {
  box-shadow: 0px 12px 0 -4px #125688, 0px 12px 0 0px #1c1c1c; }

.spec-box.twitter {
  box-shadow: 0px 12px 0 -4px #00aced, 0px 12px 0 0px #1c1c1c; }

.spec-box.linkedin {
  box-shadow: 0px 12px 0 -4px #007bb5, 0px 12px 0 0px #1c1c1c; }

.spec-box.youtube {
  box-shadow: 0px 12px 0 -4px #bb0000, 0px 12px 0 0px #1c1c1c; }

.spec-box.adwords {
  box-shadow: 0px 12px 0 -4px #00933B, 0px 12px 0 0px #1c1c1c; }

.spec-box.google-plus {
  box-shadow: 0px 12px 0 -4px #dd4b39, 0px 12px 0 0px #1c1c1c; }

.spec-box.tumblr {
  box-shadow: 0px 12px 0 -4px #32506d, 0px 12px 0 0px #1c1c1c; }

.spec-box.pinterest {
  box-shadow: 0px 12px 0 -4px #bd081c, 0px 12px 0 0px #1c1c1c; }

.spec-box table {
  width: 100%;
  margin-bottom: 30px; }

.spec-box tbody:before {
  display: none; }

.spec-box td {
  padding: 10px; }

.spec-box td:first-child {
  font-weight: 700; }

/*====================
    SPEC BOX END
=====================*/
.page-content {
  margin-top: 60px; }

.tabs-header {
  z-index: 9;
  background-color: #fff; }

.channel-tabs li {
  display: inline-block;
  list-style: none;
  height: 70px; }

.channel-tabs a {
  border: 4px solid #1c1c1c;
  margin: 10px -2px;
  display: inline-block;
  padding: 10px;
  color: #1c1c1c; }

ul.channel-tabs {
  margin: 0px;
  padding: 0px; }

.channel-tabs .active a {
  box-shadow: 0px 8px 0px -4px #fff, 0px 8px 0px 0px #1c1c1c; }

.channel-tabs a:hover {
  background-color: #dfdfdf; }

.tab-pane {
  display: none; }

.tab-pane.active {
  display: block; }

/* PAGE TAB COLORS*/
.active a {
  color: #fff;
  font-weight: 700; }

.tools .active a {
  background-color: #48555a !important; }

.facebook .active a {
  background-color: #3b5998 !important;
  color: #fff; }

.instagram .active a {
  background-color: #125688 !important; }

.twitter .active a {
  background-color: #00aced !important; }

.linkedin .active a {
  background-color: #007bb5 !important; }

.youtube .active a {
  background-color: #bb0000 !important; }

.adwords .active a {
  background-color: #00933B !important; }

.google-plus .active a {
  background-color: #dd4b39 !important; }

.tumblr .active a {
  background-color: #32506d !important; }

.pinterest .active a {
  background-color: #bd081c !important; }

.snapchat .active a {
  background-color: #FFFC00 !important;
  color: #1c1c1c; }

.product-hunt .active a {
  background-color: #DA552F !important; }

.social-icons a {
  color: #1c1c1c; }

.side-menu {
  position: fixed;
  top: 60px;
  border-right: 4px solid #1c1c1c;
  height: 100%;
  background-color: #fff;
  width: 80px; }

.side-menu-icn {
  background: #dfdfdf;
  cursor: pointer;
  list-style: none;
  height: 16px;
  width: 16px;
  left: 18px;
  margin: 30px 10px;
  position: relative;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.side-menu-icn.facebook-bg {
  background: #3b5998; }

.side-menu-icn.instagram-bg {
  background: #125688; }

.side-menu-icn.twitter-bg {
  background: #00aced; }

.side-menu-icn.linkedin-bg {
  background: #007bb5; }

.side-menu-icn.youtube-bg {
  background: #bb0000; }

.side-menu-icn.adwords-bg {
  background: #00933B; }

.side-menu-icn.google-plus-bg {
  background: #dd4b39; }

.side-menu-icn.tumblr-bg {
  background: #32506d; }

.side-menu-icn.pinterest-bg {
  background: #bd081c; }

.side-menu-icn.snapchat-bg {
  background: #FFFC00; }

.side-menu-icn.product-hunt-bg {
  background: #DA552F; }

.side-menu-icn.share {
  background-color: rgba(255, 40, 90, 0.2);
  box-shadow: 0 0 0 rgba(255, 40, 90, 0.4);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 40, 90, 0.4); }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 40, 90, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 40, 90, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 40, 90, 0.4); }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 40, 90, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 40, 90, 0); } }

.side-menu-icn img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: -8px;
  top: -8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.side-menu-icn:hover img {
  left: -16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.side-menu-icn:hover {
  background: transparent;
  border-radius: 0px;
  width: 0px;
  height: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation: none;
          animation: none; }

.side-menu-icn-title {
  background: #ff285a;
  height: 23px;
  left: 0px;
  top: 0px;
  font-size: 0px;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 0px; }

.side-menu-icn-title.facebook {
  background: #3b5998; }

.side-menu-icn-title.instagram {
  background: #125688; }

.side-menu-icn-title.twitter {
  background: #00aced; }

.side-menu-icn-title.linkedin {
  background: #007bb5; }

.side-menu-icn-title.youtube {
  background: #bb0000; }

.side-menu-icn-title.adwords {
  background: #00933B; }

.side-menu-icn-title.google-plus {
  background: #dd4b39; }

.side-menu-icn-title.tumblr {
  background: #32506d; }

.side-menu-icn-title.pinterest {
  background: #bd081c; }

.side-menu-icn-title.snapchat {
  background: #FFFC00; }

.side-menu-icn-title.product-hunt {
  background: #DA552F; }

.side-menu-icn-title div {
  color: #fff; }

.side-menu-icn-title.snapchat div {
  color: #1c1c1c; }

.side-menu-icn:hover .side-menu-icn-title {
  opacity: 100;
  width: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px;
  top: -4px;
  left: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.side-menu-icns {
  height: 20px; }

.container.specs {
  padding-left: 15px; }
  @media (min-width: 768px) {
    .container.specs {
      padding-left: 80px; } }

.container.specs.disqus {
  margin-top: 80px;
  margin-bottom: 20px; }

a.nav-link {
  width: 230px; }

a.nav-link i {
  margin-right: 15px;
  width: 15px; }

.facebook-menu a:hover {
  background-color: #3b5998;
  color: #fff; }

.instagram-menu a:hover {
  background-color: #125688;
  color: #fff; }

.twitter-menu a:hover {
  background-color: #00aced;
  color: #fff; }

.linkedin-menu a:hover {
  background-color: #007bb5;
  color: #fff; }

.youtube-menu a:hover {
  background-color: #bb0000;
  color: #fff; }

.adwords-menu a:hover {
  background-color: #00933B;
  color: #fff; }

.google-plus-menu a:hover {
  background-color: #dd4b39;
  color: #fff; }

.tumblr-menu a:hover {
  background-color: #32506d;
  color: #fff; }

.pinterest-menu a:hover {
  background-color: #bd081c;
  color: #fff; }

.snapchat-menu a:hover {
  background-color: #FFFC00;
  color: #1c1c1c; }

.product-hunt-menu a:hover {
  background-color: #DA552F;
  color: #fff; }

p.packs-p {
  font-size: 1.2rem;
  line-height: 1.8rem; }

.box-item-guides p {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline; }

.box-item-guides {
  border: 4px solid #1c1c1c;
  display: inline-block;
  box-shadow: 0 16px 0 -4px #ffe000, 0 16px 0 0 #1c1c1c; }

.trusted-by img {
  width: 60px;
  margin: 0px 0px 15px 0px; }

.trusted-by p {
  font-size: 1rem;
  font-weight: 500; }

.subscribe-bullshit {
  margin-top: 20px;
  padding: 50px 0px 80px 0px; }

.subscribe-bullshit input#mc-embedded-subscribe {
  background-color: #fff;
  box-shadow: 0 8px 0 -4px #fff, 0 8px 0 0 #1c1c1c;
  font-weight: 900; }

.subscribe-bullshit input#mc-embedded-subscribe:hover {
  background-color: #1c1c1c;
  color: #fff;
  box-shadow: 0 8px 0 -4px #fff, 0 8px 0 0 #1c1c1c;
  font-weight: 900; }

.subscribe-bullshit form#mc-embedded-subscribe-form {
  margin: 0 auto;
  max-width: 500px; }

/*====================
    SCROLLBARS START
=====================*/
.ad-preview::-webkit-scrollbar {
  width: 0px; }

/*====================
    SCROLLBARS END
=====================*/
/*====================
    SUBSCRIPTIONS START
=====================*/
.subscriptions iframe {
  overflow: hidden; }

.subscriptions iframe -webkit-scrollbar {
  display: none; }

/*====================
    SUBSCRIPTIONS END
=====================*/
/*===================================
    PRESS START
=====================================*/
.press {
  padding-top: 100px; }

.press .row {
  margin: 100px 0px; }

.press p {
  font-size: 1.2rem; }

.press b, strong {
  font-weight: 700; }

.press-social a {
  color: #1c1c1c;
  font-size: 2.5rem;
  padding: 30px; }

.press-social a:hover {
  color: #3b5998; }

.press-clips a {
  color: #1c1c1c;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem; }

.press-clips a:hover {
  color: #dfdfdf; }

.press-clips strong:hover {
  text-decoration: underline; }

.press-clips i {
  line-height: 2rem; }

.press-clip {
  margin-top: 50px; }

/*===================================
    PRESS END
=====================================*/
/*====================
    CONTROL TOWER START
=====================*/
.dashboard-metrics {
  border: 4px solid #dfdfdf;
  box-shadow: 0px 12px 0 -4px #fff, 0px 12px 0 0px #dfdfdf;
  padding: 20px;
  text-align: right; }

.dashboard-metrics h2 {
  margin: 0px;
  margin-top: 5px;
  font-size: 1.8rem; }

.dashboard-metrics .row {
  margin: 50px 0px 0px 0px; }

.dashboard-metrics-title {
  border-bottom: 4px solid #1c1c1c;
  padding-bottom: 20px; }

.dashboard-metrics-title p {
  font-size: 1.2rem;
  font-weight: 900; }

.iconing-sml {
  background: #ffe000;
  cursor: pointer;
  list-style: none;
  height: 40px;
  width: 40px;
  left: 20px;
  margin: 0;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.iconing-sml img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: -12px;
  top: -12px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.iconing-sml:hover img {
  left: -32px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.iconing-sml:hover {
  background: transparent;
  border-radius: 0px;
  width: 0px;
  height: 0px;
  left: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.iconing-title {
  background: #ffe000;
  height: 18px;
  left: 35px;
  top: 0px;
  font-size: 0px;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 0px; }

.iconing-sml:hover .iconing-title {
  opacity: 100;
  width: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 2px;
  top: -30px;
  left: -50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/*====================
    CONTROL TOWER END
=====================*/
/*====================
    NEWSFEED START
=====================*/
.newsfeed-item {
  border: 4px solid #1c1c1c;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px; }

.newsfeed-item p {
  padding: 20px 0px;
  font-size: 1rem; }

.newsfeed-items {
  border-bottom: 4px solid #dfdfdf; }

.newsfeed-items h1 {
  font-size: 1.2rem;
  margin: 20px;
  display: inline-block; }

.newsfeed-item .icons {
  margin-top: 30px; }

.newsfeed-item-button .btn {
  display: initial; }

.newsfeed-item-title {
  border-bottom: 4px solid #1c1c1c;
  padding-bottom: 5px;
  margin-top: 15px; }

.newsfeed-item-title h1 {
  margin: 0px;
  font-size: 1.2rem; }

.newsfeed-item-time {
  color: #dfdfdf;
  font-weight: 700;
  text-align: right;
  padding: 15px 30px; }

.neutral {
  box-shadow: 0px 10px 0 -4px #19e6ff, 0px 10px 0 0px #1c1c1c; }

.positive {
  box-shadow: 0px 10px 0 -4px #00ed7e, 0px 10px 0 0px #1c1c1c; }

.negative {
  box-shadow: 0px 10px 0 -4px #ff285a, 0px 10px 0 0px #1c1c1c; }

.viewed {
  border: 4px solid #dfdfdf;
  box-shadow: 0px 10px 0 -4px #fff, 0px 10px 0 0px #dfdfdf; }

/*====================
    NEWSFEED END
=====================*/
/*====================
    MILESTONES START
=====================*/
.milestones {
  display: inline-block;
  float: right; }

.milestone {
  display: inline-block;
  width: 116px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.milestone:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.milestone .tick {
  width: 24px;
  height: 24px;
  z-index: -1;
  margin-left: -28px;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  opacity: 0; }

.milestone.complete .tick {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: milestone-complete;
          animation-name: milestone-complete; }

.milestone.complete.delay-1 .tick {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.milestone.complete.delay-2 .tick {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s; }

.milestone.complete.delay-3 .tick {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.milestone.complete.delay-4 .tick {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s; }

.milestone.complete.delay-5 .tick {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.milestone.complete.delay-6 .tick {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s; }

@-webkit-keyframes milestone-complete {
  0% {
    margin-left: -28px;
    opacity: 0; }
  100% {
    margin: 4px;
    opacity: 1; } }

.milestone svg {
  z-index: 1;
  position: relative; }

.milestone .fa {
  line-height: 2.8rem;
  bottom: 10px;
  opacity: 0;
  position: relative;
  left: 5px; }

.milestone.complete .fa {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.milestone-title {
  height: 18px;
  text-align: center;
  padding: 0px;
  font-size: 0rem;
  font-weight: 700;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.milestone:hover .milestone-title {
  padding: 2px 6px;
  top: -5px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.svg-thick-stroke {
  fill: none;
  stroke-width: 4;
  stroke: #dfdfdf; }

.svg-thin-stroke {
  fill: none;
  stroke-width: 3;
  stroke: #dfdfdf; }

.svg-fill {
  fill: #dfdfdf;
  stroke-width: 0.5;
  stroke: #dfdfdf; }

.milestone:hover .svg-fill {
  fill: #1c1c1c;
  stroke: #1c1c1c; }

.milestone:hover .svg-thick-stroke {
  stroke: #1c1c1c; }

.milestone:hover .svg-thin-stroke {
  stroke: #1c1c1c; }

.milestone.complete .svg-fill {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: milestone-complete-icn-fill;
          animation-name: milestone-complete-icn-fill; }

@-webkit-keyframes milestone-complete-icn-fill {
  0% {
    fill: #dfdfdf;
    stroke: #dfdfdf; }
  100% {
    fill: #1c1c1c;
    stroke: #1c1c1c; } }

.milestone.complete .svg-thick-stroke {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: milestone-complete-icn;
          animation-name: milestone-complete-icn; }

.milestone.complete .svg-thin-stroke {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: milestone-complete-icn;
          animation-name: milestone-complete-icn; }

@-webkit-keyframes milestone-complete-icn {
  0% {
    stroke: #dfdfdf; }
  100% {
    stroke: #1c1c1c; } }

.milestone.complete.delay-1 .svg-fill {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.milestone.complete.delay-2 .svg-fill {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s; }

.milestone.complete.delay-3 .svg-fill {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.milestone.complete.delay-4 .svg-fill {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s; }

.milestone.complete.delay-5 .svg-fill {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.milestone.complete.delay-6 .svg-fill {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s; }

.milestone.complete.delay-1 .svg-thin-stroke {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.milestone.complete.delay-2 .svg-thin-stroke {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s; }

.milestone.complete.delay-3 .svg-thin-stroke {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.milestone.complete.delay-4 .svg-thin-stroke {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s; }

.milestone.complete.delay-5 .svg-thin-stroke {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.milestone.complete.delay-6 .svg-thin-stroke {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s; }

.milestone.complete.delay-1 .svg-thick-stroke {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.milestone.complete.delay-2 .svg-thick-stroke {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s; }

.milestone.complete.delay-3 .svg-thick-stroke {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.milestone.complete.delay-4 .svg-thick-stroke {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s; }

.milestone.complete.delay-5 .svg-thick-stroke {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.milestone.complete.delay-6 .svg-thick-stroke {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s; }

/*====================
    MILESTONES END
=====================*/
/*====================
    VOTE START
=====================*/
.vote {
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  width: 100%;
  background-color: #1c1c1c; }
  @media (min-width: 768px) {
    .vote {
      margin-right: 15px;
      width: 60px;
      padding: 15px;
      border-right: 4px solid #1c1c1c; } }

.vote__arrow {
  margin: 0px 48%;
  fill: none;
  stroke-width: 4;
  stroke: white;
  cursor: pointer;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
  @media (min-width: 768px) {
    .vote__arrow {
      width: 24px;
      margin: 0px; } }
  .vote__arrow:active {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  .vote__arrow--up:active {
    stroke: #00ed7e; }
  .vote__arrow--down:active {
    stroke: #ff285a; }

.vote__columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.vote__column {
  height: 1rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  overflow: hidden;
  margin-bottom: -2px; }

/*====================
    VOTE END
=====================*/
/*====================
    TIMELINE START
=====================*/
.timeline {
  min-height: 100px;
  position: relative;
  padding: 40px 0px; }

.timeline:before,
.timeline:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  tranform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #1c1c1c; }

.timeline:before {
  height: 10px;
  width: 10px;
  border-radius: 50%; }

.timeline:after {
  bottom: 0;
  width: 4px; }

.timeline-item {
  width: 90%;
  font-size: 0.9rem;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  @media (min-width: 768px) {
    .timeline-item {
      width: 100%;
      margin: 50px 0px; } }

.timeline-item > * {
  -webkit-box-flex: 100px;
          flex: 100px; }

.timeline-item:last-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #1c1c1c;
  height: 10px;
  width: 10px;
  border-radius: 50%; }

.timeline-item-title {
  text-align: left;
  color: #1c1c1c;
  border: 4px solid #1c1c1c;
  background-color: #cfe0ff;
  z-index: 3;
  padding: 30px;
  box-shadow: 0px 12px 0 -4px #fff, 0px 12px 0 0px #1c1c1c; }

.timeline-item-date {
  display: none; }
  @media (min-width: 768px) {
    .timeline-item-date {
      display: initial;
      color: #1c1c1c; } }

.timeline-item-selector {
  display: none; }
  @media (min-width: 768px) {
    .timeline-item-selector {
      display: initial;
      -webkit-box-flex: 0;
              flex: 0 0 6px;
      padding: 15px;
      border: 4px solid #1c1c1c;
      border-radius: 50%;
      margin: 0px 20px;
      background: #fff;
      z-index: 2; } }

.timeline-item-selector:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #1c1c1c;
  cursor: pointer; }

/*====================
    TIMELINE END
=====================*/
/*====================
    TICKER START
=====================*/
.ticker {
  display: -webkit-box;
  display: flex;
  margin: auto; }

.ticker__number {
  display: inline-block;
  -webkit-animation: fadein 0.55s cubic-bezier(0.4, 0, 0, 1.35) forwards;
          animation: fadein 0.55s cubic-bezier(0.4, 0, 0, 1.35) forwards; }

.ticker__text {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 6rem;
  color: #ff285a;
  margin: 0 -24px; }
  .ticker--done .ticker__text {
    -webkit-animation: squeeze 0.44s cubic-bezier(0.4, 0, 0, 1) forwards;
            animation: squeeze 0.44s cubic-bezier(0.4, 0, 0, 1) forwards; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px) scale(0.9);
            transform: translateY(300px) scale(0.9); }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px) scale(0.9);
            transform: translateY(300px) scale(0.9); }
  100% {
    opacity: 1; } }

@-webkit-keyframes wave {
  3% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  6% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  9% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes wave {
  3% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  6% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  9% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes squeeze {
  70% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes squeeze {
  70% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

svg.frill {
  overflow: visible;
  display: block; }

.frill__path {
  visibility: hidden;
  stroke: #ff285a; }
  .frill__path.animate {
    visibility: visible;
    -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.65s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transition-delay: .32s;
            transition-delay: .32s; }

.frill-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.65s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }
  .ticker--done .frill-wrapper {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  .frill-wrapper.flip {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .ticker--done .frill-wrapper.flip {
      -webkit-transform: translateX(30px) rotate(180deg);
              transform: translateX(30px) rotate(180deg); }

/*====================
    TICKER END
=====================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
