@charset "UTF-8";
/** This is the import section for all style sheets. Use it as a guide to find what your looking for **/
/** View the bottom of this sheet for styles loaded after candee.scss **/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* .candee-container should always be 100% so not to conflict with themes*/
.candee-container {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .candee-container, .container.candee-container {
  width: 100%;
}

.candee-column,
.candee-columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .candee-column,
.candee-columns {
    margin-left: 4%;
  }

  .candee-column:first-child,
.candee-columns:first-child {
    margin-left: 0;
  }

  .one.candee-candee-column,
.one.candee-columns {
    width: 4.6666666667%;
  }

  .two.candee-columns {
    width: 13.3333333333%;
  }

  .three.candee-columns {
    width: 22%;
  }

  .four.candee-columns {
    width: 30.6666666667%;
  }

  .five.candee-columns {
    width: 39.3333333333%;
  }

  .six.candee-columns {
    width: 48%;
  }

  .seven.candee-columns {
    width: 56.6666666667%;
  }

  .eight.candee-columns {
    width: 65.3333333333%;
  }

  .nine.candee-columns {
    width: 74%;
  }

  .ten.candee-columns {
    width: 82.6666666667%;
  }

  .eleven.candee-columns {
    width: 91.3333333333%;
  }

  .twelve.candee-columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.candee-column {
    width: 30.6666666667%;
  }

  .two-thirds.candee-column {
    width: 65.3333333333%;
  }

  .one-half.candee-column {
    width: 48%;
  }

  /* Offsets */
  .offset-by-one.candee-column,
.offset-by-one.candee-columns {
    margin-left: 8.6666666667%;
  }

  .offset-by-two.candee-column,
.offset-by-two.candee-columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.candee-column,
.offset-by-three.candee-columns {
    margin-left: 26%;
  }

  .offset-by-four.candee-column,
.offset-by-four.candee-columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.candee-column,
.offset-by-five.candee-columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.candee-column,
.offset-by-six.candee-columns {
    margin-left: 52%;
  }

  .offset-by-seven.candee-column,
.offset-by-seven.candee-columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.candee-column,
.offset-by-eight.candee-columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.candee-column,
.offset-by-nine.candee-columns {
    margin-left: 78%;
  }

  .offset-by-ten.candee-column,
.offset-by-ten.candee-columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.candee-column,
.offset-by-eleven.candee-columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.candee-column,
.offset-by-one-third.candee-columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.candee-column,
.offset-by-two-thirds.candee-columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.candee-column,
.offset-by-one-half.candee-columns {
    margin-left: 52%;
  }
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.candee-container:after,
.candee-row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* General Demo Style */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container > header,
.cal-popup .main {
  padding: 0 10px 1px 10px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.container > header {
  padding: 30px;
}

.container > header h1 {
  font-size: 2rem;
  line-height: 38px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  float: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.container > header h1 span {
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
}

/* Header Style */
.codrops-top {
  line-height: 24px;
  font-size: 0.7rem;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  -webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}

.codrops-top a {
  padding: 0px 10px;
  letter-spacing: 1px;
  color: #333;
  display: inline-block;
}

.codrops-top a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  float: left;
  display: block;
}

/* Demo Buttons Style */
.codrops-demos {
  float: right;
}

.codrops-demos a {
  display: inline-block;
  margin: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
  color: #000;
  border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

.fc-calendar-container {
  position: relative;
  height: 400px;
  width: 400px;
}

.fc-calendar {
  width: 100%;
  height: 100%;
}

.fc-calendar .fc-head {
  height: 30px;
  line-height: 30px;
  background: #ccc;
  color: #fff;
}

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% - 30px);
  border: 1px solid #ddd;
}

.fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row {
  height: 25%;
}

.fc-five-rows .fc-row {
  height: 20%;
}

.fc-six-rows .fc-row {
  height: 16.66%;
  height: -webkit-calc(100%/6);
  height: 16.6666666667%;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  /* //   width: -moz-calc(100%/7);
  //   width: -webkit-calc(100%/7);
    //width: calc(100%/7); */
  position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%;
}

.fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative;
}

.fc-calendar .fc-row > div .selected {
  background-color: #f2f2f2;
}

.fc-calendar .fc-head > div {
  text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 30px;
  height: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
  bottom: 5px;
  right: 5px;
  text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}

.fc-calendar .fc-row > div.fc-today {
  background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none;
}

.fc-calendar .fc-row:last-child {
  border-bottom: none;
}

/* Custom calendar elements */
.custom-calendar-wrap {
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}

.custom-calendar-wrap .calError {
  background-color: red;
  color: white;
  text-align: center;
  display: none;
}

.custom-inner {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.custom-inner:before,
.custom-inner:after {
  content: "";
  width: 99%;
  height: 50%;
  position: absolute;
  background: #f6f6f6;
  bottom: -4px;
  left: 0.5%;
  z-index: -1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.custom-inner:after {
  content: "";
  width: 98%;
  bottom: -7px;
  left: 1%;
  z-index: -2;
}

.candee-custom-header {
  background: #fff;
  padding: 5px 10px 10px 10px;
  height: 70px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.candee-custom-header h2,
.candee-custom-header h3 {
  text-align: center;
  text-transform: uppercase;
  line-height: 0px;
}

.candee-custom-header h2 {
  color: #444;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 25px;
}

.candee-custom-header h3 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #b7bbc2;
}

.candee-custom-header nav span {
  position: absolute;
  top: 17px;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  margin: 0 1px;
  font-size: 1.2rem;
  line-height: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.candee-custom-header nav span:first-child {
  left: 5px;
}

.candee-custom-header nav span:last-child {
  right: 5px;
}

.candee-custom-header nav span:before {
  font-family: "icomoon";
  color: #444;
  position: absolute;
  text-align: center;
  width: 100%;
}

.candee-custom-header nav span.custom-prev:before {
  content: "\e925";
}

.candee-custom-header nav span.custom-next:before {
  content: "\e939";
}

.candee-custom-header nav span:hover:before {
  color: #444;
}

.custom-content-reveal {
  background: #f6f6f6;
  background: rgba(246, 246, 246, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0px;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 13px;
  padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
  content: "x";
  font-size: 1.1rem;
  color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
  font-size: 1.3rem;
  padding: 10px 30px;
  display: block;
}

.custom-content-reveal h4 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: #777;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 5px solid #444;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.9);
          box-shadow: 0 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.custom-content-reveal span {
  color: #888;
}

.custom-content-reveal a {
  color: #444;
}

.custom-content-reveal a:hover {
  color: #333;
}

/* Modifications */
.fc-calendar-container {
  height: 400px;
  width: auto;
  padding: 30px;
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.fc-calendar .fc-head {
  background: transparent;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.fc-calendar .fc-row > div {
  background: #fff;
  cursor: pointer;
}

.fc-calendar .fc-row .selected {
  background-color: #C8FDD3 !important;
}

.fc-calendar .fc-row .selected .fc-date {
  color: black !important;
  font-weight: bold !important;
}

.fc-calendar .fc-row > div.disabled,
.fc-calendar .fc-row > div.fc-today.disabled {
  background-color: #f6f6f6;
}

.fc-calendar .fc-row > div.disabled > span.fc-date,
.fc-calendar .fc-row > div.fc-today.disabled > span.fc-date {
  color: #ddd;
}

.fc-calendar .fc-row > div:empty {
  background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
  top: 50%;
  left: 50%;
  text-align: center;
  margin: -10px 0 0 -15px;
  color: #686a6e;
  font-weight: 400;
  pointer-events: none;
}

.fc-calendar .fc-row > div.fc-today {
  background: #fff;
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
  color: #686a6e;
}

.fc-calendar .fc-row > div.fc-content:after {
  content: "·";
  text-align: center;
  width: 20px;
  margin-left: -10px;
  position: absolute;
  color: #DDD;
  font-size: 3rem;
  line-height: 20px;
  left: 50%;
  bottom: 3px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
  color: #b02c42;
}

.fc-calendar .fc-row > div.fc-content:hover:after {
  color: #444;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after {
  color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
  display: none;
  font-size: 1.4rem;
}

.tsgCalenderPicker {
  border: 1px solid #ddd;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.9rem;
  background: none !important;
}

.cal-inline {
  min-width: 300px;
}

.cal-inline .fc-calendar-container {
  height: 250px;
}

.cal-inline .fc-calendar .fc-row > div > span.fc-date {
  font-size: 1rem;
}

@media screen and (max-width: 400px) {
  .fc-calendar-container {
    height: 300px;
  }

  .fc-calendar .fc-row > div > span.fc-date {
    font-size: 0.9rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.candee .form {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.candee .form .candee_error .error-message, .candee .form .candee_error .inline-form-error {
  display: block !important;
  font-size: 0.7rem !important;
  color: #ed0417 !important;
  padding-bottom: 10px !important;
}
.candee .form .candee_error input, .candee .form .candee_error textarea, .candee .form .candee_error .label-checkbox, .candee .form .candee_error select {
  border: 1px solid #ed0417 !important;
  outline: none !important;
  background-color: #FFCCCC !important;
}
.candee .form .candee_error canvas {
  border: 1px solid #ed0417 !important;
  outline: none !important;
}
.candee .form .candee_error.select:before {
  background: #860002 !important;
}
.candee .form .candee_error.select:after {
  border-color: #ffffff !important;
}
.candee .form .candee_error .clearable {
  color: #444 !important;
}
.candee .form .candee-input-group, .candee .form .easy-autocomplete {
  color: #222;
  font-size: 1rem;
  line-height: 20px;
  width: 100%;
  height: 90px;
  position: relative;
  width: 48%;
  margin: 0px 1%;
  /* Clearable text inputs */
}
.candee .form .candee-input-group .candee-input-group, .candee .form .candee-input-group .easy-autocomplete, .candee .form .easy-autocomplete .candee-input-group, .candee .form .easy-autocomplete .easy-autocomplete {
  margin: 0px;
}
.candee .form .candee-input-group.message, .candee .form .easy-autocomplete.message {
  width: 100%;
  height: auto;
  padding: 15px 0px;
  margin-bottom: 1rem;
}
.candee .form .candee-input-group.password, .candee .form .easy-autocomplete.password {
  height: 115px;
}
.candee .form .candee-input-group.password ul, .candee .form .easy-autocomplete.password ul {
  padding: 0px;
  margin: 0px;
}
.candee .form .candee-input-group.password ul li, .candee .form .easy-autocomplete.password ul li {
  width: 100%;
  text-align: right;
}
.candee .form .candee-input-group.password ul li .item-title, .candee .form .easy-autocomplete.password ul li .item-title {
  font-size: 0.8rem;
}
.candee .form .candee-input-group.title, .candee .form .easy-autocomplete.title {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  margin: 0px 0px 25px 0px;
  width: 100%;
  border-bottom: 3px solid #dddddd;
  height: 40px;
  line-height: 40px;
}
.candee .form .candee-input-group.title .clearable, .candee .form .easy-autocomplete.title .clearable {
  display: none !important;
}
.candee .form .candee-input-group.payment, .candee .form .easy-autocomplete.payment {
  height: auto;
}
.candee .form .candee-input-group.checkbox, .candee .form .easy-autocomplete.checkbox {
  height: auto;
  min-height: 50px;
}
.candee .form .candee-input-group.checkbox.candee_error .icon-form-checkbox, .candee .form .easy-autocomplete.checkbox.candee_error .icon-form-checkbox {
  margin-left: 10px;
}
.candee .form .candee-input-group.checkbox.candee_error .item-title, .candee .form .easy-autocomplete.checkbox.candee_error .item-title {
  margin-left: 40px;
}
.candee .form .candee-input-group.checkbox .clearable, .candee .form .easy-autocomplete.checkbox .clearable {
  display: none !important;
}
.candee .form .candee-input-group.checkbox .error-message, .candee .form .easy-autocomplete.checkbox .error-message {
  margin: 10px;
  padding: 0 !important;
}
.candee .form .candee-input-group.date_dropdown, .candee .form .easy-autocomplete.date_dropdown {
  min-width: 270px;
}
.candee .form .candee-input-group.date_dropdown .dateDropdownWrapper, .candee .form .easy-autocomplete.date_dropdown .dateDropdownWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.candee .form .candee-input-group.date_dropdown .dateDropdownWrapper .select-date-dropdown, .candee .form .easy-autocomplete.date_dropdown .dateDropdownWrapper .select-date-dropdown {
  margin-right: 3%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.candee .form .candee-input-group.date_dropdown .dateDropdownWrapper .select-date-dropdown:last-of-type, .candee .form .easy-autocomplete.date_dropdown .dateDropdownWrapper .select-date-dropdown:last-of-type {
  margin-right: 0;
}
.candee .form .candee-input-group.date_dropdown .dateDropdownWrapper .select-date-dropdown.select-date-dropdown-month, .candee .form .easy-autocomplete.date_dropdown .dateDropdownWrapper .select-date-dropdown.select-date-dropdown-month {
  min-width: 37%;
}
.candee .form .candee-input-group.date_dropdown .dateDropdownWrapper .select-date-dropdown.select-date-dropdown-day, .candee .form .easy-autocomplete.date_dropdown .dateDropdownWrapper .select-date-dropdown.select-date-dropdown-day {
  min-width: 26%;
}
.candee .form .candee-input-group.date_dropdown .dateDropdownWrapper .select-date-dropdown.select-date-dropdown-year, .candee .form .easy-autocomplete.date_dropdown .dateDropdownWrapper .select-date-dropdown.select-date-dropdown-year {
  min-width: 30%;
}
.candee .form .candee-input-group .inline-show-pass, .candee .form .easy-autocomplete .inline-show-pass {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.candee .form .candee-input-group .inline-show-pass input[type=checkbox]:checked ~ i:after, .candee .form .easy-autocomplete .inline-show-pass input[type=checkbox]:checked ~ i:after {
  display: none;
}
.candee .form .candee-input-group .inline-show-pass input[type=checkbox] ~ i, .candee .form .easy-autocomplete .inline-show-pass input[type=checkbox] ~ i {
  opacity: 0.6;
}
.candee .form .candee-input-group .inline-show-pass input[type=checkbox]:checked ~ i, .candee .form .easy-autocomplete .inline-show-pass input[type=checkbox]:checked ~ i {
  opacity: 0.9;
}
.candee .form .candee-input-group.textarea, .candee .form .easy-autocomplete.textarea {
  height: 115px;
}
.candee .form .candee-input-group.textarea textarea, .candee .form .easy-autocomplete.textarea textarea {
  line-height: 20px;
  resize: none;
}
.candee .form .candee-input-group.select, .candee .form .easy-autocomplete.select {
  /***** Select styles *****/
  position: relative;
  background: #ffffff;
}
.candee .form .candee-input-group.select:hover:before, .candee .form .easy-autocomplete.select:hover:before {
  background: #f2f2f2;
}
.candee .form .candee-input-group.select select, .candee .form .easy-autocomplete.select select {
  font-size: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.candee .form .candee-input-group.select select:-moz-focusring, .candee .form .easy-autocomplete.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.candee .form .candee-input-group.select select::-ms-expand, .candee .form .easy-autocomplete.select select::-ms-expand {
  display: none;
}
.candee .form .candee-input-group.select select:focus, .candee .form .easy-autocomplete.select select:focus {
  border-color: #0f497d;
}
.candee .form .candee-input-group.select:before, .candee .form .easy-autocomplete.select:before {
  width: 30px;
  position: absolute;
  top: 23px;
  right: 1px;
  bottom: 29px;
  background: #dddddd;
  content: "";
  pointer-events: none;
  z-index: 4;
}
.candee .form .candee-input-group.select:after, .candee .form .easy-autocomplete.select:after {
  content: "";
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #444 transparent transparent transparent;
  pointer-events: none;
  z-index: 5;
}
.candee .form .candee-input-group.select .clearable, .candee .form .easy-autocomplete.select .clearable {
  display: none !important;
}
.candee .form .candee-input-group.select select, .candee .form .easy-autocomplete.select select {
  margin-bottom: 0px;
}
.candee .form .candee-input-group input[type=email], .candee .form .candee-input-group input[type=number], .candee .form .candee-input-group input[type=password], .candee .form .candee-input-group input[type=search], .candee .form .candee-input-group input[type=tel], .candee .form .candee-input-group input[type=checkbox], .candee .form .candee-input-group input[type=text],
.candee .form .candee-input-group input[type=url], .candee .form .candee-input-group textarea, .candee .form .candee-input-group select, .candee .form .candee-input-group .easy-autocomplete, .candee .form .easy-autocomplete input[type=email], .candee .form .easy-autocomplete input[type=number], .candee .form .easy-autocomplete input[type=password], .candee .form .easy-autocomplete input[type=search], .candee .form .easy-autocomplete input[type=tel], .candee .form .easy-autocomplete input[type=checkbox], .candee .form .easy-autocomplete input[type=text],
.candee .form .easy-autocomplete input[type=url], .candee .form .easy-autocomplete textarea, .candee .form .easy-autocomplete select, .candee .form .easy-autocomplete .easy-autocomplete {
  background: #ffffff;
  border: 1px solid #dddddd;
  font-size: 0.8rem;
  height: 40px !important;
  line-height: 40px !important;
  margin: 0;
  padding: 0 0 0 5px;
  width: 100%;
}
.candee .form .candee-input-group .easy-autocomplete, .candee .form .easy-autocomplete .easy-autocomplete {
  padding: 0px;
  border: 0px;
}
.candee .form .candee-input-group label, .candee .form .easy-autocomplete label {
  display: block;
  margin-bottom: 2px;
  text-align: left;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.candee .form .candee-input-group .error-message, .candee .form .easy-autocomplete .error-message {
  display: none;
}
.candee .form .candee-input-group .clearable, .candee .form .easy-autocomplete .clearable {
  position: absolute;
  right: 0;
  top: 32px;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.2em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #dddddd;
  cursor: pointer;
}
.candee .form .candee-input-group .clearable input::-ms-clear, .candee .form .easy-autocomplete .clearable input::-ms-clear {
  /* Remove IE default X */
  display: none;
}
.candee .form .candee-input-group.readonly input, .candee .form .easy-autocomplete.readonly input {
  background-color: #f2f2f2;
  color: #999999;
}
.candee .form .candee-input-group.readonly label, .candee .form .easy-autocomplete.readonly label {
  color: #dddddd;
}
.candee .form .candee-input-group.readonly .clearable, .candee .form .easy-autocomplete.readonly .clearable {
  display: none !important;
}
.candee .form .easy-autocomplete {
  margin: 0px;
}
.candee .form .formButtonWrapper {
  margin-top: 35px;
  width: 100%;
  text-align: right;
}
.candee form .candee_error label.candee-file-upload, .candee .form .candee_error label.candee-file-upload {
  border: 2px dashed #ff9999;
}
.candee form label.candee-file-upload, .candee .form label.candee-file-upload {
  text-align: center;
  position: relative;
  padding: 1rem;
  border: 2px dashed #ddd;
  height: 120px;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.candee form label.candee-file-upload > div, .candee .form label.candee-file-upload > div {
  display: block;
  max-width: 100%;
}
.candee form label.candee-file-upload input[type=file], .candee .form label.candee-file-upload input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  padding: inherit;
  margin: inherit;
  width: 100%;
  line-height: inherit;
  font-size: inherit;
  cursor: pointer;
  z-index: 1;
}
.candee form label.candee-file-upload input[type=file]:hover + div button, .candee .form label.candee-file-upload input[type=file]:hover + div button {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  -webkit-box-shadow: 0 16px 8px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 8px -15px rgba(0, 0, 0, 0.2);
}
.candee form label.candee-file-upload .candee-file-upload-button, .candee .form label.candee-file-upload .candee-file-upload-button {
  margin: 5px auto;
  height: auto;
  padding: 7px 15px;
  display: block;
  text-transform: none;
  max-width: 85%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.candee form label.candee-file-upload .candee-file-drag-drop-text, .candee .form label.candee-file-upload .candee-file-drag-drop-text {
  font-size: 0.9rem;
}
@media (max-width: 500px) {
  .candee form label.candee-file-upload .candee-file-drag-drop-text, .candee .form label.candee-file-upload .candee-file-drag-drop-text {
    display: none;
  }
}
.candee .candee-form-build .candee-input-group.select:before, .candee .candee-form-build .candee-input-group.select:after {
  display: none;
}
.candee .candee-form-build .select-input-container {
  position: relative;
}
.candee .candee-form-build .select-input-container:before {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 29px;
  background: #dddddd;
  content: "";
  pointer-events: none;
  z-index: 4;
}
.candee .candee-form-build .select-input-container:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #444 transparent transparent transparent;
  pointer-events: none;
  z-index: 5;
}
.candee .candee-form-build .select-input-container.select-date-dropdown:before {
  width: 21px;
}
.candee .candee-form-build .select-input-container.select-date-dropdown:after {
  right: 6px;
}

@media (max-width: 425px) {
  .html-popup .form .candee-input-group {
    width: 100%;
    margin: 0;
  }
}
#updateCart .perMonth, #updateCart .updateCartPrice {
  text-align: left;
  font-weight: 500;
  float: left;
}

.white-popup.driversLicensePop {
  padding: 20px;
  max-width: 400px;
}

.driversLicensePop .appText {
  font-size: 1rem !important;
}

.driversLicensePop .action {
  padding: 10px 30px;
}

.mfp-content #updateCart .yellowBTN {
  text-align: center;
  display: inline-block;
  width: 48%;
  margin: 1% !important;
  padding: 15px 5px;
  max-width: 220px;
}

.ownInsuranceWrapper {
  margin-top: 50px;
  padding: 20px;
  background-color: #FEFBE6;
  border: 1px solid #FCF4C8;
  padding-bottom: 70px;
  margin-bottom: 20px;
  display: none;
}

.noReserveFee, .yesReserveFee {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  padding: 10px;
  line-height: 1rem;
  padding-bottom: 20px;
  display: none;
}

.noReserveFee strong, .yesReserveFee strong {
  padding-top: 10px;
  font-size: 1.05rem;
  display: block;
}

.checkoutPop a.relatedProduct {
  width: 100% !important;
  float: left;
  padding: 10px 20px !important;
  margin: 0px !important;
}

#candeeEmptyCart {
  float: none !important;
}

.relatedListTemplate .cardSelectOptions {
  float: left;
  width: 100%;
}

.relatedListTemplate a.relatedProduct {
  float: left;
  width: 100%;
}

.checkoutPop {
  background: #fff !important;
  max-width: none !important;
  padding: 15px 30px 30px !important;
  min-width: 300px;
  width: 80%;
  margin-top: 20px !important;
}

.checkoutPop img {
  max-width: 180px;
  clear: none;
  float: left;
}

.checkoutPop h2 {
  float: left !important;
  display: block !important;
  width: auto !important;
  clear: none !important;
  font-size: 1rem !important;
  border: none !important;
}

.checkoutPop .updateCartPrice {
  float: left;
  display: block;
  width: auto;
}

.checkoutPop .addedToCartText {
  float: left;
  display: block;
  width: 100%;
  font-weight: bold;
}

.checkoutPop .prodImg {
  float: left;
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 20px 0;
}

.checkoutPop .mfp-close {
  color: #222 !important;
  right: 22px;
}

.checkoutPop h2 {
  font-size: 1rem;
  clear: both;
  width: 100%;
  display: block;
  float: left;
  font-weight: normal;
  line-height: 1.5rem;
  padding: 20px 0;
  letter-spacing: normal !important;
}

.checkoutPop .updateCartPrice {
  font-size: 1rem;
  clear: both;
  width: 100%;
  display: block;
  float: left;
  letter-spacing: normal !important;
}

.relatedImgWrap {
  width: 100%;
  float: left;
  text-align: center;
}

.relatedCardTitle {
  width: 100%;
  float: left;
  white-space: pre-wrap;
}

.relatedCardVendor {
  width: 100%;
  float: left;
  text-align: left;
}

.vendorRating {
  width: 100%;
  float: left;
}

.relatedCardPrice {
  width: 100%;
  float: left;
}

.relatedHolder a.relatedProduct {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.relatedProductLinksContainer {
  width: calc(100% - 40px);
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.relatedProductLinksContainer a.relatedProduct {
  display: block;
  float: none;
}

.relatedProductLinksContainer .relatedProductMoreInfo {
  margin-top: 10px;
}

.mfp-content #updateCart .relatedProductLinksContainer a.yellowBTN {
  display: block;
  padding: 7px 5px !important;
  margin: 10px 0 !important;
}

.mfp-content #updateCart .relatedProductLinksContainer a.yellowBTN:first-of-type {
  margin-top: 0 !important;
}

.relatedListTemplate {
  width: 220px;
}

.addItems .ProdInfoHolder h2 {
  width: 100% !important;
  float: left;
  font-weight: bold;
  margin: 0px;
  padding: 0 0 10px 0;
}

.addItems .productDescription {
  width: 100%;
  float: left;
}

.addItems span.perMonth {
  display: inline-block;
}

.addItems span.updateCartPrice {
  display: inline-block;
  width: auto;
}

.addItems span.priceHolder {
  display: block;
  float: left;
  width: 100%;
}

.addItems .imgHolder {
  float: left !important;
  width: 35% !important;
  max-width: 201px;
}

.addItems .ProdInfoHolder {
  float: left !important;
  width: 70% !important;
  margin-bottom: 30px;
}
@media (min-width: 963px) {
  .addItems .ProdInfoHolder {
    padding-left: 1rem;
  }
}

.addItems .qtyHolder {
  width: 26%;
  float: right;
  margin-right: 35px;
  margin-top: 3px;
}

.addItems p {
  margin: 10px 0;
}

.addItems .appLabel.popQuant {
  float: left;
}

.addItems .buttHolder {
  width: 23%;
  float: right;
  min-width: 160px;
}

.addItems .buttHolder a {
  width: 100% !important;
  float: right;
}

.cartContinueShopping.minor_button {
  float: none;
  width: 100% !important;
  white-space: nowrap;
  display: block;
}

#updateCart .relatedWrapper {
  margin: 0px;
  padding: 0px !important;
  background: none;
}

#updateCart .mediumInfo {
  padding-bottom: 0px;
}

.candee .mainCart {
  padding: 0px 10px;
  margin-bottom: 30px;
}

.candee .headerRow, .candee .productRow {
  display: table;
  width: 100%;
  border-spacing: 10px 10px;
  border-collapse: separate;
}

.candee .productRow:nth-child(odd) {
  background-color: #fff;
}

.candee .headerRow, .candee .productRow {
  display: table;
  width: 100%;
  border-spacing: 10px 0px;
  border-collapse: separate;
  border-top: 1px solid #888;
  margin: 10px 0 10px 0;
  padding: 20px 0 0 0;
}

.candee .headerRow {
  border: none;
}

.headerRow .td {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.candee .productRow {
  padding-bottom: 20px;
}

.candee .headerRow .insLabel, .candee .productRow .insLabel {
  font-weight: 500;
  font-size: 0.8rem;
  width: 100%;
  float: left;
  margin-top: 5px;
}

.candee .insRow {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  line-height: 1.2rem;
}

.candee .headerRow .insname, .candee .productRow .insname {
  font-size: 0.8rem;
  width: auto;
  float: left;
}

.candee .headerRow .td, .candee .productRow .td {
  display: table-cell;
  vertical-align: top;
  font-weight: normal;
}

.candee .headerRow .prodQuant, .candee .headerRow .prodRemove, .candee .productRow .prodQuant, .candee .productRow .prodRemove {
  vertical-align: top;
}

.candee .headerRow .prodRemove, .candee .productRow .prodRemove {
  color: #444;
  vertical-align: top;
  font-size: 0.8rem;
  margin-top: 5px;
  text-decoration: underline;
  font-weight: normal;
}

.candee .headerRow .prodRemove .icon, .candee .productRow .prodRemove .icon {
  color: #C23B22;
}

.candee .headerRow .prodImage, .candee .productRow .prodImage {
  width: 20%;
  min-width: 110px;
  text-align: center;
  padding: 0px 5px;
  vertical-align: top;
}

.candee .headerRow .prodBreakdown, .candee .productRow .prodBreakdown {
  display: table;
  width: 100%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 1rem 0;
  border-spacing: 0px;
}

.prodBreakdown .candee-row {
  display: table-row;
}

.prodBreakdown .sub-total .td {
  border-top: 1px dashed black;
  padding-top: 0.5rem;
  font-weight: bold;
}

.prodBreakdown .prodFeeDesc {
  width: 65%;
}

.prodBreakdown .prodFeeCost {
  width: 35%;
}

.candee .headerRow .prodBreakdownBottom, .candee .productRow .prodBreakdownBottom, .productRow .prodDesc {
  width: 70%;
  float: left;
  display: block;
}

.td .prodDesc input {
  line-height: 40px;
}

.td .prodFacilityName {
  font-size: 0.9rem;
}

.candee .headerRow .prodSub, .candee .headerRow .prodTotal, .candee .productRow .prodSub, .candee .productRow .prodTotal {
  width: 15%;
}

.prodTotal.invisible_td {
  width: 0 !important;
  visibility: hidden;
  display: none !important;
}

label.cartLabel {
  width: auto;
  float: left;
  font-size: 0.9rem;
  margin: 0px 5px 0 0;
}

#candeeCheckoutPage label {
  color: #999;
  font-size: 0.8rem;
  font-weight: normal;
  color: #222;
}

label.easyLabel {
  margin-top: -6px;
  position: absolute;
}

.cartDate {
  width: 80px !important;
  height: auto !important;
  color: #222 !important;
  font-size: 0.9rem !important;
  padding: 0 !important;
  padding-top: 15px !important;
  margin-bottom: 0px !important;
  margin-top: 7px !important;
  line-height: 1rem !important;
  border: 0px !important;
}

.cartSubtext {
  font-size: 0.7rem;
}

.discountRow {
  width: 100%;
  font-size: 0.8rem;
  float: left;
  line-height: 1.2rem;
}

.discountRow .money {
  font-size: 0.9rem;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 5px;
}

.td.prodDesc a:not(.ccPlus):not(.ccMinus) {
  float: left;
  width: 100%;
  font-weight: bold;
}

.td.prodImage img {
  border: 1px solid #aaa;
  padding: 5px;
  margin-top: 7px;
  max-width: 100px;
}

.candee .cartItemsTotal {
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  border-top: 1px solid #ddd;
  padding: 10px 0 0;
}

.candee .mainCart .cartItemsTotal {
  opacity: 0;
}

.candee .cartTotalsWrapper,
.candee .cartFacMessage {
  border: 2px solid #555;
  padding: 20px;
  font-size: 0.9rem;
}

.candee .appliedDiscountsWrapper {
  display: none;
  margin-top: -1px;
}

.cartTotals .cartItemsTotal {
  width: 100%;
  display: block;
}

.appliedDiscountsWrapper .discountText {
  width: 100% !important;
  margin-top: 20px;
}

.candee .cartButton {
  text-align: center;
  margin-top: 25px;
  float: none;
  width: auto;
  padding: 10px 20px !important;
}

.candee .cartTotals div {
  line-height: 30px;
}

.candee .hiddenTitle {
  display: none;
  font-weight: 500;
}

.ccMinus, .ccPlus {
  display: block !important;
  float: left !important;
  position: relative !important;
  margin: 2px;
  text-align: center !important;
}

.td.prodQuant {
  display: block !important;
  float: left;
  width: 25% !important;
  text-align: right;
}

.td.prodSub.money {
  display: block;
  float: right;
  width: 30%;
}

.numberPicker {
  display: block !important;
  text-align: right !important;
}

.cartQuantity, .ccValue {
  font-size: 1rem !important;
  font-weight: normal !important;
  text-align: right;
  padding-left: 0px;
}

#candeeCheckoutPage .twelve {
  width: 50%;
}

#preconfirmation .leftAlmost, #candeeConfirmationPage .leftAlmost {
  background-color: #f2f2f2;
}

#preconfirmation .appLabel, #candeeConfirmationPage .appLabel {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  background-color: #444;
  color: #ffffff;
}

#preconfirmation .almostPadding, #candeeConfirmationPage .almostPadding {
  padding: 10px;
}

#candeeConfirmationPage .socialLinks {
  margin-bottom: 50px;
  padding: 10px;
}

#candeeConfirmationPage .socialLinks a {
  display: inline-block;
  width: 50px;
  height: auto;
}

#candeeConfirmationPage .socialLinks img {
  width: 100% !important;
  max-width: 100% !important;
}

#candeeConfirmationPage .yellowBTN {
  width: auto;
  height: auto;
}

#candeeConfirmationPage .feedback {
  background-color: #ddd;
  padding: 25px;
  text-align: center;
  margin-bottom: 17px;
  padding-bottom: 40px;
  font-size: 18px;
}

#candeeConfirmationPage .checkoutSuccessIcon {
  font-size: 100px;
  margin-top: 50px;
  color: #444;
}

#candeeConfirmationPage .checkoutSuccessMessage {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 10px;
  color: #444;
}

#candeeConfirmationPage .checkoutContinue {
  margin-top: 10px;
  cursor: pointer;
}

#candeeConfirmationPage .checkoutReceipt {
  margin-top: 50px;
}

#candeeConfirmationPage .confirmationTerms {
  margin-top: 25px;
  font-size: 0.8rem;
  color: #999;
}

#candeeConfirmationPage .confirmationTerms p {
  margin: 10px 0px;
}

#candeeConfirmationPage .startOverWrapper {
  text-align: right;
  margin-top: 50px;
}

#candeeConfirmationPage .confirmationNotes {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  margin-top: 65px;
}

.foImage img {
  max-height: 30vh;
}

.prodRemoveMobile {
  display: none !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .td.prodImage {
    display: none !important;
  }

  .prodRemoveMobile {
    display: block !important;
  }
}
/* Begin units_theme_1 */
.units_theme_1 .unitsList {
  border: 2px solid transparent;
  margin: 0px 0px 20px 0px;
  list-style: none;
  position: relative;
  padding: 10px;
  visibility: visible;
  opacity: 1;
}

.units_theme_1 .unitsList.unitBestValueCard {
  padding: 0;
  border: 0 !important;
}

.units_theme_1 .unitsList.unitBestValueCard .unitsTable {
  padding: 14px;
}

.units_theme_1 .unitsList.unitBestValueCard .unitBestValueMessage {
  background: #006100;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 1px 0;
}

span.icon.icon-price-tag {
  color: #fff;
  background: #b00;
  padding: 3px;
  margin: 0px 4px 0 0;
}

.highlightAdd {
  -webkit-animation: highlight 1.5s;
          animation: highlight 1.5s;
}

@-webkit-keyframes highlight {
  0% {
    border: 2px solid transparent;
    left: 105px;
    opacity: 0;
  }
  30% {
    border: 2px solid #444;
    left: 0px;
    opacity: 1;
  }
  100% {
    border: 2px solid transparent;
  }
}

@keyframes highlight {
  0% {
    border: 2px solid transparent;
    left: 105px;
    opacity: 0;
  }
  30% {
    border: 2px solid #444;
    left: 0px;
    opacity: 1;
  }
  100% {
    border: 2px solid transparent;
  }
}
ul.rental-list {
  padding-top: 1.5rem;
}

.units_theme_1 .unitsTable {
  width: 100%;
  display: table;
}

.units_theme_1 .unitsTD {
  display: table-cell;
  vertical-align: top;
}

.units_theme_1 .unitsCellLeft {
  width: 23%;
}

.units_theme_1 .unitsCellMid {
  width: 40%;
}

.units_theme_1 .unitsCellRight {
  width: 25%;
  text-align: right;
}

.units_theme_1 img {
  height: auto;
  width: 86%;
  background-color: transparent;
}

/*
.row.background_1.radiusWrapper {
    width: 200%;
    margin-left: -50%;
    margin-right: -50%;
    padding-left: 50% !important;
    padding-right: 50% !important;
} */
select#sortOrderOpt {
  display: table-cell;
}

.sortLabel {
  display: table-cell;
  padding-right: 10px;
}

.sortOrderOptions.row {
  display: table;
}

/** Sidebar *********************************************/
.smallInfo {
  font-size: 0.8rem;
}

.candee li:before {
  margin: 0 !important;
  font-size: 0 !important;
  content: "" !important;
}

.sliderFilter {
  margin-top: 60px !important;
}

.filterCard {
  padding-top: 20px;
  margin-top: 0px !important;
  padding-bottom: 30px;
}
.filterCard:not(.featuresFilterWrapper) {
  border-bottom: 1px solid #ccc;
}

/* Unit Cards ***********************************************/
span.unitSize {
  font-size: 0.8rem;
  padding: 0;
  clear: both;
  display: block;
}

.facilityName, .candeeDistance {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #444;
}

.facilityName {
  font-weight: bold;
}

.locationPhoneBold {
  font-size: 1rem;
  line-height: 3rem;
  font-weight: bold;
}

.candee_locations_block_address {
  padding-top: 20px;
}

.unitsTable .unitFeatureItem {
  overflow: hidden;
  cursor: pointer;
}

.unitFeatureItem:after {
  font-family: "FontAwesome";
  content: "\f00c";
  background: #fff;
  color: #777;
  display: block;
  position: absolute;
  top: 0px;
  left: -100%;
  font-size: 1.05rem;
  line-height: 1.35rem;
  width: 100%;
  overflow: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.featSelected.unitFeatureItem:after {
  left: 0;
}

.filterSettingsButton {
  display: none;
}

span.mmFilters {
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
}

.mmFilters i {
  color: #666;
  margin-top: 5px;
}

.units_theme_1 .imgButtonClick {
  cursor: pointer;
}

@media (max-width: 768px) {
  .unitFeatureItemWrapper {
    max-width: 320px;
    margin-left: 0 !important;
  }

  .unitFeatureItemWrapper .icon {
    display: none !important;
  }

  .unitsTable .unitFeatureItem {
    overflow: hidden;
    cursor: pointer;
  }

  .units_theme_1:not(#units_theme_2) .unitFeatureItem:after {
    background: transparent;
    font-size: 0.8rem;
    line-height: 1.35rem;
    margin-left: 5px;
    display: none;
  }

  .candee .unitName, .candee_locations_block_title {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .unitsCellRight {
    width: 39% !important;
    float: right !important;
    min-width: 260px;
    margin-top: 0px;
  }

  .facilityName {
    display: none;
  }

  .unitsCellMid {
    width: 26% !important;
    float: left !important;
  }

  .getUnitBTN {
    float: left;
    padding: 0px 0px;
  }

  .unitName {
    margin-bottom: 5px !important;
    font-size: 1rem !important;
    line-height: 1.4rem;
    text-transform: none !important;
  }

  .unitSelectOptions {
    float: right;
    min-width: 300px;
    clear: both;
  }

  .discountText {
    float: left;
    text-align: left;
    margin-top: 0px;
    width: 50%;
  }

  .units_theme_1 .discountText {
    text-align: right;
    width: 100%;
  }

  .reducedPrice {
    float: right;
    width: 50%;
  }

  .strikeThrough {
    /* float: left; */
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }

  .unitButtonsWrapper {
    float: right;
  }

  .unitsTD.unitsCellLeft.cols {
    float: left;
  }

  .unitsTD {
    display: block !important;
    float: left;
    top: 0;
    margin: 0px;
  }
}
@media (max-width: 660px) {
  .unitsCellLeft {
    display: none !important;
  }

  .unitsCellMid {
    width: 42% !important;
  }

  .unitsCellRight {
    width: 46% !important;
  }
}
@media (max-width: 600px) {
  .property_icons_wrap {
    width: 100% !important;
    margin: 20px 0px 0 0;
  }

  .property_image_wrap {
    width: 0;
    display: none;
  }

  .property_info_wrap {
    width: 100% !important;
  }

  .candee_locations_block .ten {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  .unitFeatureItemWrapper {
    margin: 0 !important;
    padding: 10px 0 20px !important;
  }

  .candee_locations_block img {
    display: none;
  }

  .unitsCellMid {
    width: 100% !important;
  }

  .unitsCellRight {
    width: 100% !important;
  }

  .unitName {
    font-size: 1.2rem !important;
  }

  .unitsList .cardPrice {
    width: 50%;
    float: left;
    clear: both;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
  }

  .reducedPrice {
    float: left !important;
    width: 100%;
    clear: both;
    text-align: left !important;
  }

  .discountText {
    float: left !important;
    text-align: left !important;
    width: 100%;
  }

  .strikeThrough {
    float: left;
    clear: both;
    text-align: left !important;
    width: 100%;
  }

  .unitSelectOptions {
    float: right;
    min-width: unset;
    clear: none !important;
  }

  .getUnitBTN {
    float: none;
    padding: 0px 0px;
  }

  .candee .unitsWrapper.units_theme_1 .unitButtonsWrapper .action {
    width: auto;
    padding: 10px 10px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .candee .unitsWrapper.units_theme_1 .unitSelectOptions {
    width: 100%;
  }

  .getUnitBTN {
    float: left;
  }

  .unitsList .cardPrice {
    width: 100%;
  }
}
/* End units_theme_1 */
.jqvmap-label {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 30px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: scroll !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 20001;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 17px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 2%;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #999;
  font-style: normal;
  font-size: 1.8rem;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  text-align: right;
  padding-right: 15px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 0.8rem;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 0.8rem;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/**
* Remove all paddings around the image on small screen
*/
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/***** Candee overwrite *****/
.mfp-content h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: 500;
}

.mfp-content #updateCart .yellowBTN {
  text-align: center;
  display: inline-block;
  width: 48%;
  margin: 1% !important;
  padding: 15px 5px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.stickyMessage {
  position: relative;
  padding: 55px 20px 55px 20px;
  max-width: 300px;
}

.stickyMessage .header,
.stickyMessage .candee-popup-header {
  position: absolute;
  top: 0px;
  padding: 10px 0px;
  color: #fff;
  width: 100%;
  left: 0px;
  text-transform: uppercase;
}

.stickyMessage.messagetype-error .header,
.stickyMessage.messagetype-error .candee-popup-header {
  background-color: #f00;
  text-align: center;
}

.stickyMessage.messagetype-success .header,
.stickyMessage.messagetype-success .candee-popup-header {
  background-color: green;
  text-align: center;
}

.stickyMessage.messagetype-confirmation .header,
.stickyMessage.messagetype-confirmation .candee-popup-header {
  background-color: #444;
  text-align: center;
}

.stickyMessage .header .headerText,
.stickyMessage .candee-popup-header .headerText {
  padding: 0px 10px;
}

.stickyMessageButton, .buttonWrapper {
  position: absolute;
  bottom: 5px;
  padding: 10px;
  color: #fff;
  width: 50%;
  text-transform: uppercase;
  color: #444;
  text-align: center;
  cursor: pointer;
  right: 5px;
  border: 1px solid #444;
}

.mfp-content .message {
  margin-top: 55px;
}

.buttonWrapper {
  padding: 0px;
}

.buttonWrapper div {
  display: inline-block;
  width: 50%;
  padding: 5px;
}

.buttonWrapper .confirmOkMessageButton {
  background-color: #FBBD31;
}

.white-popup {
  background-color: #FFF;
  padding: 25px;
  max-width: 350px;
  margin: 0px auto;
  min-height: 235px;
  position: relative;
  overflow: auto;
  padding-top: 0px;
}

.white-popup .mainLoginError {
  margin-top: 25px;
  text-align: center;
  font-size: 0.8rem;
}

.white-popup .fakeButton.rippleFlashL2R.radius {
  border: 2px solid #555 !important;
  font-weight: bold;
}

.white-popup .orText {
  text-align: center;
}

.white-popup .candee .error, .white-popup .candee .inputError {
  top: 5px;
  line-height: 15px;
}

.white-popup .candee .checkbox li, .white-popup .candee .checkboxes li {
  margin-bottom: 10px;
}

.white-popup .has-float-label {
  margin-bottom: 25px;
}

.white-popup .loginFormTab.shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
}

.white-popup h2 {
  border-bottom: 2px solid #999;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-top: 0px;
}

.white-popup .selectListItem {
  height: auto;
  line-height: inherit;
}

.cal-popup {
  background-color: #2d2d2c;
  padding-top: 40px;
  max-width: 600px;
  margin: 0px auto;
  position: relative;
}

.html-popup {
  background-color: #fff;
  padding: 25px 50px 50px 50px;
  margin: 0px auto;
  position: relative;
}

.wp-admin .html-popup, .wp-admin .cal-popup, .wp-admin .white-popup {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.threeDpopup .mfp-container .mfp-content {
  background-color: #fff;
}

.mfp-close-btn-in .white-popup .mfp-close, .mfp-close-btn-in .html-popup .mfp-close {
  color: #444;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}

.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}

.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF;
}

.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}

.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen;
}

.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: transparent;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 0.75rem 1.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em;
}

.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
          box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}

.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__light.noty_bar .noty_body {
  padding: 10px;
}

.noty_theme__light.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__light.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}

.noty_theme__light.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__light.noty_type__error {
  background-color: #ED7000;
  border: 1px solid #e25353;
  color: #FFF;
}

.noty_theme__light.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}

.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__light.noty_type__success {
  background-color: #57C880;
  border: 1px solid #7cdd77;
  color: darkgreen;
}

.noty_theme__light.noty_type__success .noty_buttons {
  border-color: #50C24E;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
      transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qgr282");
  src: url("../fonts/icomoon.eot?qgr282#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qgr282") format("truetype"), url("../fonts/icomoon.woff?qgr282") format("woff"), url("../fonts/icomoon.svg?qgr282#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  color: #ffffff;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  -moz-osx-font-smoothing: grayscale;
}

.icon-magnifying-glass-browser:before {
  content: "\e952";
}

.icon-substract:before {
  content: "\e953";
}

.icon-add:before {
  content: "\e954";
}

.icon-hours:before {
  content: "\e900";
}

.icon-air-conditioner:before {
  content: "\e901";
}

.icon-app:before {
  content: "\e902";
}

.icon-archive:before {
  content: "\e903";
}

.icon-briefcase:before {
  content: "\e904";
}

.icon-bug:before {
  content: "\e905";
}

.icon-cancel:before {
  content: "\e906";
  font-size: 0.9rem;
  font-weight: bold;
  background: #444;
  color: #ffffff;
  padding: 1px 4px;
  margin-top: 0px;
  float: left;
  cursor: pointer;
}

.icon-car-inside-a-garage:before {
  content: "\e907";
}

.icon-caravan:before {
  content: "\e908";
}

.icon-caravan2:before {
  content: "\e909";
}

.icon-cart:before {
  content: "\e90a";
}

.icon-cctv:before {
  content: "\e90b";
}

.icon-clock:before {
  content: "\e90c";
}

.icon-cloud:before {
  content: "\e90d";
}

.icon-coffee-pot:before {
  content: "\e90e";
}

.icon-coin:before {
  content: "\e90f";
}

.icon-cookies:before {
  content: "\e910";
}

.icon-credit-card:before {
  content: "\e911";
}

.icon-daily-calendar-on-page-of-day-7:before {
  content: "\e912";
}

.icon-delivery-truck:before {
  content: "\e913";
}

.icon-disabled-sign:before {
  content: "\e914";
}

.icon-door:before {
  content: "\e915";
}

.icon-double-door-opened:before {
  content: "\e916";
}

.icon-down-arrow:before {
  content: "\e917";
}

.icon-elevator:before {
  content: "\e918";
}

.icon-email:before {
  content: "\e919";
}

.icon-fan:before {
  content: "\e91a";
}

.icon-fax:before {
  content: "\e91b";
}

.icon-fire:before {
  content: "\e91c";
}

.icon-flash:before {
  content: "\e91d";
}

.icon-garage:before {
  content: "\e91e";
}

.icon-gate:before {
  content: "\e91f";
}

.icon-graduation-cap:before {
  content: "\e920";
}

.icon-home:before {
  content: "\e921";
}

.icon-house-person:before {
  content: "\e922";
}

.icon-idea:before {
  content: "\e923";
}

.icon-key:before {
  content: "\e924";
}

.icon-left-arrow:before {
  content: "\e925";
}

.icon-loading-unloading-area:before {
  content: "\e926";
}

.icon-location:before {
  content: "\e927";
}

.icon-lock-closed:before {
  content: "\e928";
}

.icon-lock:before {
  content: "\e929";
}

.icon-mobile-payment:before {
  content: "\e92a";
}

.icon-monitor:before {
  content: "\e92b";
}

.icon-moving-cart:before {
  content: "\e92c";
}

.icon-no-dollars-accepted:before {
  content: "\e92d";
}

.icon-nuts:before {
  content: "\e92e";
}

.icon-open-box:before {
  content: "\e92f";
}

.icon-parked-car:before {
  content: "\e930";
}

.icon-phone-call:before {
  content: "\e931";
}

.icon-plan:before {
  content: "\e932";
}

.icon-planning:before {
  content: "\e933";
}

.icon-popcorn:before {
  content: "\e934";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-profile:before {
  content: "\e936";
}

.icon-qr-code:before {
  content: "\e937";
}

.icon-rank:before {
  content: "\e938";
}

.icon-right-arrow:before {
  content: "\e939";
}

.icon-road-with-broken-line:before {
  content: "\e93a";
}

.icon-rope:before {
  content: "\e93b";
}

.icon-ruler:before {
  content: "\e93c";
}

.icon-rv:before {
  content: "\e93d";
}

.icon-sailboat:before {
  content: "\e93e";
}

.icon-security:before {
  content: "\e93f";
}

.icon-send:before {
  content: "\e940";
}

.icon-sms:before {
  content: "\e941";
}

.icon-speaking:before {
  content: "\e942";
}

.icon-stairs:before {
  content: "\e943";
}

.icon-star:before {
  content: "\e944";
}

.icon-star2:before {
  content: "\e945";
}

.icon-sun:before {
  content: "\e946";
}

.icon-tape:before {
  content: "\e947";
}

.icon-thermometer:before {
  content: "\e948";
}

.icon-traffic-light:before {
  content: "\e949";
}

.icon-trailer:before {
  content: "\e94a";
}

.icon-train-front:before {
  content: "\e94b";
}

.icon-vending-machine:before {
  content: "\e94c";
}

.icon-water:before {
  content: "\e94d";
}

.icon-wifi:before {
  content: "\e94e";
}

.icon-wine:before {
  content: "\e94f";
}

.icon-wiping-swipe-for-floors:before {
  content: "\e950";
}

.icon-wrapping:before {
  content: "\e951";
}

.bodyFixed {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.candee {
  font-size: 1rem;
}
.candee .discountText {
  font-size: 0.8rem;
  line-height: 15px;
  color: #ed0417;
}
.candee .strikeThrough {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.9rem;
}
.candee .noPadding {
  padding: 0px !important;
}
.candee .noMargin {
  margin: 0px !important;
}
.candee .truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}
.candee.mainAccountIcons .truncate {
  width: 55px;
}
.candee.signinWrap .candee-input-group {
  width: 100%;
}
.candee input {
  width: 100%;
}
.candee .successBackground {
  background-color: #006100;
  color: #ffffff;
  padding: 0px 5px;
}

.color_2, .color_2:focus, .color_2:hover {
  color: #ffffff;
}

.candeeButtonAni1 {
  -webkit-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 8px -15px rgba(0, 0, 0, 0);
          box-shadow: 0 0 8px -15px rgba(0, 0, 0, 0);
}
.candeeButtonAni1:hover:not([disabled=disabled]):not(.disabledBtn) {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  -webkit-box-shadow: 0 16px 8px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 8px -15px rgba(0, 0, 0, 0.2);
}

.disabledBtn {
  background: #444 !important;
  color: white !important;
  cursor: default !important;
}

.candee .ccLink {
  color: #425A10;
  text-decoration: underline;
  cursor: pointer;
}
.candee a {
  cursor: pointer;
}
.candee a.default_link {
  color: #0066CC;
  text-decoration: underline;
}
.candee a.default_link:hover {
  opacity: 0.9;
}
.candee .error:not([data-ll-status=error]), .candee .inputError {
  display: none;
  color: #ed0417;
  font-size: 0.8rem;
  position: relative;
  height: 28px;
  clear: both;
  line-height: 16px;
  text-align: right;
}
.candee .candeeToast {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  line-height: 1.3rem;
  font-size: 0.9rem;
}
.candee .candeeToast.candeeErrToast {
  background-color: #ed0417;
  color: #ffffff;
}
.candee .candeeToast.candeeWarnToast {
  background-color: #ECA013;
  color: #000;
}
.candee .candeeToast.candeeSuccessToast {
  background-color: #006100;
  color: #ffffff;
}
.candee .checkbox .inputError {
  text-align: left;
}

/* Fixed call button */
.fixedCallButton {
  border-radius: 100% 0 0 100% !important;
  width: 50px;
  height: 80px;
  background-color: #ffffff;
  position: fixed !important;
  display: block;
  border-right: none !important;
  margin-right: 0px;
  float: right;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fixedCallButton i {
  font-size: 30px;
  color: #666;
  padding-top: 23px;
  padding-right: 1px;
  margin-left: 0px;
}

@media (min-width: 851px) {
  .fixedCallButton {
    display: none;
  }
}
#candeeCheckoutPage .inputError, #profilePage .inputError {
  top: -30px;
  height: 0px;
}

.candee select {
  max-width: 100%;
  width: 100%;
}

#candeeCheckoutPage .couponCodeWrapper {
  display: none;
}
#candeeCheckoutPage ul {
  padding-top: 0px;
}

.processingBtnOverlay {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  top: 0px;
  bottom: 0px;
  z-index: 999999;
}

.comboBoxError {
  top: -10px !important;
}

.checkBoxError {
  top: 0px !important;
}

@media (min-width: 550px) {
  .mfp-wrap.mfp-wrap-full {
    overflow-y: hidden !important;
  }
}
.html-popup.html-popup-full {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  height: 100vh;
}
@media (min-width: 2200px) {
  .html-popup.html-popup-full {
    max-width: 1920px;
  }
}
@media (max-width: 550px) {
  .html-popup.html-popup-full {
    max-height: none;
    height: auto;
  }
}
.html-popup.html-popup-full > .candee-flex {
  height: 100%;
}
.html-popup.html-popup-full > .candee-flex > div {
  padding: 25px;
  max-height: 100vh;
  overflow-y: auto;
}
@media (max-width: 550px) {
  .html-popup.html-popup-full > .candee-flex > div {
    max-height: none;
    height: auto;
    overflow-y: auto !important;
  }
}
.html-popup.html-popup-full > .candee-flex .html-popup-full-left {
  width: 100%;
}
.html-popup.html-popup-full > .candee-flex .html-popup-full-left, .html-popup.html-popup-full > .candee-flex .html-popup-full-right {
  scrollbar-width: thin;
}
@media (min-width: 550px) {
  .html-popup.html-popup-full > .candee-flex .html-popup-full-left::-webkit-scrollbar, .html-popup.html-popup-full > .candee-flex .html-popup-full-right::-webkit-scrollbar {
    opacity: 1;
    width: 10px;
  }
  .html-popup.html-popup-full > .candee-flex .html-popup-full-left::-webkit-scrollbar-track, .html-popup.html-popup-full > .candee-flex .html-popup-full-right::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .html-popup.html-popup-full > .candee-flex .html-popup-full-left::-webkit-scrollbar-thumb, .html-popup.html-popup-full > .candee-flex .html-popup-full-right::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .html-popup.html-popup-full > .candee-flex .html-popup-full-left::-webkit-scrollbar-thumb:hover, .html-popup.html-popup-full > .candee-flex .html-popup-full-right::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
  }
}
.html-popup.html-popup-full > .candee-flex .html-popup-full-right {
  min-width: 30%;
  background: rgba(0, 0, 0, 0.03);
  overflow-y: scroll;
}
.html-popup.html-popup-full > .candee-flex .html-popup-full-right .lineItems {
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 550px) {
  .html-popup.html-popup-full > .candee-flex {
    display: block;
  }
}

.html-popup.html-popup-nopad {
  padding: 0 !important;
}

.html-popup .inputError {
  top: 0px !important;
}

.candee-scrollbar {
  scrollbar-width: thin;
}
@media (min-width: 550px) {
  .candee-scrollbar::-webkit-scrollbar {
    opacity: 1;
    width: 8px;
  }
  .candee-scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .candee-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .candee-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
  }
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.flex-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 25%;
  margin: 1%;
}

.candee .success {
  color: #006100;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.candee li.completed:after {
  font-family: "FontAwesome";
  content: "\f00c" !important;
  position: relative;
  left: 7px;
  font-size: 1.2rem;
}
.candee .completed {
  color: #006100 !important;
  text-decoration: none;
}
.candee #candeeUserLogout {
  display: none;
}
.candee .shadow {
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.12), 0 1px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 8px 6px rgba(0, 0, 0, 0.12), 0 1px 8px rgba(0, 0, 0, 0.24);
}
.candee .shadow-light {
  -webkit-box-shadow: 0 9px 16px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 9px 16px -6px rgba(0, 0, 0, 0.1);
}
.candee .noBorder {
  border: 0px !important;
}
.candee .lastFour {
  color: grey;
}
.candee .hidden {
  display: none;
  visibility: hidden;
}

/* quick reserve popup */
.successWrapper {
  color: #006100;
  text-align: center !important;
  max-width: 400px !important;
}

.successWrapper .successMessage, .successWrapper .successUnit {
  color: #000;
}

.quickReservePop .successCheckmark {
  font-size: 14rem;
}

.quickReservePop .featuresBullets {
  float: none;
}

.successReceipt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  word-wrap: break-word;
}

@media (max-width: 425px) {
  .reserveWrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* end quick reserve popup */
.candee .seperator, .candee .seperator2 {
  border-bottom: 5px solid #ddd;
  margin: 30px 0px;
}

.candee .main1BTN, .candee .main2BTN, .candee .main3BTN, .candee .yellowBTN, .candee .candee_button, .candee input[type=submit] {
  color: #ffffff !important;
  background-color: #0f497d;
  text-transform: uppercase;
  border: 0px;
  border-radius: 0px;
  padding: 0;
  cursor: pointer;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 1rem;
  -webkit-transition: background-size 0.5s, color 0.5s;
  -o-transition: background-size 0.5s, color 0.5s;
  transition: background-size 0.5s, color 0.5s;
  display: inline-block;
  padding: 10px 20px;
}

/* Spinner */
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.candeeSpinner {
  position: relative;
  overflow: visible !important;
}

.candeeSpinner:after {
  font-family: "FontAwesome";
  content: "\f021" !important;
  position: absolute;
  display: block;
  left: -1000px;
  visibility: hidden;
}

.showSpinner.candeeSpinner:after {
  -webkit-animation: rotating 0.5s linear infinite;
  animation: rotating 0.5s linear infinite;
  color: #aaa;
  width: 32px;
  height: 32px;
  top: -1px;
  margin: 0px 0 0 0 !important;
  line-height: 17.5px;
  font-size: 16px;
  text-indent: 0px !important;
  font-weight: normal;
  visibility: visible;
  padding: 8px 0 0 2px;
  left: -32px;
  text-align: center;
}

.showSpinner.candeeSpinner.spinnerInside:after {
  position: static;
  display: inline-block;
  padding: 0;
  color: inherit;
  line-height: inherit;
  height: auto;
  width: auto;
  margin-left: 0.5rem !important;
}

.candeeLoadingWrapper .showSpinner {
  display: inline-block;
}
.candeeLoadingWrapper .showSpinner:after {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: normal;
  padding: 0 !important;
}

.candee-button-text {
  padding: 0;
  margin: 0;
  display: inline-block;
  border: 0;
  line-height: inherit;
  height: auto;
  font-weight: inherit;
  font-size: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: underline;
}

.candee_button[disabled=disabled] {
  opacity: 0.6;
  cursor: default;
}

.candee input[type=submit].submit_button_1 {
  line-height: normal;
}

.candee .main3BTN {
  background-color: #444;
}

.candee .unitSelectOptions button {
  min-width: 125px;
  margin-bottom: 5px;
}

.candee .unitSelectOptions button a {
  text-decoration: none;
  color: white;
  line-height: 2.1rem;
  height: 100%;
}

.candee .button1 {
  color: #425A10;
  background-color: none;
  text-transform: uppercase;
  border: 2px solid #425A10;
  border-radius: 0px;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 0.9rem;
}

.candee .radius,
.candee .candee_radius {
  border-radius: 30px;
}

.candee .candee_border_1,
.candee .candee-border_1,
.candee .border_1 {
  border: 1px solid #555 !important;
  text-align: center !important;
  padding: 1px 25px 3px 25px;
}

.candee.loginTheme .candee_border_1,
.candee.loginTheme .candee-border_1,
.candee.loginTheme .border_1 {
  margin: 20px auto 20px;
  position: relative;
  max-width: 65%;
}

.candee.loginTheme .candee_radius.candee_border_1,
.candee.loginTheme .radius.border_1 {
  color: #0066CC;
  text-decoration: none;
}

.candee.loginTheme .candee_border_1,
.candee.loginTheme .border_1,
.candee.loginTheme .radius.border_1,
.candee.loginTheme .candee_radius.candee_border_1 {
  display: block !important;
}

.candee #sessionExpiredText {
  text-align: right;
}

.candee .noResults {
  display: none;
  padding: 15px 0px;
}

.candee .popupFormHelpWrap {
  margin-top: 5px;
  line-height: 23px;
}

.loginFormTab h2 {
  margin-bottom: 1.7rem;
}

.loginForm ul {
  padding-top: 0px !important;
}

.newPasswordDescription {
  line-height: 1.2rem;
  padding-bottom: 0.8rem;
}

.candee .messagetype-error, .messagetype-error {
  padding: 55px 20px 55px 20px !important;
}
.candee .messagetype-error .message, .messagetype-error .message {
  margin: 25px 0 20px;
}

.candee .minor_button {
  border: none !important;
  text-decoration: underline;
  font-size: 0.8rem;
  float: left;
  padding: 0px !important;
  width: 100%;
  text-align: left !important;
}

.smallWidth {
  width: auto !important;
}

.candee .minor_button:hover {
  cursor: pointer;
  background: #ddd;
}

@media (max-width: 375px) {
  .candee.loginTheme .candee_border_1,
.candee.loginTheme .candee-border_1,
.candee.loginTheme .border_1 {
    max-width: 95%;
  }
}
/**** Login */
.loginButtons {
  padding: 10px 0px !important;
  width: 100%;
  float: left;
  margin-top: 7px;
}

.candee #loginTab .button1 {
  display: block;
  margin-bottom: 5px;
}

.candee #loginTab .forgotPwdLink {
  font-size: 1rem;
}

.candee #loginTab label {
  font-size: 1rem;
}

.candee.signinWrap {
  float: left;
}

.candee.signinWrap .inputError {
  position: absolute;
  top: 47px;
  right: 0px;
}

.candee.signinWrap .inputError.textInputError {
  position: absolute;
  top: 65px;
  right: 0px;
}

.white-popup .candee.signinWrap .inputError {
  position: relative;
  top: 0px;
  right: 0px;
}

.candee .mainLoginContainer, .candee .loginFormTab {
  padding: 12px 20px 30px;
  margin: 20px 0 50px -500%;
  float: left;
  background: #ffffff;
  visibility: hidden;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
  width: 100%;
}

.mainAccountIcons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}

.mainAccountIcons a .fa {
  display: block;
  margin: 0px auto;
  padding: 0px;
  margin: 0px;
}

.mainAccountIcons.mainAccountIconsHorizontal a {
  margin-left: 1rem;
  vertical-align: middle;
  line-height: normal;
}
.mainAccountIcons.mainAccountIconsHorizontal a .truncate {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
.mainAccountIcons.mainAccountIconsHorizontal a i {
  display: inline-block;
  margin-right: 6px;
  font-size: 1.15rem;
}
.mainAccountIcons.mainAccountIconsHorizontal a span {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
.mainAccountIcons.mainAccountIconsHorizontal a .main-candee-cart i {
  margin-right: 7px;
}
.mainAccountIcons.mainAccountIconsHorizontal a .main-candee-cart .cartTotal {
  top: -5px;
  left: 7px;
  width: 17px;
  height: 17px;
  line-height: 15px;
  font-size: 0.7rem;
}
.mainAccountIcons.mainAccountIconsHorizontal a.buttLogin, .mainAccountIcons.mainAccountIconsHorizontal a.buttLogout {
  display: inline-block !important;
}
.mainAccountIcons.mainAccountIconsHorizontal a.buttCart {
  margin-right: 0;
}

.mfp-content .loginFormTab {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.candee.loginTheme form {
  margin-bottom: 0;
}
.candee.loginTheme .candee-input-group {
  margin-left: 0;
}
.candee.loginTheme .submitButtonWrapper {
  margin: 0;
  text-align: right;
}
.candee.loginTheme .submitButtonWrapper input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 10px 40px !important;
  max-width: 100%;
}
.candee.loginTheme .login-submit-row {
  margin-bottom: 15px;
}
.candee.loginTheme form.form .candee-input-group.select select {
  border-radius: 4px;
}
.candee.loginTheme .signinWrap {
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1;
  -o-transition: height 1;
  transition: height 1;
}
.candee.loginTheme .signinWrap .icon-form-checkbox {
  margin-top: 2px;
}
.candee.loginTheme .candee-radius.candee-border_1 {
  display: block !important;
  margin: 20px auto 20px;
  color: #0066CC;
  max-width: 65%;
}
.candee.loginTheme .forgotPwdContainer {
  margin-bottom: 7px;
  line-height: normal;
}
.candee.loginTheme hr {
  margin: 1.5rem 0;
}
.candee.loginTheme .successBackground {
  border-radius: 3px;
  padding: 0 1rem;
  line-height: 2.1rem;
}
.candee.loginTheme input[type=submit].submit_button_1 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 550px) {
  .candee.loginTheme .login-submit-row {
    text-align: center;
  }
  .candee.loginTheme .label-checkbox {
    display: inline-block;
  }
  .candee.loginTheme .submitButtonWrapper {
    margin-top: 20px;
  }
  .candee.loginTheme .submitButtonWrapper input[type=submit] {
    width: 100%;
  }
  .candee.loginTheme .candee-radius.candee-border_1 {
    max-width: 100%;
  }
}

.mainLoginError {
  margin-bottom: 1rem;
}

.white-popup.candee.loginTheme {
  width: 660px;
  max-width: 95%;
  height: auto;
  padding-bottom: 0;
  margin-top: 25px;
}
.white-popup.candee.loginTheme .signinWrap {
  float: none;
}
.white-popup.candee.loginTheme .successBackground {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .white-popup.candee.loginTheme {
    padding: 0;
  }
}

.candee.loginTheme {
  margin: 0 auto;
  float: none;
  position: relative;
  display: block;
  width: 520px;
  max-width: 100%;
  height: 0;
  overflow: visible;
}
.candee.loginTheme .social-login-wrapper {
  margin: 2.5rem 0 1.5rem;
}
.candee.loginTheme .social-login-wrapper > .candee-columns.six {
  padding-left: 8px;
  padding-right: 8px;
}
.candee.loginTheme .social-login-wrapper .social-login-button {
  max-width: 100%;
  text-transform: none;
  width: 100%;
  margin-bottom: 1rem;
  text-decoration: none;
}
.candee.loginTheme .social-login-wrapper .social-login-button.social-login-google {
  background-color: #DD4B39;
}
.candee.loginTheme .social-login-wrapper .social-login-button.social-login-facebook {
  background-color: #4266B2;
}
.candee.loginTheme .social-login-wrapper .social-login-button i {
  margin-right: 5px;
}

/* End Login */
/**** Autocomplete */
.easy-autocomplete {
  position: relative;
  width: 100% !important;
}

.easy-autocomplete-container ul {
  padding-top: 0px !important;
  margin-top: 0px !important;
  top: -21px;
  background-color: #FBFACE;
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow: scroll;
  border-bottom: 1px solid #ccc;
}

.easy-autocomplete input {
  margin-bottom: 0px;
  width: 100%;
}

.easy-autocomplete-container ul li {
  margin-left: 0px !important;
  padding-left: 10px !important;
  width: 100% !important;
}

/**** End Autocomplete */
.candee .newHere.h3 {
  padding-bottom: 22px;
  font-size: 1rem;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  font-weight: bold;
}

.newHereText {
  padding-bottom: 0px;
}

.candee .regShowPwdWrapper ul {
  margin: 0px;
  padding: 0;
}

.candee .mediumInfo {
  font-size: 1rem;
  color: #222;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  width: 100%;
  line-height: 1.8rem;
  padding: 10px 0 10px 0;
}

.candee .miniHead {
  width: 100% !important;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px !important;
  font-weight: bold !important;
  font-size: 1rem;
}

.candee .quickLink {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.productSidebar {
  font-size: 0.8rem;
}

.candee .notesDiv {
  padding: 20px 0;
}

.candee p {
  margin-bottom: 1rem;
  line-height: 1.7rem;
}

p.faqQuestionP {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}

span.faqTitle {
  display: table-cell;
  width: 100px;
  font-weight: bold;
}

span.faqText {
  display: table-cell;
}

.faqItem {
  position: relative;
}

.faqIcon {
  font-size: 2.5rem !important;
  color: #ccc;
  position: absolute;
  left: -2px;
  top: 3px;
}

.faqAnswer {
  padding-left: 0px;
}

.candee .textAlignRight {
  text-align: right;
  margin: 0px;
}

.padTop {
  padding-top: 20px !important;
}

.candee .textAlignCenter {
  text-align: center;
  margin: 0px;
}

.candee .textAlignLeft {
  text-align: left;
  margin: 0px;
}

.candee .appText {
  color: #444;
  font-size: 0.8rem;
}

.candee .largeInfo {
  font-size: 1rem;
  text-align: center;
  color: #565554;
  text-align: center;
  padding: 30px 0px 50px 0px;
  width: 100%;
  margin: 0px auto;
  margin-top: 10px;
}

.candee ul li {
  margin: 0 0 0 25px;
  padding: 0 0 0 0;
  list-style-type: disc;
  font-size: 0.9em;
  height: auto;
  overflow: hidden;
}

.candee .checkbox li, .candee .checkboxes li {
  list-style: none;
  margin: 0px 0px 25px 0px;
  display: inline-block;
}

.candee img {
  max-width: 100%;
  display: block;
}

.candee hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.candee .item-title {
  color: #444;
  text-align: left;
  font-size: 1rem;
}

.candee label, .candee legend {
  font-weight: normal;
}

.candee .disclaimer {
  text-align: left;
  font-size: 0.8rem;
  color: #444;
  margin-top: 10px;
  line-height: 1rem;
}

.candee .red {
  color: #ed0417 !important;
}

.candee .bold {
  font-weight: bold !important;
}

.candee .backgroundRed {
  background-color: #ed0417 !important;
  color: #ffffff !important;
}

.candee .alertBorder {
  border: 5px solid #ed0417;
}

.candee .uploadImageField {
  border: 1px solid #ddd;
  font-size: 0.9rem;
  line-height: 10px;
  padding: 10px;
  margin-bottom: 0px;
  width: 100%;
}

.candee .sidbarInfo {
  margin: 0 0 15px;
  text-transform: uppercase;
  text-align: center;
  color: #0f497d;
  font-weight: 500;
}

.candee .floatRight {
  float: right;
}

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

.candee-loggedOut .main-candee-logout {
  height: 0px;
  overflow: hidden;
}

.candee-loggedIn .main-candee-logout {
  height: auto;
  overflow: inherit;
}

.candee-loggedOut .candee-admin-link,
.candeeDisplay-0 {
  display: none;
}

.candeeDisplay-1 {
  display: inherit;
}

.candee__displayNone {
  display: none !important;
}

.candeeSmoothHide {
  -webkit-transition: width 4s;
  -o-transition: width 4s;
  transition: width 4s;
  width: 0px !important;
  height: 0px !important;
  opacity: 0 !important;
  padding: 0px !important;
  margin: 0px !important;
}

/**** Profile Page */
.candee .myPhotosWrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  margin-top: 10px;
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.candee .myPhotosWrapper .myPhoto {
  padding: 5px;
  max-width: 110px;
  margin: 1%;
  text-align: center;
  cursor: pointer;
}

.candee .imageCreated {
  font-size: 0.7rem;
}

.candee .myPhotosWrapper .myPhoto img {
  width: 100%;
  height: auto;
}

.candee .myPhotosWrapper .myPhoto .deleteMyPhoto {
  color: #ed0417;
  font-size: 0.8rem;
  margin-top: 10px;
}

/**** Candee Floating Nav Bar */
.candeeUserBar {
  position: fixed;
  bottom: -15px;
  height: 100px;
  line-height: 24px;
  background: #f8f9fa;
  color: #444;
  width: 100%;
  text-align: center;
  z-index: 30;
  font-size: 0.7rem;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12), 0 -7px 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12), 0 -7px 12px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.userBarActive, .userBarActive .fa, .userBarActive .menuTitleText {
  color: #ffffff !important;
}

.userBarActive {
  background: #444 !important;
  color: #ffffff !important;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.userBarActive:after {
  content: "";
  width: 50%;
  height: 50px;
  top: -29px;
  left: 50%;
  position: absolute;
  z-index: 999999;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #444;
  margin-left: -30px;
}

.candeeMenuItem {
  text-align: center;
  padding: 10px 15px 0;
  display: inline-block;
  cursor: pointer;
  margin-right: 0%;
  width: 20%;
  margin-top: 0px;
  vertical-align: top;
  position: relative;
}

.userBarMag .userBarPop {
  -webkit-animation: popper 0.3s;
          animation: popper 0.3s;
}

@-webkit-keyframes popper {
  0% {
    opacity: 0;
    margin-bottom: -300%;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}

@keyframes popper {
  0% {
    opacity: 0;
    margin-bottom: -300%;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
.candeeMenuItem:hover {
  color: #0f497d;
}

.borderError {
  border-bottom: 2px solid #ed0417 !important;
}

.candeeUserBar .candeeMenuItem {
  font-size: 1rem;
}

.candeeUserBar .candeeMenuItem .menuTitleText {
  padding: 0px;
  border: 0px;
}

.candeeUserBar .candeeMenuItem button {
  white-space: normal;
  line-height: 1.2rem;
}

.candeeUserBar .candeeMenuItem .fa {
  margin: 0px auto;
  text-align: center;
  color: #444;
  padding-right: 1px;
  width: 100%;
}

.candeeUserBar.candeeUserBarBottom {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid #ddd;
}

/**** Userbar Popups */
.cal-popup {
  background-color: transparent !important;
}

.mfp-container {
  padding: 0px 0px;
  height: 99.9% !important;
}

.mfp-content {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.userBarPop.white-popup {
  max-width: 100% !important;
  width: 100%;
  background: #ffffff;
  margin: 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 20px 10% 70px;
  min-height: unset;
  position: fixed !important;
}

.userBarPop {
  position: absolute !important;
  left: 0;
  bottom: 70px;
}

.userBarMag .userBarPop {
  overflow: auto;
  max-height: 75%;
}

.mfp-bg.userBarMag {
  background: #000 !important;
  position: fixed;
  top: unset;
  z-index: 1000;
}

.userBarMag .mfp-container {
  padding: 0px;
}

.userBarPop .userPopTitle {
  width: 100%;
  text-align: center;
  display: block;
  background: #ffffff;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #222;
  border-top: 0px solid #ffffff;
}

.userBarPop .userPopIcon {
  width: 20%;
  float: left;
  padding: 0px 0px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.userBarPop .userPopIcon i {
  font-size: 80px;
  padding: 40px 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.userBarPop .confirmationMessage {
  font-weight: bold;
}

.userBarPop .userPopDesc {
  width: 30%;
  float: left;
  padding: 0 20px;
  border-right: 1px solid #888;
}

.userBarPop .userPopSetting {
  width: 46%;
  float: left;
  padding: 0 20px;
  border-left: 1px solid #888;
  margin-left: -1px;
}

.userBarPop label {
  float: left;
  clear: left;
  width: 50%;
  text-align: right;
  margin-top: 11px;
}

.userBarPop button {
  float: right;
  width: 21%;
  min-width: 130px;
  margin-top: 58px !important;
  font-size: 0.9rem;
  padding: 0px 10px 0px;
  max-width: 200px;
}

.accessibility-settings button {
  clear: right;
  float: right !important;
  margin-top: 10px !important;
}

button.refreshACC {
  margin-top: 30px !important;
}

.userBarPop .mfp-close {
  float: right;
  clear: none;
  text-align: right;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  font-size: 30px;
  top: 13px;
  right: 5px !important;
  color: #ffffff !important;
  background: #222;
  min-width: unset;
  text-align: center;
}

.userBarPop .fontResizer {
  margin-top: 11px;
  float: right;
}

/* End Userbar Popups */
/**** Candee User Bar Sidebar Theme */
.candeeUserBar[class*=candeeUserBarTheme-sidebar] {
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  width: auto;
  background: #393736;
  border: 1px solid #dbdbdb;
  border-right: none;
  z-index: 91;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar].activeUserBarPopup[class*=candeeUserBarTheme-sidebar-right] {
  right: 17px;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar][class*=candeeUserBarTheme-sidebar-left] {
  right: unset;
  left: 0;
  border-right: 1px solid #dbdbdb;
  border-left: none;
}
@media (max-width: 450px) {
  .candeeUserBar[class*=candeeUserBarTheme-sidebar].activeUserBarPopup {
    display: none;
  }
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor {
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem {
  display: block;
  padding: 0;
  width: auto;
  width: 40px;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem.userBarActive:after {
  display: none;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem:hover {
  background: rgba(0, 0, 0, 0.6);
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem:last-of-type {
  border-bottom: none;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem .fa {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1rem;
  color: #dbdbdb;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem .fa.fa-map-marker {
  font-size: 1.3rem;
}
.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor > a.candeeMenuItem .menuTitleText {
  display: none;
}

body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop {
  bottom: unset;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 900px !important;
  max-width: calc(100% - 100px) !important;
  max-height: 90%;
  padding: 20px !important;
}
@media (max-width: 450px) {
  body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop {
    max-width: 100% !important;
    max-height: 100%;
  }
}
@media (max-width: 700px) {
  body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop i {
    padding-top: 2px;
  }
}
body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop .fadeInLeft {
  -webkit-animation-name: none;
          animation-name: none;
  opacity: 1;
}
body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop .confirmationButtonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop .confirmationButtonWrapper button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop label, body[class*=userBarActivePopup-sidebar] .white-popup.userBarPop .candee.numberPicker {
  float: none;
  text-align: left;
}

/**** Tabs */
.candee-tab-links.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.candee-tab-links li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  margin-bottom: 0px;
  color: white;
}

.candee-tab-links li.current {
  background: #ffffff;
  color: #222;
}

.candee-tabs-container .tab-content {
  display: none;
  padding: 15px 10px;
}

.candee-tabs-container .tab-content.current {
  display: inherit;
}

.candee-tab-links {
  text-align: right;
}

.candee-tabs {
  line-height: 45px;
  height: 65px;
}

/* End Tabs */
/**** Snippets */
.snippetContainer {
  text-align: center;
}

.snippetsBlock {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 33%;
}

.snippetsBlock .round_button_1 {
  padding-top: 19px !important;
  width: 85px;
  height: 85px;
}

.snippetMain {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}

span.snippetMain.snippetOutOf {
  font-size: 1rem;
  font-weight: normal;
}

.snippetTitle {
  text-transform: uppercase;
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1.5rem;
  position: absolute;
  bottom: 40px;
  margin: 0;
  left: 0;
}

.snippetUnder {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #666;
}

/* End Snippets */
/**** Checkout & Cart Screen */
.candee #shippingForm {
  display: none;
}

.main-candee-cart {
  position: relative;
}

.main-candee-cart .cartTotal {
  position: absolute;
  background-color: #C23B22;
  top: 1px;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  right: 2px;
  font-weight: bold;
  font-size: 0.9rem;
  color: white;
}

#candeeCheckoutPage {
  padding-bottom: 40px;
}

.unitDate {
  font-size: 0.7rem !important;
  border: 0px !important;
}

.candee .checkoutProcess .largeInfo {
  padding: 0px 0px 35px 0px;
  color: #999;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.candee .bInfo {
  width: 100%;
  text-align: left;
}

.candee .checkoutProcess .largeInfo .slogan {
  font-size: 1rem;
  width: 200px;
  max-width: 33.33%;
  line-height: 1.33rem;
  border-bottom: 2px solid #aaa;
  margin: 0px 0% 30px;
  padding: 5px 2% 16px;
  position: relative;
  color: inherit;
}

.candee .largeInfo .current {
  color: #222;
  border-bottom: 2px solid #222 !important;
}

.candee .checkoutProcess .largeInfo .slogan:after {
  content: "";
  border: 4px solid #aaa;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  border-radius: 100%;
  background: #ffffff;
  bottom: -10px;
}

.candee .checkoutProcess .largeInfo .slogan.current:after {
  content: "";
  border: 4px solid #222;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  background: #222;
  bottom: -10px;
}

#candeeCheckoutPage .facilityTerms {
  border: 1px solid #aaa;
  padding: 10px;
  height: 200px;
  overflow: scroll;
  font-size: 1rem;
  margin-bottom: 25px;
}

/* End Checkout & Cart Screen */
/**** Searchbar */
.mainSearchbarWrapper {
  margin: 0 -50% 27px;
  padding: 14px 52.5% 12px !important;
}

.innerSearchWrap {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.innerSearchWrap input {
  color: #000;
  background-color: #ffffff !important;
}

.innerSearchWrap label {
  line-height: 1.2rem;
  text-align: right;
  padding-top: 4px;
}

.findButt {
  display: block;
  font-weight: bold;
  line-height: 1rem;
  padding: 14px;
  border: 1px solid #ffffff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.findButt:before {
  font-family: "FontAwesome";
  content: "\f002";
  padding-right: 5px;
  font-size: 1rem;
  font-weight: normal;
}

/* End Searchbar */
/**** Candee Toggle Buttons */
.viewToggleButtons {
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  text-align: right;
  position: relative !important;
  z-index: 1;
  clear: both;
  float: left;
}

.viewToggleButtons a {
  width: 50% !important;
  display: block;
  float: left;
  margin: 0 0 0 -1px;
  text-align: center;
  border-radius: 0px !important;
}

.viewToggleList {
  background: #ddd;
  border-bottom: 1px solid #888 !important;
}

.viewToggle3dMap {
  background: #ffffff;
  border-bottom: 0px solid #444 !important;
}

.locationContent .viewToggleList {
  background: #ffffff;
  border-bottom: 0px solid #444 !important;
}

.locationContent .viewToggle3dMap {
  background: #ddd;
  border-bottom: 1px solid #888 !important;
}

.viewToggleButt {
  margin: 0 10px 0 0;
  font-size: 0.9rem;
  cursor: pointer;
}

.viewToggleButt i {
  padding-right: 5px;
  padding-left: 0;
}

.viewToggleList, .viewToggle3dMap {
  border: 1px solid #888;
  padding: 3px 10px;
  font-size: 1rem;
}

.viewToggleButt:hover, .viewToggleButt:active {
  text-decoration: underline;
  color: #222;
}

.hideKey div {
  display: none;
}

.keySwitch {
  display: block !important;
}

/* End Candee Toggle Buttons */
/**** Search Results */
.formattedAddress {
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

.resultsCount {
  font-weight: normal;
}

@media all and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0), all and (min-width: 0\0 ) and (-o-min-device-pixel-ratio: 0/1), all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .candee .select select {
    padding-right: 0;
  }

  .candee .select:after, .candee .select:before {
    display: none;
  }
}
/* End Search Results */
/**** Checkboxes */
.candee .checkboxes li {
  display: inline-block;
  font-size: 0.7rem;
  border: 0px;
  padding: 0px 5px;
}

.candee .label-checkbox {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 5px 0 1px;
}

.candee input[type=checkbox], .candee input[type=radio] {
  display: none;
}

.candee .master_icon_filters label:hover {
  cursor: pointer;
}

.candee .filterHeader {
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.candee i.icon-form-checkbox {
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0px;
  background-color: white;
}

.candee .candee_error i.icon-form-checkbox {
  margin-left: 5px;
}

.candee .candee_error .label-checkbox {
  padding: 5px;
}

.candee .label-checkbox .item-title {
  margin-left: 30px;
  font-weight: normal;
}

.candee input[type=checkbox]:checked ~ i:after, .candee input[type=radio]:checked ~ i:after {
  background-color: #0f497d;
  background-image: none;
}

/* End Checkboxes */
.candee .list-block.radio i.icon-form-checkbox,
.candee .list-block.radio input[type=radio]:checked ~ i:after {
  border-radius: 100%;
}

.candee .list-block.radio.radio-inline label,
.candee .list-block.checkbox.checkbox-inline label {
  display: inline-block;
  margin-right: 20px;
}

/**** Candee Custom Phone */
.candeePhoneTable {
  width: 100%;
  margin-bottom: 0px;
}

.candeePhoneTable td {
  border: 0px;
  padding-top: 0px;
}

.candeePhoneTable .codeContainer {
  width: 100px;
}

#profilePhoneCodeState {
  text-align: center;
}

/* End Candee Custom Phone */
/**** Filters */
.candee .unitFilters .sizeFilterWrapper {
  position: relative;
  margin-bottom: 30px;
}

.candee .unitFilters .maxPriceFilterWrapper, .candee .unitFilters .maxSizeFilter {
  float: right;
}

.candee .unitFilters .calcFilter, .candee .unitFilters .sizeFilter {
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  background-image: none;
  padding: 5px 15px;
  width: 49%;
}

.filtersWrapper ul.checkboxes li {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
}

.candee .unitFilters .sizeFilterText {
  font-size: 0.7rem;
  color: #ffffff;
}

.candee .unitFilters .sizeFilter.selected {
  border-color: #aa0000;
}

.candee .filterSettingsButton {
  display: none;
}

.use_mmFilters .candeeResultsContainer {
  width: 100% !important;
  margin: 0px;
}

.use_mmFilters .filterWrapInner {
  float: left;
  height: 100%;
  overflow-y: scroll;
  padding: 5px 20px 100px 20px;
  margin-bottom: 35px;
  position: fixed;
  left: -360px;
  width: 320px;
  z-index: 3000;
  background: #ffffff;
  border-right: 1px solid #444;
  top: 0;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  opacity: 0;
}

.filterContainerWrap {
  margin-top: 20px;
}

.use_mmFilters .select.sortOrderOptions {
  width: 50%;
  float: right;
}

.use_mmFilters .filterSettingsButton {
  display: inline-block;
  width: 34%;
  float: left;
  height: 41px;
  padding: 4px 10px 0;
  color: #444;
  background: #ffffff;
  position: relative;
  left: 0;
  margin-left: 0;
  top: 0px;
  -webkit-transition: all 0s ease-in !important;
  -o-transition: all 0s ease-in !important;
  transition: all 0s ease-in !important;
}

.mmFiltersOpen .filterSettingsButton {
  z-index: 9999;
  top: 0px;
  position: fixed !important;
  left: 0px;
  margin-left: 0;
  width: 318px !important;
  border: none !important;
  -webkit-transition: all 0.3s ease-in !important;
  -o-transition: all 0.3s ease-in !important;
  transition: all 0.3s ease-in !important;
}

.use_mmFilters .flitersText, .use_mmFilters .filtersApplied {
  display: block;
  float: left;
  margin-top: 2px;
}

.use_mmFilters .filtersApplied {
  padding-left: 0.3rem;
}

.use_mmFilters.mmFilters {
  display: block;
  float: right;
}

.use_mmFilters .mmFilters i {
  color: #666;
  margin-top: 1px;
  font-size: 28px;
}

.isFiltered.ffIsClosed .mmFilters i {
  color: #ed0417;
}

.mmFiltersOpen .filterWrapInner {
  left: 0;
  opacity: 1;
  padding-top: 35px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ffClose i {
  font-size: 20px;
  color: #666;
  float: right;
  margin-top: 5px;
}

.ff_menuScrim {
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  z-index: 10;
}

.mmFiltersOpen .ff_menuScrim {
  visibility: visible !important;
  display: block !important;
  opacity: 0.8;
  z-index: 2049;
}

/* End Filters */
/**** Range Slider */
.candee input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border: 0px;
}

.candee input[type=range]:focus {
  outline: none;
}

.candee input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  -webkit-animation: 0.2s;
          animation: 0.2s;
  background: #6B8D5B;
}

.candee input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

.candee input[type=range]::-webkit-slider-thumb {
  border: 2px solid #0f497d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}

.candee input[type=range]::-moz-range-thumb, .candee input[type=range]::-ms-thumb {
  border: 2px solid #0f497d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.candee input[type=range]:focus::-webkit-slider-runnable-track {
  background: #6B8D5B;
}

.candee input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animation: 0.2s;
  background: #6B8D5B;
}

.candee input[type=range]::-ms-fill-lower, .candee input[type=range]::-ms-fill-upper, .candee input[type=range]:focus::-ms-fill-lower, .candee input[type=range]:focus::-ms-fill-upper {
  background: #6B8D5B;
}

.candee .multi-range, .candee .range-slider {
  width: 89%;
  margin: 10px;
}

.candee .noUi-connects {
  border-radius: 0px;
}

.candee .multi-range .noUi-connect, .candee .noUi-connect {
  background-color: #444444;
}

.noUi-handle {
  border: 2px solid #444444;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-target {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal {
  height: 6px;
  border: 0px;
  background-color: #ddd;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  top: -9px;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

.noUi-handle:focus {
  outline: 0;
}

/* End Range Slider */
/**** Star Rating */
.ratingText {
  float: left;
}

.candee .star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 1.2rem;
  height: 20px;
  width: auto;
  margin: 0 auto;
  position: relative;
  padding: 0;
  float: left;
  position: relative;
  top: -3px;
  left: 5px;
}

.candee .star-ratings-css-top {
  color: #4a4a4b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.candee .star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}

.facility_info_rating .star-ratings-css {
  top: -1px;
  left: 0;
}

/* End Star Ratings */
/**** Unit tables */
.candee .listTemplate img {
  max-height: 100px;
  width: auto;
  background-color: #555;
}

.selectionsWrap {
  width: 100%;
  border: 2px solid #555;
  padding: 20px;
  background: #ffffff;
  margin-bottom: 30px;
}

.candee .unitFeatureItem {
  font-size: 0.8rem;
}

.candee .featuresFilterWrapper {
  margin-top: 50px;
}

.candee .rentalTable {
  margin-top: 35px;
}

.candee .rentalTable .rentalTD {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.candee .rentalTable .seperator {
  display: none;
}

.candee .rentalTable.icon:before {
  color: #0f497d;
  padding-right: 5px;
  font-size: 1.4rem;
  position: absolute;
  top: 2px;
  left: 0px;
}

.candee .rentalTable.rentalTD {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.candee .rentalTable.candee-row {
  padding: 0px;
}

.candee .rentalTable.cardSelectOptions {
  margin-top: 45px;
  width: 100%;
  text-align: right;
}

.candee .rentalTable.rin .yellowBTN {
  background-color: #ECA013;
}

.candee .rentalTable .rentalTDcol1 {
  width: 63%;
}

.candee .rentalTable .rentalTDcol3 {
  width: 25%;
}

.candee .allRatingsWrapper {
  margin-top: 20px;
}

.candee .rentalTable .cardPrice {
  text-align: left;
  margin-bottom: 1rem;
}

.candee .unitName, .candee_locations_block_title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  width: 100%;
  color: #444;
}

.candee.unitPage .unitName {
  margin-bottom: 1px;
}

.candee .rentalDetails, .candee .rentalFeatures, .candee .rentalSize, .unitsLeft {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.candee .cardPrice {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 1.5rem;
}

.candee .cardPrice.callForPrices {
  font-size: 0.9rem;
  font-weight: normal;
}

.candee .cardPrice .strikeThrough {
  display: block;
}

.candee .unitsLeft {
  color: #aa0000;
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  padding-right: 8%;
}

.candee .unitcount-1 {
  color: #C23B22;
}

.candee .action {
  padding: 10px 30px;
}
.candee .action a {
  color: #ffffff;
}

.relatedProducts .yellowBTN {
  width: auto !important;
}

.yellowBTN.payUnitBill, .yellowBTN.payProcess {
  padding: 10px 20px;
}

.reviewButton.action, .main3BTN.action, .candeeAdminPage .action, .candeeAdminPage .yellowBTN {
  padding: 10px 20px;
  min-width: 110px;
  text-align: center;
}

.roWrapper .action {
  padding: 10px 10px;
  margin: 20px auto 10px;
  width: 100%;
  text-align: center;
}

.candee .unitButtonsWrapper .action {
  margin: 10px 0 0 10px;
}

.candee .proDateNeeded {
  margin-bottom: 25px;
}

.candee .proDateNeeded input {
  border: 1px solid #888;
}

#singleProductAddToCart, .candee_location_buttons a {
  padding: 10px 15px !important;
}

.candee_location_buttons a {
  width: 30% !important;
  margin: 3px 1% 0 0 !important;
  float: left;
  display: block !important;
}

/* End Unit tables */
/**** Features */
.candee .unitFeatureItemWrapper {
  position: relative;
  display: block;
  width: auto !important;
  line-height: 15px;
  margin-bottom: 10px;
  margin: -1px auto 0 auto;
  text-align: left;
  float: none !important;
  padding: 0;
  padding: 18px 0 12px 0;
}

.candee.unitPage .unitFeatureItemWrapper {
  position: relative;
  display: block;
  width: 100% !important;
  line-height: 15px;
  margin-bottom: 10px;
  margin: -1px auto 0 auto;
  text-align: center;
  float: none !important;
  border: 1px solid #ccc;
  padding: 18px 0 12px 0;
  margin-bottom: 25px;
}

.candee .unitFeatureItem {
  display: inline-block;
  width: 20%;
  overflow: hidden;
  position: relative;
  line-height: 24px;
  padding-left: 0px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 20px;
}

.featuresBullets {
  float: left;
  padding-bottom: 30px;
}

.rentalTable .featuresBullets {
  padding-top: 30px;
}

.productExtras {
  margin-top: 50px;
  font-size: 0.9rem;
}

.candee .featuresBullets .unitFeatureItem {
  display: inline-block;
  width: 99%;
  overflow: hidden;
  position: relative;
  line-height: 14px;
  padding-left: 0px;
  white-space: nowrap;
  margin-right: 10px;
  text-transform: capitalize;
  text-align: left;
  padding-top: 10px;
  font-size: 0.9rem;
}

.candee .featuresBullets .unitFeatureItemWrapper {
  border: none;
  text-align: left;
  width: auto;
}

.candee .featuresBullets .unitFeatureItemWrapper .icon:before {
  color: #999;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  top: 1px;
  left: 0px;
  background: none;
  padding: 3px 12px 4px 0;
  width: 10%;
  z-index: 0;
}

.candee input[type=checkbox] ~ i:after, .candee input[type=radio] ~ i:after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.candee .unitFeatureItemWrapper .icon:before {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #686868;
  padding: 3px 4px 4px;
  width: 99%;
  z-index: 0;
}

div#proImage {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 0px;
}

.candee .allRatingsWrapper, .candee .rentalFeatures, .candee .unitFeatureItemWrapper, .candee .quickLinkWrapper {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}

.candee .quickLinkWrapper {
  padding-bottom: 20px;
  padding-top: 21px;
}

/* End Features */
/**** Related Products */
.candee .relatedWrapper {
  padding: 0px 0px;
  overflow-x: auto;
  clear: both;
  background-color: transparent;
  display: none;
  margin-bottom: 50px;
}

.candee .relatedWrapper .relatedProducts {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  display: table;
  border-spacing: 10px;
  border-collapse: separate;
  min-height: 250px;
  font-size: 1rem;
  margin-left: 0px;
}

.candee .relatedWrapper .relatedListTemplate {
  background-color: #ffffff;
  display: table-cell;
  position: relative;
  min-width: 225px;
  padding-bottom: 20px;
  margin: 5px;
  padding: 15px 30px;
  vertical-align: top;
  text-align: center;
}

.candee .relatedWrapper .relatedProducts .relatedCardTitle {
  margin-bottom: 0px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  letter-spacing: 0;
  font-size: 1rem;
}

.candee .relatedWrapper .relatedListTemplate img {
  max-height: 80px;
  width: auto;
  margin: 0px auto 10px;
  text-align: left;
}

.candee .relatedWrapper .vendorRating {
  float: none;
  top: 0px;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  left: -6px;
  clear: both;
}

.candee .relatedWrapper .relatedListTemplate .relatedCardPrice {
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin: 5px auto 15px;
  font-size: 1rem;
}

.candee .relatedWrapper .relatedListTemplate .cardSelectOptions {
  bottom: 15px;
}

.candee .relatedWrapper .relatedListTemplate .relatedProduct {
  font-size: 0.8rem;
}

/* End Related Products */
/**** Tabs */
.candee .tabsWrapper {
  margin-bottom: 50px;
}

.candee .tabsWrapper ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 3px solid #ddd;
  margin-bottom: 10px;
}

.candee .tabsWrapper ul.tabs li {
  background: none;
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  margin-right: -4px;
  font-weight: 500;
  margin-left: 0px;
}

.candee .tabsWrapper ul.tabs li.current {
  color: #0f497d;
}

.candee .tabsWrapper ul.tabs li:first-child {
  padding-left: 0px;
}

.candee .tabsWrapper .tab-content {
  display: none;
  padding: 0px;
  margin-top: -1px;
  font-size: 0.9rem;
}

.candee .tabsWrapper .tab-content.current {
  display: inherit;
}

/* End Tabs */
/**** Reviews */
.candee .reviewItem {
  border: 1px solid #ddd;
  margin-top: 10px;
  position: relative;
  display: table;
  width: 100%;
}

.candee .reviewItem .reviewItemLeft, .candee .reviewItem .reviewItemRight {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.candee .reviewItem .reviewItemLeft {
  width: 50px;
}

.candee .reviewItem .reviewItemReviewer {
  margin-top: 10px;
  font-style: italic;
  font-weight: 500;
  position: relative;
  bottom: 5px;
  text-align: right;
  width: 100%;
}

/* End Reviews */
/**** Numberpicker */
.candee.numberPicker {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
  line-height: 25px;
  width: 100px;
  display: inline-block;
  margin-bottom: 20px;
}

.candee.numberPicker a {
  text-decoration: none;
  color: #ffffff !important;
}

.candee .ccMinus, .candee .ccPlus {
  position: absolute;
  height: 25px;
  line-height: 25px;
  left: 0px;
  background-color: #444;
  width: 25px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.candee .ccMinus::-moz-selection, .candee .ccPlus::-moz-selection {
  background: none;
  color: none;
}

.candee .ccMinus::selection, .candee .ccPlus::selection {
  background: none;
  color: none;
}

.candee .ccPlus {
  right: 0px;
  left: auto;
}

.candee .ccValue {
  padding: 2px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #444;
}

.candee .ccMinus.touched, .candee .ccPlus.touched {
  background-color: 999;
}

.candee .ccLimit {
  font-size: 0.8rem;
  color: #ed0417;
  position: absolute;
  right: 0;
  bottom: -25px;
}

/* End Numberpicker */
/**** Notification Overwrites */
.noty_theme__mint.noty_type__error {
  background-color: #ed0417;
  border-bottom: 1px solid #ed0417;
}

.noty_theme__mint.noty_type__success {
  background-color: #006100;
  border-bottom: 1px solid #006100;
}

.noty_theme__mint.noty_type__warning {
  background-color: #0f497d;
  border-bottom: 1px solid #0f497d;
}

.noty_theme__mint.noty_type__info, .noty_theme__mint.noty_type__information {
  background-color: #444;
  border-bottom: 1px solid #444;
}

/***** Ajax loader*****/
.candee.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  height: 70px;
  width: 68px;
  padding-top: 0px !important;
  display: none;
  width: 100%;
  height: 100%;
}

.candee.loader img {
  display: block;
}

.orText {
  text-align: center;
}

.candee.loader .sliderWrapper {
  position: relative;
}

.candee.loader .loaderText {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999999;
  text-align: center;
  color: #444;
  display: none;
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.12), 0 1px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 8px 6px rgba(0, 0, 0, 0.12), 0 1px 8px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-width: 200px;
  overflow: hidden;
}

.candee.loader .loaderTextMessage {
  padding: 25px;
}

.candee.loader .loaderTextMessage:before {
  font-family: "FontAwesome";
  content: "\f01e" !important;
  color: #999;
  padding-right: 10px;
}

.candee.loader .slider {
  position: absolute;
  width: 1000px;
  height: 5px;
  overflow-x: hidden;
}

.candee.loader .line {
  position: absolute;
  opacity: 0.4;
  background: #ed0417;
  width: 150%;
  height: 5px;
}

.candee.loader .subline {
  position: absolute;
  background: #ed0417;
  height: 8px;
}

.candee.loader .inc {
  -webkit-animation: increase 2s infinite;
          animation: increase 2s infinite;
}

.candee.loader .dec {
  -webkit-animation: decrease 2s 0.5s infinite;
          animation: decrease 2s 0.5s infinite;
}

@-webkit-keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}

@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@-webkit-keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
/***** Payment *****/
.candee .achForm {
  display: none;
}

.myManagedUnit {
  padding: 20px;
  margin-bottom: 20px;
  border: 2px #eee solid;
  border-radius: 5px;
}

/***** adminPage/login *****/
.candeeAdminPage, .loginFormTab {
  display: none;
}

.loginFormTab {
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: -200% !important;
  opacity: 0;
  z-index: 0;
  position: relative;
  visibility: hidden;
}

.loginTabShow {
  margin-left: 0px !important;
  margin-right: 0px;
  opacity: 1 !important;
  z-index: 9;
  left: 0px !important;
  visibility: visible !important;
}

/***** High contrast *****/
.high-contrast {
  background-color: #000 !important;
  color: white !important;
}

/**** Review order / order history ***************************************/
.roTitle {
  font-size: 1rem;
  font-weight: bold;
}

.foName {
  font-weight: bold;
}

.facilityOrdersName {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: bold;
}

.foFees {
  font-size: 0.8rem;
}

.foPrice {
  font-size: 1rem;
  text-align: right;
  font-weight: bold;
}

.foFeeLineItem {
  text-align: left;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.foFeeLineItem {
  line-height: 1.3rem;
  font-size: 0.8rem;
}

.roSummary {
  background-color: #ffffff;
  padding: 1.3rem;
  border: 2px solid #555;
}

.foAmt {
  text-align: right;
}

.foFeeLineItemTitle {
  font-weight: bold;
}

.candee-row.facilityOrdersLineItem {
  margin: 20px 0;
  width: 100%;
  float: left;
}

.fo_title {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: right;
}

.foLabel {
  float: left;
}

.itemCard {
  padding: 20px;
}

.roSummaryTitle {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.roUserInfo {
  font-size: 1rem;
  padding: 20px;
}

.roLineItemTotal {
  font-weight: bold;
  padding-bottom: 20px;
}

/********* Candee Modal ************/
.candee__modal {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  background: #eee;
  z-index: 20000;
}
.candee__modal .candee-container {
  width: 90%;
  height: 100vh;
  max-height: 100vh;
  max-width: 850px;
  background: #ffffff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.candee__modal #candee__esignForm {
  margin-bottom: 0;
}
.candee__modal #candee__esignForm .inlineErrors.red {
  display: none;
}
.candee__modal #candee__modalTopNav {
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}
.candee__modal #candee__modalTopNav .mfp-close {
  margin: 0;
  position: static;
  right: 17px;
  float: right;
  height: auto;
  line-height: inherit;
  font-weight: 500;
  color: white;
}
.candee__modal #candee__modalFooter {
  padding: 0.2rem 0.7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 95%;
  font-size: 0.8rem;
  text-align: width;
  color: #6a6a6a;
}
.candee__modal #candee__modalContents {
  position: relative;
  padding: 2.5rem;
  overflow-y: scroll;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #ffffff;
}
.candee__modal #candee__modalContents > div:first-of-type {
  margin-top: 0;
}
.candee__modal #candee__modalContents .signature-pad {
  border-radius: 4px;
}
.candee__modal #candee__modalContents .candee-input-group {
  height: auto;
  margin: 0.8rem 0;
  font-size: 0.9rem;
}
.candee__modal #candee__modalContents .candee-input-group p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .candee__modal #candee__modalContents .candee-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .candee__modal #candee__modalContents {
    padding: 1.5rem;
  }
  .candee__modal #candee__modalContents .candee-input-group {
    width: 100%;
  }
}

/********* expanding content ****************/
.expanderButton {
  position: relative !important;
  width: auto !important;
  float: left;
  cursor: pointer;
  clear: both;
}

.expanderContent {
  display: none;
  width: 100%;
  float: left;
  margin-top: 20px;
}

.expandedShow {
  display: block;
}

@media screen and (max-width: 1200px) {
  .userBarPop.white-popup {
    padding: 20px 20px 70px;
  }
}
@media screen and (max-width: 1024px) {
  .snippetsBlock {
    width: 50%;
    margin-bottom: 20px;
  }

  .selectionsWrap {
    width: 100% !important;
    margin-top: 30px;
  }

  .rentalTable .five.candee-columns {
    width: 60% !important;
  }

  .userBarPop .userPopIcon {
    width: 15%;
    float: left;
    padding: 0px 0px;
    margin-left: 0px;
  }

  .userBarPop .userPopDesc {
    width: 35%;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #888;
  }

  .userBarPop .userPopTitle {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .candee .unitFeatureItem {
    display: inline-block;
    width: auto;
    overflow: hidden;
    position: relative;
    line-height: 0.9rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 4px;
    text-transform: capitalize;
    text-align: left;
    padding: 2px 5px 2px 6px;
    color: #444;
  }

  .candee .unitFeatureItem::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f111";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    -webkit-transform: translateY(calc(-50% + 4px));
        -ms-transform: translateY(calc(-50% + 4px));
            transform: translateY(calc(-50% + 4px));
    font-size: 3px;
  }

  .snippetsBlock {
    width: 100%;
    margin-bottom: 20px;
  }

  .rentalTable .unitFeatureItemWrapper {
    max-width: unset !important;
    margin-bottom: 30px !important;
  }

  .rentalTable .cardPrice {
    float: none;
  }

  .userBarPop .userPopDesc {
    width: 75%;
    float: left;
    padding: 0 20px;
    border-right: none;
  }

  .userBarPop .userPopIcon {
    width: 20%;
    float: left;
    padding: 0px 0px;
  }

  .userBarPop .userPopIcon i {
    font-size: 80px;
    padding: 2px 0;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }

  .userBarPop .userPopBlurb {
    float: left;
    width: 100%;
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
  }

  .userBarPop .userPopSetting {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: none;
  }

  .userBarPop button.border_1 {
    float: left;
    width: 20%;
    min-width: 100px;
    margin-top: 10px !important;
    font-size: 0.9rem;
    padding: 0px 2px;
  }

  .userBarPop .confirmationButtonWrapper {
    margin-top: 20px;
  }

  .roWrapper .nine, .roWrapper .three {
    width: 100%;
    margin: 0px;
  }

  .roWrapper .nine .submitOrder {
    display: none;
  }
}
@media (max-width: 700px) {
  .candeeMenuItem .menuTitleText {
    display: none;
  }

  .userBarPop .userPopIcon {
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-left: 0px;
    background: none !important;
    border: none !important;
  }

  .userBarPop .userPopDesc {
    width: 100%;
    float: left;
    padding: 0 20px;
  }

  .userBarPop .userPopTitle {
    font-size: 0.9rem;
    float: left;
    width: auto;
    height: 30px;
    background: none;
    color: #222;
    text-align: left;
    border: none;
  }

  .candeeMenuItem .menuTitle {
    font-size: 1.5rem;
    padding: 15px 0 40px 0;
  }

  .userBarPop .userPopIcon i {
    font-size: 24px;
    height: 30px;
    float: left;
    width: 30px;
    margin-right: 10px;
    background: #444;
    font-size: 1.5rem;
    padding: 3px 0 0 0;
  }
}
@media (max-width: 550px) {
  .foFeeLineItemAmount.six, .foFeeLineItemTotal.six, .foFeeLineItemTax.six, .foAmt.six {
    width: 49% !important;
  }

  .roSummary .six {
    width: 49%;
  }

  .snippetsBlock {
    width: 33%;
    margin-bottom: 20px;
  }

  .use_mmFilters .filterSettingsButton {
    width: 45%;
  }

  .mainSearchbarWrapper {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .innerSearchWrap label {
    text-align: left;
    padding: 30px 0 10px;
  }

  .radInput {
    width: 45% !important;
    float: left;
  }

  .findButt {
    width: 45% !important;
    float: right;
    top: -47px;
  }

  .rentalTable .five.candee-columns, .candee .tabsWrapper {
    width: 100% !important;
    padding: 0px 10px;
  }

  .rentalTable .four {
    width: 100%;
    position: relative;
    right: 0;
    min-width: 120px;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #aaa;
    padding: 10px 10px;
  }

  .rentalTable .four img {
    height: 100px;
    width: auto;
    float: left;
  }

  .candee.unitPage .unitFeatureItemWrapper {
    display: block;
    float: left !important;
    text-align: left;
    width: 50% !important;
    border: none;
    padding: 0 !important;
    margin: 0px !important;
  }

  div#proImage {
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    width: 50%;
    text-align: center;
    border: none;
  }

  .candeeMenuItem i {
    font-size: 1.5rem;
    padding: 15px 0 0 0;
  }
}
@media (max-width: 360px) {
  .snippetsBlock {
    width: 50%;
    margin-bottom: 20px;
  }
}
.hideElement {
  opacity: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  width: 0.1px !important;
  height: 0.1px !important;
  overflow: hidden !important;
  border: none !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
  .paymentGrid .candee-columns {
    width: 100%;
    margin-left: 0;
  }
}
.accountLineItem {
  width: 100%;
  display: table;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.1);
}

.accountLineItem .accountItemTitle,
.accountLineItem .accountItemCost {
  display: table-cell;
}

.accountLineItem .accountItemTitle {
  width: 59%;
  padding-right: 1%;
}

.accountLineItem .accountItemCost {
  width: 40%;
  float: none;
  text-align: right;
}

.candee-flex {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 550px) {
  .candee-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.candee-flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payBillLineItems .candee-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.payBillLineItems .candee-flex span:first-of-type:not(.formatted_currency) {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 5px;
}
@media (max-width: 550px) {
  .payBillLineItems .candee-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.candee-passwordResetWrapper {
  max-width: 400px;
  min-height: 0;
}
.candee-passwordResetWrapper .mfp-close {
  right: 4%;
}
.candee-passwordResetWrapper form {
  margin-bottom: 0;
}
.candee-passwordResetWrapper h2 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.candee-passwordResetWrapper .showNewPwdWrapper {
  margin-top: 5px;
}
.candee-passwordResetWrapper #submitupdatePassword {
  line-height: 0;
  margin: 20px 0 10px 0;
}
.candee-passwordResetWrapper .yellowBTN {
  width: 100%;
}
.candee-passwordResetWrapper .error-message {
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 0;
  margin: 0;
}

.candee__multipageControls {
  margin-top: 1rem;
  width: 100%;
}
.candee__multipageControls .yellowBTN {
  vertical-align: middle;
}
.candee__multipageControls.candee-flex > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 550px) {
  .candee__multipageControls.candee-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.candee_pwa_cta {
  padding: 0 1rem;
  display: block;
  border-radius: 1%;
}
.candee_pwa_cta p {
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding-bottom: 1.3rem;
}
.candee_pwa_cta a.candeeAddToHome {
  background: white;
  color: #000;
  display: inline-block;
  margin-top: 0.9rem;
}

.candee-grey-box {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 1rem;
}

#location_theme_3 .candee-section, #location_theme_4 .candee-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#location_theme_3 .candee-section:first-of-type, #location_theme_4 .candee-section:first-of-type {
  margin-top: 0;
}
#location_theme_3 .candee-section.candee-section-units, #location_theme_4 .candee-section.candee-section-units {
  padding: 0;
}
#location_theme_3 .candee-section .social-links a.socialHeadIcon, #location_theme_4 .candee-section .social-links a.socialHeadIcon {
  margin-left: 0;
  margin-right: 15px;
  margin-top: 1rem;
  color: inherit;
}
#location_theme_3 .candee-section a.socialHeadIcon:first-of-type, #location_theme_4 .candee-section a.socialHeadIcon:first-of-type {
  margin-left: 0;
}
#location_theme_3 .candee-section .contact-info, #location_theme_4 .candee-section .contact-info {
  margin-left: 0;
  margin-bottom: 1rem;
}
#location_theme_3 .candee-section .contact-info address, #location_theme_4 .candee-section .contact-info address {
  font-style: normal;
}
#location_theme_3 .candee-section .contact-info h2, #location_theme_3 .candee-section .contact-info .h2, #location_theme_4 .candee-section .contact-info h2, #location_theme_4 .candee-section .contact-info .h2 {
  margin-bottom: 0;
}
#location_theme_3 .candee-section .contact-info h3, #location_theme_4 .candee-section .contact-info h3 {
  margin-bottom: 0.5rem;
  padding: 0;
}
#location_theme_3 .candee-section .contact-info p, #location_theme_4 .candee-section .contact-info p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#location_theme_3 .candee-section .content-hours li, #location_theme_4 .candee-section .content-hours li {
  margin: 0;
  list-style: none;
  line-height: inherit;
  font-size: 1rem;
}
#location_theme_3 .candee-section .content-hours li:last-of-type, #location_theme_4 .candee-section .content-hours li:last-of-type {
  border-bottom: none;
}
#location_theme_3 .candee-section .content-hours li:before, #location_theme_4 .candee-section .content-hours li:before {
  display: none;
}
#location_theme_3 .candee-section .content-hours h3, #location_theme_4 .candee-section .content-hours h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0;
}
#location_theme_3 .candee-section .content-hours h3:first-of-type, #location_theme_4 .candee-section .content-hours h3:first-of-type {
  margin-top: 0;
}
#location_theme_3.candee-section-contact .contact-container, #location_theme_4.candee-section-contact .contact-container {
  margin-bottom: 2rem;
}
@media (min-width: 550px) and (max-width: 800px) {
  #location_theme_3 .four.columns, #location_theme_3 .eight.columns, #location_theme_4 .four.columns, #location_theme_4 .eight.columns {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  #location_theme_3 .candee-contact-container.triple-column, #location_theme_4 .candee-contact-container.triple-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 800px) {
  #location_theme_3 .map-iframe iframe, #location_theme_4 .map-iframe iframe {
    min-height: 55vh;
  }
}

@media (max-width: 1024px) {
  .candee .showOnTablet {
    display: block !important;
    visibility: visible !important;
  }

  .candee .hideOnTablet {
    display: none !important;
    visibility: none !important;
  }
}
@media (max-width: 550px) {
  .candee .showOnMobile {
    display: block !important;
    visibility: visible !important;
  }

  .candee .hideOnMobile {
    display: none !important;
    visibility: none !important;
  }
}
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}
.easy-autocomplete input {
  color: inherit;
}

.easy-autocomplete-container ul {
  overflow-x: hidden;
  overflow-y: scroll;
}

.easy-autocomplete-container ul li {
  line-height: normal;
  padding: 0.9rem 12px;
}

.eac-description .eac-item span,
.easy-autocomplete-container span.address_desc {
  display: block;
  margin: 0.2rem 0;
  color: #888;
  font-size: 0.9em;
  font-style: italic;
}

.wpcf7 fieldset, input, select, textarea {
  margin-bottom: -1.3rem;
}
/*# sourceMappingURL=candee.css.map */