@charset "UTF-8";
/* CSS Document */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

html {
  box-sizing: border-box;
}

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

/* Variables */
/*! Typography */
body {
  font-size: 62.5% !important;
  font-family: "Open Sans", sans-serif;
  min-width: 1240px;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1.2;
}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 4.5em;
}

h3 {
  font-size: 4em;
}

h4 {
  font-size: 3.5em;
}

h5 {
  font-size: 3em;
}

h6 {
  font-size: 2.5em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 65%;
  color: #666;
}

p, li, dl, address {
  font-size: 1.2em;
  margin: 0 0 10px;
  line-height: 1.5;
}

p.lead {
  font-size: 2em;
}

address {
  font-style: normal;
}

a {
  color: #900;
}

a:hover {
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin: 0;
  padding: 0 0 0 15px;
}

ul ul, ol ol, ul ol, ol ul {
  padding: 15px 0 0 30px;
}

ol ol {
  list-style: lower-roman;
}

li li {
  font-size: 1em;
}

hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
  margin: 30px 0;
}

dl {
  margin: 0 0 15px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

dt, dd {
  line-height: 1.45;
}

.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.dl-horizontal dd:before {
  content: '';
  display: table;
}

blockquote {
  font-family: serif;
  margin: 0;
  padding: 15px 0;
}

blockquote > p {
  font-size: 3em;
  line-height: 1.2;
}

blockquote > p:before {
  content: open-quote;
}

blockquote > p:after {
  content: close-quote;
}

blockquote footer {
  font-family: sans-serif;
  font-size: 1.3em;
}

blockquote footer:before {
  content: '-';
  margin: 0 10px 0 0;
}

.quote-outdented {
  margin-left: -50px;
}

.quote-indented {
  padding-left: 20px;
  border-left: 5px solid #ccc;
}

.quote-pullout {
  width: 50%;
  margin: 0 20px 10px 0;
  float: left;
  font-style: italic;
  max-width: 400px;
  padding: 20px;
  background: #e6e6e6;
}

.quote-pullout > p {
  font-size: 2em;
}

@media only screen and (min-width: 480px) {
  .quote-pullout {
    width: 50%;
    margin: 0 20px 10px 0;
    float: left;
    font-style: italic;
    max-width: 400px;
    padding: 20px;
    background: #e6e6e6;
  }
  .quote-pullout > p {
    font-size: 3em;
  }
}

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

.quote-right.quote-pullout {
  float: right;
  margin: 0 0 10px 20px;
}

.quote-right.quote-indented {
  border-left: none;
  border-right: 5px solid #ccc;
  padding-right: 20px;
  padding-left: 0;
}

/*
    Flaticon icon font: Flaticon
    Creation date: 08/03/2016 11:30
    */
@font-face {
  font-family: "Flaticon";
  src: url("icon-fonts/Flaticon.eot");
  src: url("icon-fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("icon-fonts/Flaticon.woff") format("woff"), url("icon-fonts/Flaticon.ttf") format("truetype"), url("icon-fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("icon-fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

.glyph-icon:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-arrows:before {
  content: "\f100";
}

.flaticon-arrows-1:before {
  content: "\f101";
}

.flaticon-arrows-2:before {
  content: "\f102";
}

.flaticon-arrows-3:before {
  content: "\f103";
}

.flaticon-arrows-4:before {
  content: "\f104";
}

.flaticon-arrows-5:before {
  content: "\f105";
}

.flaticon-arrows-6:before {
  content: "\f106";
}

.flaticon-arrows-7:before {
  content: "\f107";
}

.flaticon-arrows-8:before {
  content: "\f108";
}

.flaticon-arrows-9:before {
  content: "\f109";
}

.flaticon-business:before {
  content: "\f10a";
}

.flaticon-computer:before {
  content: "\f10b";
}

.flaticon-cross:before {
  content: "\f10c";
}

.flaticon-dates:before {
  content: "\f10d";
}

.flaticon-delete:before {
  content: "\f10e";
}

.flaticon-edit:before {
  content: "\f10f";
}

.flaticon-food:before {
  content: "\f110";
}

.flaticon-interface:before {
  content: "\f111";
}

.flaticon-line:before {
  content: "\f112";
}

.flaticon-link:before {
  content: "\f113";
}

.flaticon-mark:before {
  content: "\f114";
}

.flaticon-photo:before {
  content: "\f115";
}

.flaticon-profile:before {
  content: "\f116";
}

.flaticon-search:before {
  content: "\f117";
}

.flaticon-tool:before {
  content: "\f118";
}

.flaticon-tool-1:before {
  content: "\f119";
}

.flaticon-tool-2:before {
  content: "\f11a";
}

.flaticon-two:before {
  content: "\f11b";
}

/*! Framework */
body {
  background: #ededed;
}

.main-content {
  position: absolute;
  padding: 50px 0 100px;
  left: 150px;
  right: 0;
  bottom: 0;
  top: 0;
}

.main-content--home {
  padding-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.panel {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*! Helpers */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

.clearfix:after,
.clear-both {
  clear: both;
}

.hide {
  display: none !important;
}

bold {
  font-weight: 700;
}

/*! Header */
.suite-header {
  height: 50px;
  background: #f96332;
  width: 100%;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 150px;
  z-index: 100;
}

.suite-header--with-languages {
  width: 150px;
}

.suite-title {
  font-size: 1.4em;
  margin: 0;
  line-height: 1;
  background: #dc582d;
  height: 100px;
}

.suite-title a {
  display: block;
}

.header-user-details {
  text-align: center;
  color: #fff;
  padding: 40px 0 20px;
}

.header-user-details p {
  margin: 0;
  line-height: 1;
}

.header-user-details .glyph-icon {
  vertical-align: middle;
  font-size: 400%;
  display: block;
  margin: 0 auto 10px;
}

.btn-header {
  background: #dc582d;
  padding: 10px 20px;
  font-size: .75em;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  text-align: center;
}

.header-user-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.header-user-details p {
  margin: 0 0 20px;
}

.user-details ul {
  margin: 0;
  list-style: none;
  padding: 0 10px;
}

.user-details ul li {
  font-size: 1.1em;
}

.user-details ul a {
  color: #fff;
  text-transform: uppercase;
  background: #dc582d;
  text-decoration: none;
  display: block;
  transition: background .25s ease-in;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.user-details ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.language-selector {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
}

.language-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-selector li {
  float: left;
  margin: 0 0 0 5px;
  padding: 8px 0;
}

.language-selector a {
  display: block;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 100px;
  text-align: center;
  border: 1px solid transparent;
  transition: border-color .25s ease-in;
}

.language-selector li.on a,
.language-selector a:hover {
  border-color: #fff;
}

/*! Footer */
.site-footer {
  padding: 90px 30px 30px;
  position: relative;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.site-footer-links li {
  font-size: 1.1em;
  margin: 0 0 5px;
}

.site-footer-links a {
  color: #333;
  text-decoration: none;
}

.site-footer-links a:hover {
  text-decoration: underline;
}

.powered-by-logo-holder,
.footer-council-logo-holder {
  position: absolute;
  top: 20px;
  display: table;
  width: 45%;
  height: 40px;
}

.powered-by-logo-holder {
  left: 30px;
}

.footer-council-logo-holder {
  right: 30px;
}

.powered-by-logo,
.footer-council-logo {
  display: table-cell;
  vertical-align: middle;
}

.footer-council-logo {
  text-align: right;
}

.powered-by-logo img,
.footer-council-logo img {
  width: auto;
  max-height: 40px;
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding: 90px 30px 20px;
  }
  .site-footer-links li {
    display: inline-block;
    margin: 0 0 10px -4px;
    width: 27%;
    vertical-align: top;
  }
  .site-footer-links li:nth-child(4n) {
    width: 19%;
  }
  .powered-by-logo-holder {
    left: 20px;
    width: auto;
  }
  .footer-council-logo-holder {
    right: 20px;
    width: auto;
  }
  .powered-by-logo-holder,
  .footer-council-logo-holder {
    height: 50px;
  }
  .powered-by-logo img,
  .footer-council-logo img {
    max-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer {
    padding: 30px 180px 30px 170px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer {
    padding: 30px 200px 30px 200px;
  }
}

/* No Council Logo */
.footer-no-council-logo .footer-council-logo-holder {
  display: none;
}

/* Council Logo Left */
.footer-council-logo-left .powered-by-logo-holder {
  left: auto;
  right: 20px;
}

.footer-council-logo-left .footer-council-logo-holder {
  right: auto;
  left: 20px;
}

.footer-council-logo-left .powered-by-logo {
  text-align: right;
}

.footer-council-logo-left .footer-council-logo {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .footer-council-logo-left .site-footer {
    padding: 30px 170px 30px 190px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-council-logo-left .site-footer {
    padding: 30px 200px 30px 220px;
  }
}

/*! General */
/*! Add Widget */
.add-a-widget-holder {
  width: 180px;
  background: #f6f6f6;
  padding: 83px 0 0;
  border-right: 1px solid #ccc;
  overflow: hidden;
}

.add-a-widget-track {
  position: absolute;
  left: -180px;
  top: -20px;
  width: 180px;
  background: #f6f6f6;
  padding: 0;
  bottom: 0;
  border-right: 1px solid #ccc;
}

.add-a-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  max-height: 325px;
}

.add-a-widget ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  font-size: 1.2em;
  line-height: 1.1;
}

.add-a-widget ul a, .add-a-widget ul button {
  color: #333;
  text-transform: uppercase;
  display: block;
  text-align: left;
  padding: 20px;
  text-decoration: none;
  transition: background .25s ease-in;
  border: 0;
  width: 100%;
}

.add-a-widget ul a:hover, .add-a-widget ul button:hover {
  background: #fff;
  color: #f96332;
}

.add-a-widget ul:hover {
  margin-right: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #f96332;
}

::-webkit-scrollbar-thumb:hover {
  background: #f95b28;
}

::-webkit-scrollbar-thumb:active {
  background: #f8541e;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.add-heading {
  font-size: 3em;
  display: block;
  padding: 20px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 83px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.add-a-widget--dev {
  background: #ddd;
  top: 530px;
  padding: 0;
}

.add-a-widget--dev .add-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}

.add-a-widget--dev ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.add-a-widget--dev ul a {
  background: #ccc;
}

.add-a-widget--dev ul a:hover {
  background: #ddd;
}

.relative {
  position: relative;
}

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

/*! Breadcrumbs */
.breadcrumbs {
  background-color: #f5f5f5;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px;
}

.breadcrumbs > li {
  display: inline-block;
  margin: 0;
}

.breadcrumbs > li + li::before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}

.breadcrumbs > .active {
  color: #333;
}

/*! Buttons */
.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 25px;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
  text-transform: uppercase;
  border: none;
  text-align: center;
  transition: background .25s ease-in, border-color .25s ease-in;
  position: relative;
  overflow: hidden;
}

.btn:focus {
  outline: 0;
}

.btn:disabled {
  opacity: .5;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary {
  color: #fff;
  background-color: #f96332;
  border-color: #ea0e37;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-secondary {
  color: #666;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #666;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-tertiary {
  color: #fff;
  background-color: #c30;
  border-color: #c30;
}

.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover {
  color: #fff;
  background-color: #992600;
  border-color: #992600;
}

.btn--lg {
  font-size: 100%;
  padding: 10px 35px;
}

.btn--sm {
  padding: 6px 14px;
  position: relative;
  top: -1px;
}

.btn-outline {
  color: #f96332;
  border: 1px solid transparent;
  background: none;
}

.on .btn-outline {
  color: #f96332;
  border-color: #f96332;
  padding: 8px 15px;
}

.btn--add {
  border-radius: 0 3px 3px 0;
  margin: -2px 0 0 -7px;
  height: 31px;
  padding: 9px 15px 0;
}

/*[required] { color: red; box-shadow: none; }*/
.btn--anim {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  display: block;
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
  -webkit-animation: a-ripple .4s ease-in;
  animation: a-ripple .4s ease-in;
}

.btn-plain {
  padding: 0;
  border: none;
  background: none;
}

.btn-plain:hover {
  color: #f96332;
}

.btn-outline {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn-outline:hover {
  color: #FFF;
  border: 1px solid #333;
  background-color: #333;
}

.btn-input-inline {
  height: 31px;
  line-height: 31px;
  padding: 0 15px;
  border-radius: 0 5px 5px 0;
  margin: -2px 0 0 -15px;
}

.btn-input-inline:disabled {
  opacity: 1;
  background: #ccc;
  color: #999;
}

@-webkit-keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

.btn-center {
  width: auto;
  display: inline-block;
  margin: 20px auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*! Dashboard */
.dashboard-banner {
  height: 280px;
  background: url(../../../SwimWales/Website/img/dashboard-banner.jpg) center center;
  background-size: cover;
  background-position: center top;
  margin: 0;
}

.dashboard-holder {
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0;
}

.dashboard-minor-links {
  background: #f96332;
  padding: 11px 20px;
}

.dashboard-minor-links ul {
  margin: 0;
  text-align: right;
  padding: 0;
}

.dashboard-minor-links li {
  display: inline-block;
  margin: 0 0 0 15px;
  border-left: 1px solid #fff;
  padding-left: 15px;
  line-height: 1;
}

.dashboard-minor-links li:first-child {
  border-left: none;
}

.dashboard-minor-links a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.dashboard-header {
  background: #fff;
  padding: 20px 0 30px;
}

.dashboard-heading {
  font-size: 3.6em;
  color: #666;
  margin: 0 284px 10px;
  padding: 40px 0 0;
  line-height: 1.1;
  font-weight: 400;
}

.dashboard-subheading {
  color: #f96332;
  font-size: 1.8em;
  max-width: 700px;
  margin: 0 auto 20px;
}

.dashboard-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
  justify-content: left;
  flex-flow: wrap;
  border-top: 1px solid #ededed;
}

.dashboard-links li {
  width: 20%;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: table;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
}

.dashboard-links a {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  padding: 0 0 70px;
  color: #f96332;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.dashboard-links a svg {
  width: 40px;
  height: 40px;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.dashboard-links a svg path {
  fill: #666;
}

.dashboard-links a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.02);
  transition: width .5s ease;
}

.dashboard-links a:hover::before {
  width: 100%;
}

.cms-icon {
  padding: 70px 0 10px;
  background: #fff;
}

@-webkit-keyframes fadeAndMove {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeAndMove {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.dashboard-links li:nth-child(1) {
  -webkit-animation: fadeAndMove .3s ease .05s;
  animation: fadeAndMove .3s ease .05s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(2) {
  -webkit-animation: fadeAndMove .3s ease .1s;
  animation: fadeAndMove .3s ease .1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(3) {
  -webkit-animation: fadeAndMove .3s ease .15s;
  animation: fadeAndMove .3s ease .15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(4) {
  -webkit-animation: fadeAndMove .3s ease .2s;
  animation: fadeAndMove .3s ease .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(5) {
  -webkit-animation: fadeAndMove .3s ease .25s;
  animation: fadeAndMove .3s ease .25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(6) {
  -webkit-animation: fadeAndMove .3s ease .3s;
  animation: fadeAndMove .3s ease .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(7) {
  -webkit-animation: fadeAndMove .3s ease .35s;
  animation: fadeAndMove .3s ease .35s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(8) {
  -webkit-animation: fadeAndMove .3s ease .4s;
  animation: fadeAndMove .3s ease .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(9) {
  -webkit-animation: fadeAndMove .3s ease .45s;
  animation: fadeAndMove .3s ease .45s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(10) {
  -webkit-animation: fadeAndMove .3s ease .5s;
  animation: fadeAndMove .3s ease .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(11) {
  -webkit-animation: fadeAndMove .3s ease .55s;
  animation: fadeAndMove .3s ease .55s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(12) {
  -webkit-animation: fadeAndMove .3s ease .6s;
  animation: fadeAndMove .3s ease .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(13) {
  -webkit-animation: fadeAndMove .3s ease .65s;
  animation: fadeAndMove .3s ease .65s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(14) {
  -webkit-animation: fadeAndMove .3s ease .7s;
  animation: fadeAndMove .3s ease .7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(15) {
  -webkit-animation: fadeAndMove .3s ease .75s;
  animation: fadeAndMove .3s ease .75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(16) {
  -webkit-animation: fadeAndMove .3s ease .8s;
  animation: fadeAndMove .3s ease .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(17) {
  -webkit-animation: fadeAndMove .3s ease .85s;
  animation: fadeAndMove .3s ease .85s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(18) {
  -webkit-animation: fadeAndMove .3s ease .9s;
  animation: fadeAndMove .3s ease .9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(19) {
  -webkit-animation: fadeAndMove .3s ease .95s;
  animation: fadeAndMove .3s ease .95s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(20) {
  -webkit-animation: fadeAndMove .3s ease 1s;
  animation: fadeAndMove .3s ease 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dashboard-banner {
  -webkit-animation: bannerMove 25s linear 0s infinite alternate;
  animation: bannerMove 25s linear 0s infinite alternate;
  background-position: top center;
}

@-webkit-keyframes bannerMove {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 120% auto;
  }
}

@keyframes bannerMove {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 120% auto;
  }
}

/*! Feedback */
.feedback-message--blind {
  position: fixed;
  top: 25px;
  left: 50%;
  height: 80px;
  text-align: center;
  z-index: 10000;
  transition: top .8s ease-in, opacity .5s ease-in;
  opacity: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px;
  width: 600px;
  border-radius: 4px;
  margin: 0 0 0 -300px;
}

.feedback-message--blind.positive {
  background: #5cb860;
  box-shadow: 0 12px 20px -10px rgba(92, 198, 96, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(92, 198, 96, 0.2);
}

.feedback-message--blind.negative {
  background: #da3124;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.feedback-message--blind.info {
  background: #f90;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
  z-index: 1001;
}

.feedback-message--blind.hide-feedback {
  top: -80px;
  opacity: 0;
}

.feedback-message--blind.positive p {
  color: #fff;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
}

.feedback-message--blind.negative p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
}

.feedback-message--blind .close-feedback {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -25px 0 0;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1.2em;
}

.feedback-message {
  padding: 30px;
  border-radius: 4px;
  background: #da3124;
  margin: 0 auto 20px;
  max-width: 800px;
  color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.feedback-message .close-feedback {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -25px 0 0;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1.2em;
}

.feedback-message p:last-of-type {
  margin: 0;
}

.filter-panel {
  background: #f5f5f5;
  margin: -30px auto 30px;
  padding: 12px 0;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.filter-panel form {
  text-align: left;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.toggle-list-thumb-view {
  position: absolute;
  display: block;
  list-style: none;
  padding: 0;
  right: 50%;
  top: 50%;
  height: 40px;
  border: 1px solid #ededed;
  -webkit-transform: translate(490px, -52%);
  transform: translate(490px, -52%);
  border-radius: 25px;
  overflow: hidden;
}

.toggle-list-thumb-view li {
  display: block;
  border-left: 1px solid #ededed;
  height: 100%;
  float: left;
}

.toggle-list-thumb-view svg {
  width: 16px;
  height: 16px;
}

.toggle-list-thumb-view svg path {
  fill: #666;
}

.toggle-list-thumb-view li:first-child {
  border-left: none;
}

.toggle-list-thumb-view li:first-child svg {
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.toggle-list-thumb-view a {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 50px;
  background: #fff;
  transition: background .25s ease;
}

.toggle-list-thumb-view a:hover {
  background: #f6f6f6;
}

.toggle-list-thumb-view .on path {
  fill: #f96332;
}

.toggle-tags-filter {
  text-transform: uppercase;
  background: #ededed;
  color: #333 !important;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 15px;
  display: inline-block !important;
  cursor: pointer;
  border: 1px solid #ccc;
  position: relative;
  z-index: 20;
  font-size: 1.1em !important;
}

.toggle-tags-filter span {
  font-size: 6px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.toggle-tags-filter.active span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-tags {
  margin: 15px 0 -20px;
  padding: 0;
  text-align: center;
  position: relative;
}

.filter-tags:before {
  border-top: 1px solid #ddd;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 21px;
  right: 0;
}

.filter-tags button {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px 27px 5px 10px;
  margin: 0 3px 5px;
  position: relative;
  font-size: 1.1em;
}

.filter-tag-categories {
  display: inline-block;
  padding: 15px 10px;
  vertical-align: top;
  position: relative;
  margin-left: -1ch;
}

.filter-tag-categories:not(:first-of-type)::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #ddd;
}

.filter-tag-categories h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.filter-available-tags {
  padding: 0;
}

.filter-available-tags h2 {
  margin-bottom: 15px !important;
}

.current-filter-tags {
  padding: 0 5px 15px;
}

.current-filter-tags h2 {
  margin-bottom: 15px !important;
}

/*
.current-filter-tags { padding: 0 0 10px; position: fixed; width: 980px; left: 50%; top: 20px; box-shadow: 0 0 20px rgba(0,0,0,.5); transform: translateX(-50%); background: #fff; margin-left: 75px; border-radius: 10px;
    h2 { margin-bottom: 15px !important; }
}*/
.filter-remove-tag span {
  font-size: 6px;
  margin-left: 10px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.form-inline .tags-filter {
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin-top: -8px;
}

.form-inline .tags-filter h2 {
  padding: 3px 10px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  margin: 0;
  border-top: 1px solid #e6e6e6;
  background: #f6f6f6;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #333;
}

.filter-scrollable-area {
  white-space: nowrap;
  overflow-x: auto;
  padding: 0 20px 10px;
}

.filter-scrollable-area--categories {
  padding-bottom: 0;
}

.form-inline .tags-filter {
  margin-top: 0;
}

.tags-filter {
  position: fixed;
  right: 0;
  top: -280px;
  left: 150px;
  height: 280px;
  background: #fff;
  z-index: 19;
  transition: top .25s ease;
}

.current-filter-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 103px;
  background: #f6f6f6;
}

.tags-filter.show {
  top: 0;
}

.no-tag-filter {
  color: #666;
  font-style: italic;
}

.filter-tags .filter-tag-categories button {
  outline: none;
}

.filter-tags .filter-tag-categories button.active {
  border-color: #ccc;
  background: #ededed;
}

.filter-tags .filter-tag-categories button.active .more-tag {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/*! Forms */
.main-form {
  position: relative;
  min-height: 100%;
}

.main-form--with-page-builder {
  margin-left: 180px;
}

.form-panel {
  background: #fff;
  width: 800px;
  margin: 0 0 20px 20px;
  position: relative;
  min-height: 150px;
}

.form-panel.form-panel--no-min-height {
  min-height: 0;
}

.form-panel:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
}

.seo-form .form-panel {
  margin: 0 auto 20px;
  max-width: 800px;
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .form-panel {
    margin: 0 auto 20px;
  }
}

.dm-panel {
  border: 1px solid #dc582d;
}

.panel-controls {
  position: absolute;
  width: 70px;
  right: -70px;
  top: 0;
  list-style: none;
}

.panel-controls li {
  font-size: 2.5em;
  margin: 0 0 20px;
}

.panel-controls a {
  text-decoration: none;
  color: #999;
  padding: 10px;
}

.in-panel-controls {
  position: absolute;
  right: 20px;
  top: 0;
  list-style: none;
}

.in-panel-controls li {
  font-size: 1.6em;
  margin: 0 0 20px;
  display: inline-block;
}

.in-panel-controls a, .in-panel-controls button {
  text-decoration: none;
  color: #999;
  padding: 0 10px;
  border: none;
  background: none;
  height: 34px;
  line-height: 34px;
}

.panel-select-number {
  padding: 11px 15px;
  list-style: none;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

.panel-select-number li {
  margin: 0 5px;
  display: inline-block;
}

.action-buttons {
  max-width: 800px;
  margin: 0 0 0 20px;
  padding: 0 0 50px;
  position: relative;
}

.action-buttons.large {
  max-width: 980px;
  margin: 0 auto 20px;
  padding: 0 0 50px;
}

.action-buttons .btn-primary {
  float: right;
}

.action-buttons .btn-secondary {
  margin-right: 20px;
}

.action-buttons .btn-secondary .glyph-icon {
  margin-right: 10px;
}

.panel .action-buttons {
  padding: 20px;
  margin: 0;
  max-width: none;
}

.action-buttons.edit-mode {
  position: fixed;
  bottom: -200px;
  left: 150px;
  right: 0;
  max-width: none;
  background: #fff;
  padding: 33px 20px 30px;
  z-index: 30;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-animation: inFromBottom 1s ease .25s;
  animation: inFromBottom 1s ease .25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-radius: 0 0 5px 5px;
}

.action-buttons.edit-mode p {
  margin: 0;
}

.action-buttons.edit-mode::after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #ccc;
  border-radius: 0;
}

.action-buttons.edit-mode--with-page-builder {
  left: 330px;
}

.action-buttons.lister-mode {
  position: fixed;
  bottom: -200px;
  width: 980px;
  left: 50%;
  right: 0;
  max-width: none;
  background: #fff;
  padding: 20px;
  z-index: 30;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 75px;
}

.action-buttons.lister-mode p {
  margin: 0;
}

.action-buttons.save-mode {
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  height: 73px;
  margin: 0 auto 20px;
}

.action-buttons-reason {
  color: #f96332;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}

@media screen and (min-width: 1300px) {
  .action-buttons {
    margin: 0 auto;
  }
}

.list-order-changed .action-buttons.lister-mode {
  -webkit-animation: inFromBottom 1s ease .25s;
  animation: inFromBottom 1s ease .25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fixed-centre-content {
  max-width: 800px;
  margin: 0 auto;
}

.has-fixed-footer {
  padding-bottom: 103px;
}

.created-by-info {
  text-align: center;
  margin: 0;
  color: #999;
  display: table;
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1em;
}

.created-divider {
  margin: 0 10px;
}

@-webkit-keyframes inFromBottom {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}

@keyframes inFromBottom {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}

label {
  display: block;
  margin: 0 0 3px;
  color: #666;
}

.lg-input {
  font-size: 2em;
}

.sm-input {
  font-size: 0.5em;
}

/*--
FORM INLINE
--*/
.form-inline h2 {
  display: inline;
  font-size: 1.2em;
  color: #f96332;
  margin: 0 20px 0 0;
}

.form-inline p {
  display: inline-block;
  margin: 0 10px 0 0;
}

.form-inline label {
  display: inline-block;
  padding: 0 3px 0 0;
}

.form-inline input {
  width: auto !important;
}

/*--
FORM HORIZONTAL
--*/
.form-horizontal label {
  display: inline-block;
  width: 200px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-left: 204px;
}

/*--
FORM STACKED
--*/
.form-stacked label {
  display: block;
}

.form-stacked input[type="text"],
.form-stacked input[type="password"] {
  width: 100%;
}

/*--
FIELDSET
--*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.title-legend {
  font-size: 1.2em;
  color: #f96332;
  padding: 40px 25px 30px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1;
  position: relative;
}

.title-legend:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, #f96332 0%, #cc0066 100%);
  opacity: .4;
}

.title-legend.archived:after {
  background: linear-gradient(to right, #c2c2a3 0%, #996 100%);
  opacity: .8;
}

.title-legend.pending:after {
  background: linear-gradient(to right, #f90 0%, #995c00 100%);
  opacity: .8;
}

.title-legend.live:after, .title-legend.published:after {
  background: linear-gradient(to right, #696 0%, #293d29 100%);
  opacity: .8;
}

.page-slug {
  color: #666;
  padding: 10px 0 0;
  display: block;
  line-height: 1.1;
}

.page-slug i {
  text-transform: lowercase;
  font-style: normal;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  border-left: 1px solid #ccc;
}

.title-legend--no-border {
  border: none;
}

.dm-panel .title-legend {
  background: #dc582d;
  color: #fff;
}

.colon.hide {
  display: none;
}

.title-legend-with-margin {
  margin-bottom: 15px;
}

.panel-entered-title {
  color: #666;
  text-transform: none;
  margin-left: 0px;
}

.panel-entered-title.no-margin {
  margin-left: 0;
}

fieldset + fieldset .title-legend {
  display: none;
}

.title-legend + p {
  padding-top: 15px;
}

s .fieldset-secondary-title {
  background: #f5f5f5;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #666;
  border-bottom: 1px solid #ededed;
  text-align: center;
}

/*--
INPUT DEFAULTS
--*/
input, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  height: 100px;
  resize: vertical;
}

.panel-rich-text textarea {
  height: 500px;
  width: 100%;
  display: none;
}

.standard-form-input--textarea-short textarea {
  height: 50px;
}

.standard-form-input--textarea-long textarea {
  height: 200px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="datetime"],
input[type="number"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 8px;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="datetime"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #999;
}

select {
  padding-right: 40px;
  position: relative;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper::after {
  content: '\f100';
  position: absolute;
  right: 10px;
  top: 0;
  font-family: Flaticon;
  display: block;
  pointer-events: none;
  color: #666;
  font-size: 60%;
  height: 32px;
  line-height: 32px;
}

input + label {
  display: inline-block;
}

.date-time-input .select-wrapper {
  /*margin: 0 15px 0 0;*/
}

.date-time-input .select-wrapper.hour {
  margin: 0 0 0 25px;
}

.date-time-input.force-select-width .select-wrapper select {
  width: 80px;
}

/*--
HELP MESSAGING
--*/
.help-block,
.characters-block,
.help-inline {
  color: #999;
}

.help-block {
  display: block;
  padding: 7px 0 0;
}

.help-block:before {
  content: 'NOTE';
  display: inline-block;
  padding: 2px 5px;
  font-size: 80%;
  background: #999;
  color: #fff;
  margin: 0 5px 0 0;
  border-radius: 3px;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgab(0, 0, 0, 0.6);
  border: 1px solid #777;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.characters-block {
  display: block;
  padding: 3px 0 0;
}

.help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}

.standard-form-input .inline-input + .characters-block {
  padding-left: 379px;
}

.file-upload-holder .inline-input + .characters-block {
  padding-left: 379px;
}

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

/*--
CHECKBOXES
--*/
.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 18px;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  font-family: Flaticon;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  text-align: center;
  font-size: 70%;
  color: #fff;
  background: #f96332;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  transition: all .2s;
  height: 18px;
  line-height: 18px;
}

.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox [type="checkbox"]:checked:focus + label:before,
.checkbox [type="checkbox"]:not(:checked):focus + label:before {
  outline: none;
}

.checkbox-alternative [type="checkbox"] + label {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 13px;
  vertical-align: middle;
  transition: border-color .25s ease-in, color .25s ease-in;
  text-transform: uppercase;
}

.checkbox-alternative [type="checkbox"]:not(:checked),
.checkbox-alternative [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox-alternative [type="checkbox"]:checked + label {
  border-color: #999;
}

.standalone-checkbox {
  padding-left: 25%;
  margin-left: 10px;
}

/*--
RADIO BUTTONS
--*/
.radio [type="radio"] + label {
  display: inline-block;
}

.radio [type="radio"]:not(:checked),
.radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio [type="radio"]:not(:checked) + label,
.radio [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
}

.radio [type="radio"]:not(:checked) + label:before,
.radio [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.radio [type="radio"]:checked + label:before {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.radio [type="radio"]:not(:checked) + label:after,
.radio [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 7px;
  text-align: center;
  transition: all .2s;
  background: #f96332;
  display: block;
}

.radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio [type="radio"]:checked:focus + label:before,
.radio [type="radio"]:not(:checked):focus + label:before {
  outline: none;
}

.radio-alternative [type="radio"] + label {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 13px;
  vertical-align: middle;
  transition: border-color .25s ease-in, color .25s ease-in;
  text-transform: uppercase;
}

.radio-alternative [type="radio"]:not(:checked),
.radio-alternative [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-alternative [type="radio"]:checked + label {
  border-color: #999;
}

.input-group--faux-tab-radios {
  padding: 0 !important;
  margin: 0;
  border-top: 1px solid #ededed;
}

.radio-faux-tab {
  float: left;
  width: 33.33%;
  margin: 0;
  position: relative;
}

.radio-faux-tab input {
  position: absolute;
  left: -9999em;
}

.radio-faux-tab input + label {
  display: block;
  padding: 20px;
  border-left: 1px solid #ededed;
  cursor: pointer;
  margin: 0;
  background: #f6f6f6;
  border-bottom: 1px solid #ededed;
}

.radio-faux-tab:first-child input + label {
  border-left: none;
}

.radio-faux-tab input:checked + label {
  background: #fff;
  border-bottom: #fff;
}

.radio-faux-tab::after {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.image-full::after {
  content: "\f114";
  color: #5cb860;
  font-size: 70%;
}

.image-empty::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 5px;
  height: 1px;
  background: #da3124;
}

.image-empty::after {
  content: "\f10e";
  color: #da3124;
  font-size: 70%;
}

.image-url-options {
  padding-bottom: 5px;
}

.radio-inline p,
.checkbox-inline p {
  display: inline-block;
  margin-right: 10px;
}

.dm-panel .radio-alternative [type="radio"] + label,
.dm-panel .checkbox-alternative [type="checkbox"] + label {
  border-radius: 5px;
}

.dm-panel .checkbox-alternative [type="checkbox"]:checked + label,
.dm-panel .radio-alternative [type="radio"]:checked + label {
  border-color: #dc582d;
  color: #dc582d;
}

/*--
STANDARD FORM SIZES
--*/
.standard-form-indented {
  padding-left: calc(25% + 10px);
}

.standard-form-input {
  padding: 0 15px 0;
  margin: 0 0 15px;
}

.standard-form-input label {
  display: inline-block;
  width: 25%;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
}

.standard-form-input .help-block,
.standard-form-input .characters-block {
  margin-left: 25%;
  padding-left: 4px;
}

.standard-form-input input[type="text"],
.standard-form-input input[type="email"],
.standard-form-input input[type="password"],
.standard-form-input input[type="date"],
.standard-form-input input[type="tel"],
.standard-form-input input[type="url"],
.standard-form-input input[type="number"],
.standard-form-input input[type="datetime"] {
  width: 36%;
}

.standard-form-input textarea {
  width: 73%;
}

.standard-form-input .inline-input,
.standard-form-input .inline-checkbox {
  margin-left: 10px;
}

.standard-form-input .inline-checkbox label {
  width: auto;
  text-align: left;
}

.standard-form-input .inline-input label {
  width: auto;
}

.standard-form-input .inline-input input {
  width: 150px;
}

.standard-form-input.large input[type="text"],
.standard-form-input.large input[type="email"],
.standard-form-input.large input[type="password"],
.standard-form-input.large input[type="date"],
.standard-form-input.large input[type="tel"],
.standard-form-input.large input[type="url"],
.standard-form-input.large input[type="number"],
.standard-form-input.large input[type="datetime"] {
  width: 73%;
}

.standard-form-input.large textarea {
  width: 73%;
}

.file-upload-holder .help-block {
  margin-left: 25%;
  padding-left: 10px;
}

.current-doc {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ededed;
  background: #ededed;
  border-radius: 5px;
}

.price-input, input[type="text"].price-input {
  width: 100px !important;
  background: #fff url(../img/pound.png) no-repeat 8px center;
  padding-left: 17px;
}

.number-input {
  width: 80px !important;
}

.postcode-input {
  width: 80px !important;
}

.lat-long-input {
  width: 130px !important;
}

.date-input {
  width: 120px !important;
}

.time-input {
  width: 60px !important;
}

.short-input {
  width: 180px !important;
}

.button-text-input {
  max-width: 160px;
}

.faux-label {
  display: inline-block;
  width: calc(25% - 5px);
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0 0 0 10px;
  color: #666;
}

.status-input {
  text-align: center;
  padding: 0 0 10px;
}

.venues-facilities-input {
  text-align: center;
  padding: 0 0 10px;
}

.venues-opening-time-input {
  text-align: center;
  padding: 0 0 10px;
}

/*--
FULL WIDTH FORM SIZES
--*/
.full-width-form-input {
  padding: 0 15px 0;
  margin: 0 0 15px;
}

.full-width-form-input label {
  display: inline-block;
  width: 25%;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
}

.full-width-form-input .help-block,
.full-width-form-input .characters-block {
  margin-left: 25%;
  padding-left: 4px;
}

.full-width-form-input input[type="text"],
.full-width-form-input input[type="email"],
.full-width-form-input input[type="password"],
.full-width-form-input input[type="date"],
.full-width-form-input input[type="tel"],
.full-width-form-input input[type="url"],
.full-width-form-input input[type="datetime"],
.full-width-form-input textarea {
  width: 73%;
}

/*--
REPLACE FILE INPUT WITH STYLED
--*/
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input-label {
  cursor: pointer;
  padding: 10px 15px 10px 35px;
  margin: 0 15px 0 0;
  position: relative;
  border: 1px solid #f96332;
  border-radius: 5px;
  color: #f96332;
  max-width: 33%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.file-input-label * {
  pointer-events: none;
}

.file-input-label .glyph-icon {
  font-size: 150%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}

.file-input-label.btn {
  border-radius: 25px;
  max-width: none;
  color: #fff;
  padding: 10px 15px;
}

.file-upload-holder {
  margin: 0 0 15px;
}

.file-upload-holder * {
  vertical-align: middle;
}

.file-upload-holder .inline-input label {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}

.file-upload-holder .inline-input input {
  width: 150px;
}

/*--
BORDER ON FORM PARAGRAPHS
--*/
.form-input-border-b {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.standard-form-input--textarea label {
  vertical-align: top;
}

/*--
TRIGGER TO REVEAL MORE
--*/
.checkbox-trigger {
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 15px 15px 5px 15px;
  line-height: 20px;
}

/*--
INPUT GROUPS
--*/
.input-group {
  padding-left: 15px;
  padding-right: 15px;
}

.input-group legend {
  font-size: 1.2em;
  display: inline-block;
  width: 25%;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
  float: left;
  color: #666;
}

.input-group--alternative-radios legend,
.input-group--alternative-checkboxes legend {
  height: 26px;
  line-height: 26px;
}

.input-group {
  margin: 0 0 10px;
}

.input-group .radio,
.input-group .radio-alternative,
.input-group .checkbox,
.input-group .checkbox-alternative {
  display: inline-block;
  margin: 0 15px 10px 5px;
}

.input-group--alternative-radios .radio,
.input-group--alternative-radios .radio-alternative,
.input-group--alternative-checkboxes .checkbox,
.input-group--alternative-checkboxes .checkbox-alternative {
  margin-right: 5px;
}

.input-group--equally-spaced p {
  width: 20%;
}

.input-group--alternative-checkboxes,
.input-group--alternative-radios {
  margin: 0 0 5px;
}

.input-group--alternative-checkboxes + .input-group--alternative-radios,
.input-group--alternative-checkboxes + .input-group--alternative-checkboxes,
.input-group--alternative-radios + .input-group--alternative-radios,
.input-group--alternative-radios + .input-group--alternative-checkboxes {
  padding-top: 15px;
}

.input-group--list .checkbox {
  display: block;
  margin-left: 25%;
}

legend + .input-group {
  padding-top: 15px;
}

.external-link-group {
  margin: 0 0 15px;
  border-bottom: 1px solid #ededed;
}

.input-group-big-decision {
  text-align: center;
  position: relative;
}

.input-group-big-decision legend {
  width: 100%;
}

.input-group-big-decision legend span {
  font-size: 1.2em;
  display: block;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 0 10px;
  color: #666;
  border-top: 1px solid #ededed;
}

.input-group-big-decision p {
  display: inline-block;
  padding: 10px;
}

.input-group-big-decision + div .image-upload {
  margin-top: 0;
}

.input-group-big-decision:after {
  position: absolute;
  left: 30%;
  right: 30%;
}

/*--
CENTRE ALIGN AN ACTION BUTTON
--*/
.centre-actions {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}

.centre-actions li {
  display: inline-block;
  margin: 0 5px;
}

.centre-actions .btn {
  width: 165px;
}

.in-page-action {
  text-align: center;
  padding: 20px 0;
}

/*--
TOP RIGHT BUTTON
--*/
.btn--manage {
  position: absolute;
  right: 20px;
  top: 36px;
  font-size: 1.2em;
  color: #999;
  text-decoration: none;
}

.btn--manage span {
  margin: 0 5px 0 0;
}

/*--
TOP RIGHT BUTTON
--*/
.empty--text-message {
  text-align: center;
  background: #f5f5f5;
  padding: 40px 40px 30px;
}

/*--
IMAGE UPLOADS
--*/
.image-upload {
  position: relative;
  border: 1px solid #ededed;
  margin: 10px 10px 20px;
  background: linear-gradient(to left, #333, #666);
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #f6f6f6 5px, #f6f6f6 7px);
}

.trigger-reveal .image-upload {
  border-top: 1px solid #ededed;
}

.image-upload-full .image-upload {
  display: inline-block;
}

.image-upload.dark {
  background: #111;
}

.image-upload.light {
  background: #f6f6f6;
}

.image-upload-empty {
  text-align: center;
  padding: 60px 0 80px;
}

.image-upload-empty .image-upload-dimensions {
  margin: 0 auto;
}

.image-upload-dimensions {
  width: 100px;
  text-align: center;
  color: #666;
  padding: 10px 0;
}

.image-upload-dimensions p {
  margin: 0;
}

.image-upload-dimensions .glyph-icon {
  font-size: 260%;
}

.image-upload-full .image-upload-dimensions {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #666;
}

.image-uploads-holder {
  min-height: 100px;
  position: relative;
  padding: 20px;
  border-top: 1px solid #ededed;
}

.image-upload-full {
  text-align: center;
  padding: 20px;
}

.image-upload-full .js-reusable-image-preview {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.uploaded-image {
  display: table;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  min-height: 200px;
}

.uploaded-image img {
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.uploaded-image-change {
  width: 100px;
  text-align: center;
  color: #666;
  padding: 13px 0 11px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 90px;
  height: 74px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.uploaded-image-change p {
  margin: 0;
  line-height: 1.1;
}

.uploaded-image-change .glyph-icon {
  font-size: 120%;
  margin: 0 0 6px;
  display: inline-block;
}

.uploaded-image-alt-tag-holder {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 260px;
  margin: 0 0 0 -130px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.uploaded-image-alt-tag-holder label {
  display: inline-block;
  width: 50px;
  padding: 0 0 0 10px;
}

input[type="text"].uploaded-image-alt-tag {
  width: 200px;
  border: none;
}

.optional-inputs,
.trigger-reveal {
  display: none;
}

.uploaded-image-change-panel-colour {
  position: absolute;
  top: 10px;
  right: 10px;
}

.uploaded-image-change-panel-colour ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uploaded-image-change-panel-colour li {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 2px solid #f6f6f6;
  cursor: pointer;
}

.uploaded-image-change-panel-colour li.on {
  border-color: #f96332;
}

.uploaded-image-change-panel-colour .dark {
  background: #111;
}

.uploaded-image-change-panel-colour .light {
  background: #fff;
}

.uploaded-image {
  max-height: 450px;
}

/*--
WYSIWYG
--*/
/*--
MAP
--*/
.form-map {
  height: 400px;
  margin: 0 0 15px;
}

.form-map.large {
  height: 800px;
  margin: 0;
}

/*--
FAQs
--*/
.form-faq-header {
  background: #f5f5f5;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px;
  margin: 0 0 15px;
  position: relative;
}

.form-faq-header h2 {
  font-size: 1.2em;
  text-align: center;
  margin: 0;
}

/*--
TWISTER HEADINGS
--*/
.twister-heading {
  font-size: 1.2em;
  padding: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0 20px 15px;
  cursor: pointer;
  background: #f5f5f5;
}

.twister-heading:hover {
  color: #333;
}

.twister-heading:before {
  content: '\f102';
  margin: 0 10px 0 0;
  font-family: Flaticon;
  font-size: 75%;
}

.twister-heading.active:before {
  content: '\f106';
}

.js-twister-content {
  display: none;
}

.file-input-label.btn {
  margin-left: 20px;
}

/*cropper file errors*/
.cropper-file-errors {
  color: #999;
  font-size: 1.2em;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  border-radius: 4px;
}

.cropper-file-errors {
  height: 60px;
  line-height: 60px;
  opacity: 0;
  margin: 0;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.cropper-file-errors.red {
  color: #fff;
  display: block;
  background: #da3124;
  opacity: 1;
}

.cropper-file-errors.spinner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  z-index: 1000;
  display: none;
}

.cropper-file-errors.spinner {
  display: block;
}

.panel-rich-text .cropper-file-errors.spinner {
  display: none;
}

.cropper-file-errors.spinner:after {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #fdd4c7;
  border-right: 3px solid #fcae95;
  border-bottom: 3px solid #fa8964;
  border-left: 3px solid #f96332;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 .5s infinite linear;
  animation: load8 .5s infinite linear;
  content: '';
  display: block;
}

.cropper-file-errors.spinner:before {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #fdd4c7;
  border-right: 3px solid #fcae95;
  border-bottom: 3px solid #fa8964;
  border-left: 3px solid #f96332;
  content: '';
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: load8 .5s infinite linear;
  animation: load8 .5s infinite linear;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.cropper-file-errors.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5, 1.5);
    transform: rotate(180deg) scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5, 1.5);
    transform: rotate(180deg) scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1);
  }
}

.cropper-file-errors-snippet-container {
  position: absolute;
  bottom: 5px;
  right: 150px;
  width: 40px;
  height: 40px;
  margin: 0;
}

.panel-rich-text .cropper-file-errors.spinner {
  bottom: 25px;
}

.save-button-overlay {
  position: fixed;
  z-index: +10000;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity .5s ease;
  pointer-events: none;
}

.save-button-overlay.show {
  opacity: 1;
}

.save-button-overlay .cropper-file-errors.spinner {
  margin: 0 0 -20px -20px;
  left: 50%;
  bottom: 50%;
}

/*additional styles*/
fieldset.no-legend legend {
  display: none;
}

fieldset.fixed-width-p.input-group.fixed-width-p .checkbox {
  width: 230px;
}

#infobox {
  width: 260px;
  margin: 0 0 0 -130px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 10px;
}

#infobox:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: -12px;
}

#infobox p {
  margin: 0;
  font-size: 1.35em;
}

#infobox h2 {
  font-size: 2.2em;
  color: #000;
  margin: 0 0 18px 0;
  color: #dc582d;
}

#infobox a {
  color: #f96332;
}

#infobox a:hover {
  color: #dc582d;
  text-decoration: none;
}

.map-centre-address {
  font-size: 1.35em;
  margin: 0 0 10px !important;
}

.map-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-contact li {
  font-size: 1.35em;
}

.sidebar-info {
  min-height: 1px;
  padding: 20px 20px 20px 120px;
  position: relative;
}

.sidebar-info h2 {
  font-size: 2.4em;
  margin: 0;
  font-weight: 300;
  color: #666;
}

.sidebar-mockup {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  border-right: 1px solid #ededed;
}

.sidebar-mockup:after {
  content: '';
  display: block;
  background: #ededed;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 55px;
  position: absolute;
}

.sidebar-mockup:before {
  content: '';
  display: block;
  background: #f96332;
  right: 10px;
  top: 10px;
  bottom: 10px;
  width: 20px;
  position: absolute;
}

.inline-management-content {
  background: #f6f6f6;
  padding: 20px 0 10px;
  border-top: 1px solid #ededed;
}

.inline-add-form {
  border-top: 1px solid #ededed;
  padding: 20px 0 0;
}

/*! Grid */
.holder {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}

[class*='xs-col-'] {
  float: left;
}

.xs-col-1-1 {
  width: 100%;
  float: none;
}

.xs-col-1-2 {
  width: 50%;
}

.xs-col-1-3 {
  width: 33.33%;
}

.xs-col-2-3 {
  width: 66.66%;
}

.xs-col-1-4 {
  width: 25%;
}

.xs-col-3-4 {
  width: 75%;
}

.xs-push-1-4 {
  margin-left: 25%;
}

.xs-push-3-4 {
  margin-left: 75%;
}

.xs-push-1-2 {
  margin-left: 50%;
}

.xs-push-1-3 {
  margin-left: 33.33%;
}

.xs-push-2-3 {
  margin-left: 66.66%;
}

.row {
  clear: both;
  padding: 0;
  margin: 0;
}

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

.row:after {
  clear: both;
}

.column-content {
  padding: 20px;
  margin: 0 10px;
}

.column-content--no-hz-padding {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.column-content--no-vt-padding {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

.column-content--no-t-padding {
  padding-top: 0;
}

.column-content--no-b-padding {
  padding-bottom: 0;
}

.column-content--no-l-padding {
  padding-left: 0;
}

.column-content--no-r-padding {
  padding-right: 0;
}

.column-content--no-padding {
  padding: 0 !important;
}

.column-content--no-l-margin {
  margin-left: 0;
}

.column-content--no-r-margin {
  margin-right: 0;
}

.column-content--border-right {
  border-right: 1px solid #000;
  margin-right: 0;
  padding-right: 30px;
}

.column-content--border-left {
  border-left: 1px solid #000;
  margin-left: 0;
  padding-left: 30px;
}

.centre-col {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.xs-width-1-1 {
  width: 100%;
}

.xs-width-1-2 {
  width: 50%;
}

.xs-width-1-3 {
  width: 33.33%;
}

.xs-width-1-4 {
  width: 25%;
}

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

@media only screen and (max-width: 767px) {
  [class*='-col-'] + [class*='-col-'] .column-content {
    padding-top: 0;
  }
}

@media only screen and (min-width: 480px) {
  .holder,
  .site-header {
    max-width: 768px;
    margin: 0 auto;
  }
  [class*='sm-col-'] {
    float: left;
  }
  .sm-col-1-1 {
    width: 100%;
  }
  .sm-col-1-2 {
    width: 50%;
  }
  .sm-col-1-3 {
    width: 33.33%;
  }
  .sm-col-1-4 {
    width: 25%;
  }
  .sm-col-3-4 {
    width: 75%;
  }
  .sm-col-1-5 {
    width: 20%;
  }
  .sm-col-2-5 {
    width: 40%;
  }
  .sm-col-3-5 {
    width: 60%;
  }
  .sm-col-4-5 {
    width: 80%;
  }
  .sm-push-1-4 {
    margin-left: 25%;
  }
  .sm-push-3-4 {
    margin-left: 75%;
  }
  .sm-push-1-2 {
    margin-left: 50%;
  }
  .sm-push-1-3 {
    margin-left: 33.33%;
  }
  .sm-push-2-3 {
    margin-left: 66.66%;
  }
  .sm-push-1-5 {
    margin-left: 20%;
  }
  .sm-push-2-5 {
    margin-left: 40%;
  }
  .sm-width-1-1 {
    width: 100%;
  }
  .sm-width-1-2 {
    width: 50%;
  }
  .sm-width-1-3 {
    width: 33.33%;
  }
  .sm-width-1-4 {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .holder,
  .site-header {
    max-width: 1024px;
    margin: 0 auto;
  }
  [class*='md-col-'] {
    float: left;
  }
  .md-col-1-1 {
    width: 100%;
  }
  .md-col-1-2 {
    width: 50%;
  }
  .md-col-1-3 {
    width: 33.33%;
  }
  .md-col-2-3 {
    width: 66.66%;
  }
  .md-col-3-4 {
    width: 75%;
  }
  .md-col-1-4 {
    width: 25%;
  }
  .md-col-1-5 {
    width: 20%;
  }
  .md-col-2-5 {
    width: 40%;
  }
  .md-col-3-5 {
    width: 60%;
  }
  .md-col-4-5 {
    width: 80%;
  }
  .md-col-1-6 {
    width: 16.66%;
  }
  .md-col-5-6 {
    width: 83.3%;
  }
  .md-col-1-7 {
    width: 14.28%;
  }
  .md-col-2-7 {
    width: 28.56%;
  }
  .md-col-3-7 {
    width: 42.84%;
  }
  .md-col-4-7 {
    width: 57.12%;
  }
  .md-col-5-7 {
    width: 71.4%;
  }
  .md-col-6-7 {
    width: 85.68%;
  }
  .md-col-1-8 {
    width: 12.5%;
  }
  .md-col-3-8 {
    width: 37.5%;
  }
  .md-col-5-8 {
    width: 62.5%;
  }
  .md-col-7-8 {
    width: 87.5%;
  }
  .md-push-1-4 {
    margin-left: 25%;
  }
  .md-push-3-4 {
    margin-left: 75%;
  }
  .md-push-1-2 {
    margin-left: 50%;
  }
  .md-push-1-3 {
    margin-left: 33.33%;
  }
  .md-push-2-3 {
    margin-left: 66.66%;
  }
  .md-push-1-5 {
    margin-left: 20%;
  }
  .md-push-2-5 {
    margin-left: 40%;
  }
  .md-push-1-7 {
    margin-left: 14.28%;
  }
  .md-push-2-7 {
    margin-left: 28.56%;
  }
  .md-push-3-7 {
    margin-left: 42.84%;
  }
  .md-push-4-7 {
    margin-left: 57.12%;
  }
  .md-push-5-7 {
    margin-left: 71.4%;
  }
  .md-push-6-7 {
    margin-left: 85.68%;
  }
  .md-push-1-8 {
    margin-left: 12.5%;
  }
  .md-push-3-8 {
    margin-left: 37.5%;
  }
  .md-push-5-8 {
    margin-left: 62.5%;
  }
  .md-push-7-8 {
    margin-left: 87.5%;
  }
  .md-width-1-1 {
    width: 100%;
  }
  .md-width-1-2 {
    width: 50%;
  }
  .md-width-1-3 {
    width: 33.33%;
  }
  .md-width-1-4 {
    width: 25%;
  }
  .md-column-content--no-l-padding {
    padding-left: 0;
  }
  .md-column-content--no-r-padding {
    padding-right: 0;
  }
  .md-column-content--no-b-padding {
    padding-bottom: 0;
  }
  .md-column-content--no-l-margin {
    margin-left: 0;
  }
  .md-column-content--no-r-margin {
    margin-right: 0;
  }
  .md-col-float-left {
    float: left;
  }
  .md-col-float-right {
    float: right;
  }
}

@media only screen and (min-width: 1024px) {
  .holder,
  .site-header {
    max-width: 1366px;
    margin: 0 auto;
  }
  [class*='lg-col-'] {
    float: left;
  }
  .lg-col-1-1 {
    width: 100%;
  }
  .lg-col-1-2 {
    width: 50%;
  }
  .lg-col-1-3 {
    width: 33.33%;
  }
  .lg-col-2-3 {
    width: 66.66%;
  }
  .lg-col-3-4 {
    width: 75%;
  }
  .lg-col-1-4 {
    width: 25%;
  }
  .lg-col-1-5 {
    width: 20%;
  }
  .lg-col-2-5 {
    width: 40%;
  }
  .lg-col-3-5 {
    width: 60%;
  }
  .lg-col-4-5 {
    width: 80%;
  }
  .lg-col-1-6 {
    width: 16.66%;
  }
  .lg-col-5-6 {
    width: 83.3%;
  }
  .lg-col-1-7 {
    width: 14.28%;
  }
  .lg-col-2-7 {
    width: 28.56%;
  }
  .lg-col-3-7 {
    width: 42.84%;
  }
  .lg-col-4-7 {
    width: 57.12%;
  }
  .lg-col-5-7 {
    width: 71.4%;
  }
  .lg-col-6-7 {
    width: 85.68%;
  }
  .lg-col-1-8 {
    width: 12.5%;
  }
  .lg-col-3-8 {
    width: 37.5%;
  }
  .lg-col-5-8 {
    width: 62.5%;
  }
  .lg-col-7-8 {
    width: 87.5%;
  }
  .lg-push-1-4 {
    margin-left: 25%;
  }
  .lg-push-3-4 {
    margin-left: 75%;
  }
  .lg-push-1-2 {
    margin-left: 50%;
  }
  .lg-push-1-3 {
    margin-left: 33.33%;
  }
  .lg-push-2-3 {
    margin-left: 66.66%;
  }
  .lg-push-1-5 {
    margin-left: 20%;
  }
  .lg-push-2-5 {
    margin-left: 40%;
  }
  .lg-push-1-7 {
    margin-left: 14.28%;
  }
  .lg-push-2-7 {
    margin-left: 28.56%;
  }
  .lg-push-3-7 {
    margin-left: 42.84%;
  }
  .lg-push-4-7 {
    margin-left: 57.12%;
  }
  .lg-push-5-7 {
    margin-left: 71.4%;
  }
  .lg-push-6-7 {
    margin-left: 85.68%;
  }
  .lg-push-1-8 {
    margin-left: 12.5%;
  }
  .lg-push-3-8 {
    margin-left: 37.5%;
  }
  .lg-push-5-8 {
    margin-left: 62.5%;
  }
  .lg-push-7-8 {
    margin-left: 87.5%;
  }
  .lg-width-1-1 {
    width: 100%;
  }
  .lg-width-1-2 {
    width: 50%;
  }
  .lg-width-1-3 {
    width: 33.33%;
  }
  .lg-width-1-4 {
    width: 25%;
  }
}

.gallery-counter {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px;
  background-color: #FFF;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.gu-mirror .image-dimension,
.image-list .image-dimension {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.image-list .reorder-list {
  width: 50%;
  float: left;
}

.image-list .reorder-list:nth-child(2n+1) {
  clear: left;
}

.image-list .reorder-list-item {
  height: 270px;
  overflow: hidden;
}

.image-list .reorder-list-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ededed;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  z-index: 1;
  transition: bottom .5s ease .1s;
}

.image-list .reorder-list:hover .reorder-list-item__title {
  bottom: 50px;
}

.image-list .temporaryList {
  width: 50%;
  float: left;
  padding: 20px;
}

.image-list .temporaryList-item {
  transition: all .25s;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
  height: 270px;
  overflow: hidden;
}

.image-list .temporaryList-item .image-holder {
  overflow: hidden;
}

.image-list .temporaryList-item .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .5s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.image-list .temporaryList-item .image-holder:hover img {
  -webkit-transform: scale(1.1, 1.1) rotate(3deg);
  transform: scale(1.1, 1.1) rotate(3deg);
}

.image-list .temporaryList:nth-child(2n+1) {
  clear: left;
}

.image-list .thumbnail-edit-hover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  transition: background .5s ease;
}

.image-list .thumbnail-edit-hover .flaticon-tool {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(60%, -50%);
  transform: translate(60%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top .5s ease .2s;
  cursor: pointer;
}

.image-list .thumbnail-edit-hover .flaticon-edit {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(-160%, -50%);
  transform: translate(-160%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top .5s ease;
  cursor: pointer;
}

.image-list .thumbnail-edit-hover .thumbnail-drag {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top .5s ease .1s;
}

.image-list .thumbnail-edit-hover .thumbnail-drag svg {
  height: 20px;
  width: 20px;
}

.image-list .thumbnail-edit-hover .thumbnail-drag svg path {
  fill: #f96332;
}

.image-list .thumbnail-edit-hover:hover span {
  top: 32.5%;
}

/* New Tag for when images are uploaded - it is displayed before the gallery is saved again */
.new-item {
  position: relative;
}

.new-item:before {
  content: "new";
  width: auto;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  z-index: 100;
  color: #FFF;
  padding: 0 10px;
  line-height: 18px;
  border: 1px solid #FFF;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9;
}

/* Progress bar */
.reorder-list-item__image-holder .progressBar {
  position: absolute;
  width: 60%;
  height: 15px;
  top: 32.5%;
  left: 50%;
  margin-left: -30%;
  -webkit-transform: translateY(-50%);
  z-index: 9;
}

.reorder-list-item__image-holder .progressBar[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.reorder-list-item__image-holder .progressBar[value]::-webkit-progress-bar {
  background-color: #ededed;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.reorder-list-item__image-holder .progressBar[value]::-webkit-progress-value {
  background-color: #f96332;
  border-radius: 10px;
}

.reorder-list-item__image-holder .progressBar-green[value]::-webkit-progress-value {
  background-color: #5cb860;
  transition: background-color 1s;
}

.reorder-list-item__image-holder .progressBar-green {
  opacity: 0;
  transition: opacity 3s;
}

/* This rearranges the position of CTAS when a new image is added to the gallery and fails upload */
.new-item-failed .thumbnail-edit-hover .flaticon-tool,
.new-item-failed .thumbnail-edit-hover .thumbnail-drag {
  left: 32.5%;
}

/* ------------------------------------------------------------------------------- */
/* Image Upload Feedback Messages */
.reorder-list-item__upload-feeback {
  bottom: 40px;
  text-align: center;
  height: auto;
  padding: 15px;
  color: #FFF;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1.4;
}

.reorder-list-item__upload-feeback-fail {
  background-color: #da3124;
}

.reorder-list-item__upload-feeback-success {
  background-color: #5cb860;
}

/*! Lazy Load */
.lazyload {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lazyloaded {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
}

.lister-panel {
  background: #fff;
  max-width: 980px;
  margin: 0 auto 30px;
}

.lister-panel.margin-bottom {
  margin-bottom: 15px;
}

.none-yet {
  padding: 80px;
  text-align: center;
  color: #999;
  font-size: 1.6em;
  margin: 0;
  font-style: italic;
}

.num-results-holder {
  padding: 30px 20px;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.num-results-holder .pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17px;
}

.num-results-holder p {
  margin: 0;
  display: inline-block;
}

.num-items-per-page {
  display: inline-block;
  vertical-align: middle;
}

.num-items-per-page label,
.num-items-per-page .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.num-items-per-page .select-wrapper {
  margin: 0 5px 0 30px;
}

.lister-total-results {
  margin: 0 15px 0 0;
  text-transform: uppercase;
  color: #666;
}

.list-table,
.gu-mirror {
  font-size: 1.2em;
  width: 100%;
  color: #666;
}

.list-table th,
.gu-mirror th {
  text-transform: uppercase;
  background: #f5f5f5;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 10px 20px;
  font-weight: 400;
  transition: background .25s ease-in;
}

.list-table th .glyph-icon,
.gu-mirror th .glyph-icon {
  float: right;
}

.list-table th .flaticon-arrows-8,
.list-table th .flaticon-arrows-6,
.list-table th .flaticon-arrows-7,
.gu-mirror th .flaticon-arrows-8,
.gu-mirror th .flaticon-arrows-6,
.gu-mirror th .flaticon-arrows-7 {
  font-size: 80%;
  position: relative;
  top: 1px;
}

.list-table th .flaticon-arrows-6,
.list-table th .flaticon-arrows-7,
.gu-mirror th .flaticon-arrows-6,
.gu-mirror th .flaticon-arrows-7 {
  font-size: 70%;
  position: relative;
  top: 3px;
}

.list-table th.sortable:hover,
.gu-mirror th.sortable:hover {
  cursor: pointer;
  background: #e6e6e6;
}

.list-table th a,
.gu-mirror th a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.list-table td,
.gu-mirror td {
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.list-table tr th:first-child,
.list-table tr td:first-child,
.gu-mirror tr th:first-child,
.gu-mirror tr td:first-child {
  border-left: none;
}

.list-table .action,
.gu-mirror .action {
  width: 50px;
  padding: 0;
  overflow: hidden;
}

.list-table .action a,
.gu-mirror .action a {
  display: block;
  text-align: center;
  font-size: 150%;
  color: #f96332;
  padding: 20px;
  transition: background .25s ease-in, -webkit-transform .15s ease-in;
  transition: background .25s ease-in, transform .15s ease-in;
  transition: background .25s ease-in, transform .15s ease-in, -webkit-transform .15s ease-in;
}

.list-table .action .action-icon,
.gu-mirror .action .action-icon {
  border: none;
  background: none;
  display: block;
  text-align: center;
  font-size: 150%;
  color: #f96332;
  padding: 20px;
  transition: background .25s ease-in, -webkit-transform .15s ease-in;
  transition: background .25s ease-in, transform .15s ease-in;
  transition: background .25s ease-in, transform .15s ease-in, -webkit-transform .15s ease-in;
}

.list-table .action .action-icon:hover,
.list-table .action a:hover,
.gu-mirror .action .action-icon:hover,
.gu-mirror .action a:hover {
  background: #f5f5f5;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.gu-mirror tr {
  width: 100%;
  display: block;
}

.gu-mirror td {
  display: inline-block;
  width: 20%;
}

.column-section {
  width: 160px;
}

.column-sub-section {
  width: 250px;
}

.column-page-type {
  width: 140px;
}

.column-page-title {
  width: auto;
}

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

.list-table.translations th {
  width: 33.33%;
}

.list-table.translations input[type="text"] {
  width: 100%;
}

.list-table.courses th.column-title {
  width: 250px;
}

.list-table.courses th.column-start-date {
  width: 135px;
}

.list-table.courses th.column-category {
  width: 135px;
}

.list-table.courses th.role {
  width: 100px;
}

.lister--empty {
  padding: 50px;
  text-align: center;
  color: #666;
  width: 420px;
  margin: 0 auto 40px;
}

.lister--empty h2 {
  font-size: 2em;
  color: #666;
  margin: 0 0 10px;
  font-weight: 600;
  text-shadow: -1px -1px 0 white;
}

.lister--empty svg {
  width: 180px;
  height: 266px;
  margin: 0 0 30px;
}

.lister--empty p {
  font-size: 1.4em;
  margin: 0 0 20px;
}

.lister--empty-decor {
  position: relative;
  height: 320px;
  width: 320px;
  padding: 27px 0 0 0;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 30px;
}

.lister-panel .lister--empty-decor {
  background: #ededed;
}

.lister-panel .lister--empty-decor svg {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

#left-eye,
#right-eye,
#left-eye2,
#right-eye2 {
  border-radius: 50%;
  display: block;
  position: absolute;
  width: 28px;
  height: 20px;
  top: 104px;
  left: 50%;
}

#left-eye {
  margin-left: -34px;
}

#left-eye2 {
  top: 103px;
  margin-left: -38px;
}

#right-eye {
  margin-left: 12px;
}

#right-eye2 {
  top: 88px;
  margin-left: 12px;
  width: 60px;
  height: 60px;
}

#left-pupil,
#left-pupil2,
#right-pupil,
#right-pupil2 {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  -webkit-animation: eyeBlink 3s infinite;
  animation: eyeBlink 3s infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

#right-pupil2 {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
}

.lister-mouth {
  opacity: 1;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.add-hover .lister-mouth {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lister-mouth {
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
  }
  .add-hover .right-leg,
  .add-hover .right-foot {
    -webkit-animation: jump .5s infinite;
    animation: jump .5s infinite;
  }
  .add-hover .left-leg,
  .add-hover .left-foot {
    -webkit-animation: jump .5s infinite .25s;
    animation: jump .5s infinite .25s;
  }
  .search-arm {
    -webkit-animation: search 2s infinite;
    animation: search 2s infinite;
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}

.search-term {
  display: table;
  padding: 3px 10px;
  background: #666;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  margin: 5px auto 25px;
  border-radius: 3px;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes search {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes search {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.lister-panel {
  position: relative;
}

.list-ajax-spinner {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.spinner-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: .5s;
}

.list-spinner .spinner-background {
  opacity: 1;
  transition-delay: 0s;
}

/*! Login */
.auth-background {
  width: 100%;
  height: 100%;
  background: url(../img/login-bg.jpg) no-repeat center center;
  position: absolute;
  background-size: cover;
}

.login-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  margin: 0;
  background: #fff;
  padding: 0 0 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.login-panel h1 {
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px;
  background: #f96332;
  font-size: 1.6em;
}

.login-panel .form-stacked {
  font-size: 1.2em;
  padding: 0;
}

.login-panel .form-stacked input {
  font-size: 125%;
  padding: 10px 10px;
  width: 100%;
}

.login-panel .btn-primary {
  font-size: 1.2em;
}

.login-panel .login-actions {
  padding: 10px 20px;
  border: none;
}

.show-feedback .login-panel, .login-panel.form-has-error {
  -webkit-animation: shake 0.82s linear both;
  animation: shake 0.82s linear both;
}

.forgot-password {
  position: absolute;
  margin: 0;
  left: 20px;
  bottom: 0;
}

.forgot-password a {
  color: #666;
  text-decoration: none;
  position: relative;
}

.forgot-password a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  height: 1px;
  border-bottom: 1px dotted #666;
  transition: right .25s ease, left .25s ease;
}

.forgot-password a:hover:after {
  right: 0;
  left: 0;
}

.absolute-label {
  position: relative;
  padding: 10px 0 0;
  margin: 0 20px 15px;
}

.absolute-label label {
  position: absolute;
  left: 11px;
  top: 11px;
  background: #fff;
  padding: 2px 3px;
  transition: all .25s ease;
  color: #999;
}

.absolute-label input:valid + label,
.absolute-label label.full,
.absolute-label input:focus + label {
  position: absolute;
  top: -12px;
  left: 0;
}

.absolute-label input.has-error {
  border-color: #900;
}

.absolute-label em.has-error {
  position: absolute;
  font-size: 10px;
  right: 0;
  bottom: -8px;
  font-style: normal;
  background: #fff;
  color: #900;
  padding: 2px 6px;
}

.forgot-password-text {
  margin: 0 20px 20px;
}

.reset-password-explanation {
  margin: 0 20px 30px;
}

.reset-password-explanation span {
  display: block;
  background: #ededed;
  padding: 5px 10px;
  border-radius: 3px;
}

@-webkit-keyframes shake {
  10%, 90% {
    margin-left: -1px;
  }
  20%, 80% {
    margin-left: 2px;
  }
  30%, 50%, 70% {
    margin-left: -4px;
  }
  40%, 60% {
    margin-left: 4px;
  }
}

@keyframes shake {
  10%, 90% {
    margin-left: -1px;
  }
  20%, 80% {
    margin-left: 2px;
  }
  30%, 50%, 70% {
    margin-left: -4px;
  }
  40%, 60% {
    margin-left: 4px;
  }
}

.login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-form {
  transition: opacity .25s ease;
  position: relative;
}

.submitted-form-spinner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 74px;
  height: 35px;
  background: #f96332;
  border-radius: 25px;
  pointer-events: none;
  opacity: 0;
  margin-top: 0;
}

.valid-form-submission .submitted-form-spinner {
  -webkit-animation: startSpinner .75s;
  animation: startSpinner .75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.valid-form-submission form {
  opacity: 0;
}

@-webkit-keyframes startSpinner {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 80%);
    transform: translate(50%, 80%);
    width: 50px;
    height: 50px;
    opacity: 1;
    margin-top: 30px;
    background: #ededed;
  }
}

@keyframes startSpinner {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 80%);
    transform: translate(50%, 80%);
    width: 50px;
    height: 50px;
    opacity: 1;
    margin-top: 30px;
    background: #ededed;
  }
}

.loader {
  height: 50px;
  width: 50px;
  padding-top: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.loader svg path,
.loader svg rect {
  fill: #f96332;
}

/*! Overlays */
.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear;
}

.overlay-bg.overlay-bg-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  background: #fff;
  margin: -250px 0 0 -250px;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  transition: visibility 0s linear 0.25s,opacity 0.25s linear,-webkit-transform 0.25s linear;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear,transform 0.25s linear;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear,transform 0.25s linear,-webkit-transform 0.25s linear;
}

.overlay.overlay-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  transition-delay: 0s;
}

.overlay-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.overlay-content-holder {
  overflow: auto;
  height: 100%;
  padding: 50px 20px 20px;
}

.overlay.overlay-full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
}

.overlay-container.overlay-visible {
  display: block;
}

.overlay-modal-yes-no .overlay-article {
  padding: 50px 20px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 400px !important;
  height: 220px !important;
  margin: 0 !important;
  margin: -110px 0 0 -200px !important;
}

.overlay-modal-yes-no h2 {
  font-size: 2em;
  color: #666;
  max-width: 300px;
}

.overlay-modal-yes-no ul {
  list-style: none;
  padding: 20px 0 0;
}

.overlay-modal-yes-no ul li {
  display: inline-block;
  margin: 0 20px;
}

.overlay-modal-yes-no ul .btn {
  min-width: 80px;
}

.page-header-strip {
  background: #fff;
  padding: 60px 0 0;
  margin: 0 0 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.page-header {
  max-width: 980px;
  margin: 0 0 0 20px;
  padding: 0 0 35px;
  position: relative;
}

.in-page-navigation-panel .page-header {
  max-width: 800px;
}

@media screen and (min-width: 1300px) {
  .page-header {
    margin: 0 auto;
  }
}

.page-title {
  color: #f96332;
  font-size: 3.2em;
  font-weight: 300;
}

.page-url {
  color: #666;
  font-size: 1.4em;
  font-weight: 300;
}

.page-header-cta {
  position: absolute;
  margin: 0;
  right: 0;
  top: 5px;
}

.page-header-cta .btn {
  margin: 0 0 0 20px;
}

div.page-header-cta {
  font-size: 1.4em;
}

.in-page-navigation-panel .page-title {
  margin: 0 0 10px;
}

.in-page-navigation-panel .page-url {
  margin: 0;
}

/*! Pagination */
.pagination ul {
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding-left: 0;
}

.pagination ul > li {
  display: inline;
  line-height: 1.1;
}

.pagination ul > li > span,
.pagination ul > li > a {
  background-color: #fff;
  border: 1px solid #ededed;
  color: #333;
  float: left;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  transition: background .25s ease-in;
}

.pagination ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
  margin-left: 0;
}

.pagination ul > li:last-child > a {
  border-radius: 0 5px 5px 0;
}

.pagination ul > li > a:focus,
.pagination ul > li > a:hover {
  background-color: #ededed;
  color: #000;
}

.pagination ul > li.disabled > a,
.pagination ul > li.disabled > span,
.pagination ul > li.disabled > a:hover {
  color: #ccc;
  cursor: default;
  background: #fff;
}

.pagination ul > li.active > span,
.pagination ul > li.active > a,
.pagination ul > li.active > a:hover {
  color: #fff;
  background: #f96332;
  cursor: default;
}

.pagination--large ul > li {
  font-size: 2em;
}

.pagination--small ul > li {
  font-size: 1.1em;
}

/*! Pick from existing */
.dm-reusable-images {
  height: 100%;
  overflow: auto;
  padding: 20px 0;
  margin: 0 20px;
}

.dm-reusable-img-holder {
  width: 25%;
  height: auto;
  padding: 0 10px 20px;
  float: left;
}

.dm-reusable-img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #fff;
  transition: border-color .25s ease-in;
}

.dm-reusable-img:hover {
  border-color: #f96332;
}

/* Search Overlay */
.search-holder {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  line-height: 50px;
  font-size: 1.2em;
  float: right;
  position: relative;
  z-index: 10;
}

.search-holder input {
  border: none;
  background: transparent;
  position: relative;
  color: #fff;
  width: 240px;
  transition: all .25s;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 50px;
  border-radius: 0;
}

.search-holder input:focus {
  width: 320px;
  background: rgba(255, 255, 255, 0.1);
}

.search-holder button {
  background: transparent;
  border: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/*! Tables */
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.45;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

.col-date {
  width: 155px;
}

.col-status {
  width: 120px;
}

.col-sticky {
  width: 105px;
}

.col-category {
  width: 120px;
}

.list-table .col-yesno {
  width: 100px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 0;
}

.col-updated {
  width: 160px;
}

.col-thumbnail {
  width: 67px;
  padding: 0 !important;
  text-align: center;
}

.col-order {
  text-align: center;
  width: 100px;
}

.thumbnail-holder {
  display: block;
  overflow: hidden;
  width: 67px;
  height: 67px;
}

.thumbnail-holder img {
  height: 67px;
  width: auto;
}

.list-usage-table {
  width: calc(100% - 40px);
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-right: none;
  margin: 20px;
  color: #666;
}

.list-usage-table th,
.list-usage-table td {
  font-size: 1.2em;
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.list-usage-table th {
  background: #f5f5f5;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
}

.list-usage-table__usage {
  text-align: center;
  width: 70px;
}

.list-usage-table__name input {
  width: 100%;
}

.list-usage-table__delete {
  text-align: center;
  width: 70px;
}

.list-usage-table__delete a {
  color: #f96332;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 10px;
}

/*! Tabs */
.tabs-navigation {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  top: 1px;
  display: table;
}

.tabs-navigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 4px 0 0;
  display: table-cell;
}

.tabs-navigation li a {
  border: 1px solid #ccc;
  padding: 10px 20px;
  background: #666;
  text-decoration: none;
  display: inline-block;
  color: #900;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}

.tabs-navigation li a:hover {
  color: #000;
}

.tabs-navigation li a.current {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}

.tabs-content {
  border: 1px solid #ccc;
  padding: 15px;
  display: none;
  background: #fff;
  border-radius: 0 0 0 0;
}

.tabs-content.currentTab {
  display: block;
}

.tabs--pills .tabs-navigation {
  top: 0;
  margin: 0 0 15px;
}

.tabs--pills .tabs-navigation li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}

.tabs--pills .tabs-navigation li a {
  border-radius: 0;
}

.tabs--pills .tabs-navigation li a.current {
  border: 1px solid #ccc;
}

.tabs--pills .tabs-content {
  border: none;
  padding: 0;
}

/*! Tags */
.tags-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 83px;
  bottom: 96px;
  overflow-y: auto;
}

.col-selected-tags {
  padding: 20px;
  width: 35%;
  background: #f5f5f5;
}

.col-choose-tags {
  padding: 20px;
  border-left: 1px solid #ededed;
  width: 65%;
}

.col-choose-tags h2 .btn--sm, .col-choose-tags h3 .btn--sm {
  float: right;
}

.col-choose-tags .form-input-border-b {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.tags-selection {
  display: -webkit-box;
  display: flex;
  min-height: 100%;
}

.selected-tags-heading {
  font-size: 1.3em;
  color: #f96332;
  text-transform: uppercase;
}

.tags-list {
  list-style: none;
  margin: 0 -20px 20px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #ededed;
}

.tag {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 30px 4px 10px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  position: relative;
  overflow: hidden;
}

.tag a {
  text-decoration: none;
  color: inherit;
}

.tag button {
  background: none;
  border: none;
  padding: 0;
}

.tag-selected {
  color: #219653;
}

.draggable-tag:hover {
  border-color: #999;
  cursor: move;
}

.remove-tag,
.delete-tag button {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  font-size: 6px;
  text-align: center;
  line-height: 10px;
  bottom: 0;
  width: 20px;
  color: #999;
  background: #ededed;
}

.remove-tag .glyph-icon,
.delete-tag button .glyph-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.add-tag {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  font-size: 6px;
  text-align: center;
  line-height: 10px;
  bottom: 0;
  width: 20px;
  color: #999;
  background: #ededed;
}

.add-tag .glyph-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.more-tag {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  font-size: 6px;
  text-align: center;
  line-height: 10px;
  bottom: 0;
  width: 20px;
  color: #999;
  background: #ededed;
}

.more-tag .glyph-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.remove-tag:hover {
  color: #900;
}

.select-tag-heading {
  font-size: 1.3em;
  font-weight: 300;
  padding: 0 20px;
  margin: 0 -20px 15px;
  color: #f96332;
  text-transform: uppercase;
}

.tag-edit-btn {
  border: none;
  background: none;
  font-size: 14px;
  color: #f96332;
  padding: 4px 10px;
  margin-left: 5px;
  float: right;
}

.select-tags-list {
  list-style: none;
  margin: 0 -20px 15px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #ededed;
}

.select-tag-sub-heading {
  font-size: 1.3em;
  font-weight: 300;
  padding: 10px 0 10px 20px;
  margin: 0 -20px 15px;
  color: #f96332;
  background: #fff;
  text-transform: uppercase;
}

.select-tag-sub-heading .btn--sm,
.select-tag-sub-heading .tag-edit-btn {
  margin-right: 20px;
}

.viewing-tag-category {
  background: #f6f6f6;
  padding: 20px 20px 5px;
  margin: 0 0 15px;
}

.viewing-tag-category .select-tags-list {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.viewing-tag-category .select-tag-sub-heading {
  margin: 0 -40px 15px;
}

.centre-tag-actions {
  text-align: center;
}

.tag input {
  border: none;
  padding: 6px 0;
  width: 138px;
}

.tags-list-in-page {
  padding: 20px;
  margin: 0;
}

/*! Tooltips */
a.tooltip {
  outline: none;
}

a.tooltip strong {
  line-height: 30px;
}

a.tooltip:hover {
  text-decoration: none;
}

.tooltip-text {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -25px;
  margin-left: 15px;
  width: 300px;
  line-height: 16px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC;
}

a.tooltip:hover .tooltip-text {
  display: inline;
  position: absolute;
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
}

.tooltip-text:after {
  z-index: 20;
  position: absolute;
  top: 28px;
  border: 0;
  left: -12px;
  width: 0;
  content: '';
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #999;
}

a.tooltip--bottom {
  position: relative;
}

a.tooltip--bottom .tooltip-text {
  margin-top: 12px;
  left: 0;
  margin-left: 0;
  top: auto;
}

a.tooltip--bottom:hover .tooltip-text {
  display: block;
}

a.tooltip--bottom .tooltip-text:after {
  z-index: 20;
  position: absolute;
  top: -12px;
  border: 0;
  left: 12px;
  width: 0;
  content: '';
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #999;
}

a.tooltip--top {
  position: relative;
}

a.tooltip--top .tooltip-text {
  margin-top: 12px;
  left: 0;
  margin-left: 0;
  top: auto;
  bottom: 30px;
}

a.tooltip--top:hover .tooltip-text {
  display: block;
}

a.tooltip--top .tooltip-text:after {
  z-index: 20;
  position: absolute;
  top: auto;
  bottom: -12px;
  border: 0;
  left: 12px;
  width: 0;
  content: '';
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #999;
}

/*! Transforms */
/*! Language Selector */
.languages {
  position: relative;
  margin: 10px;
}

.languages__selector {
  display: table;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.languages__selector a {
  height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.languages__selector .glyph-icon {
  font-size: 70%;
  margin-left: 10px;
  float: right;
  position: relative;
  top: 3px;
}

.languages__selector svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.languages__selector .active .glyph-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.languages__list {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  min-width: 100%;
  margin: 0;
  z-index: 1000;
  height: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all .25s ease;
}

.languages__list.visible {
  height: 312px;
  visibility: visible;
}

.languages__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.languages__list li {
  border-top: 1px solid #f96332;
  margin: 0;
}

.languages__list li a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  transition: all .25s ease;
}

.languages__list li a:hover {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 15px;
}

.languages__list li a svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.languages__list li.selected a {
  background: #f96332;
}

.visible.languages__list li a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .15s, opacity .3s ease .15s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .15s, opacity .3s ease .15s, -webkit-transform .3s ease .15s;
}

.visible.languages__list li:nth-child(2) a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .2s, -webkit-transform .3s ease .2s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .2s, opacity .3s ease .2s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .2s, opacity .3s ease .2s, -webkit-transform .3s ease .2s;
}

.visible.languages__list li:nth-child(3) a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .25s, -webkit-transform .3s ease .25s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .25s, opacity .3s ease .25s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .25s, opacity .3s ease .25s, -webkit-transform .3s ease .25s;
}

.visible.languages__list li:nth-child(4) a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .3s, opacity .3s ease .3s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease .3s;
}

.visible.languages__list li:nth-child(5) a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .35s, -webkit-transform .3s ease .35s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .35s, opacity .3s ease .35s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .35s, opacity .3s ease .35s, -webkit-transform .3s ease .35s;
}

.visible.languages__list li:nth-child(6) a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .4s, -webkit-transform .3s ease .4s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .4s, opacity .3s ease .4s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .4s, opacity .3s ease .4s, -webkit-transform .3s ease .4s;
}

.visible.languages__list li:nth-child(7) a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .45s, -webkit-transform .3s ease .45s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .45s, opacity .3s ease .45s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .45s, opacity .3s ease .45s, -webkit-transform .3s ease .45s;
}

.visible.languages__list li:nth-child(8) a {
  transition: background .25s ease 0s, padding .25s ease 0s, opacity .3s ease .5s, -webkit-transform .3s ease .5s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .5s, opacity .3s ease .5s;
  transition: background .25s ease 0s, padding .25s ease 0s, transform .3s ease .5s, opacity .3s ease .5s, -webkit-transform .3s ease .5s;
}

.visible.languages__list li a {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

/*! Forms */
body.slide-showing {
  overflow: hidden;
}

.slide-holder {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 10000;
}

.slide-holder.visible {
  width: 600px;
}

.slide-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.visible .slide-bg {
  width: 100%;
}

.slide {
  position: absolute;
  right: -600px;
  top: 0;
  bottom: 0;
  background: #fff;
  transition: right .25s ease;
  overflow-y: auto;
  width: 600px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}

.visible .slide {
  right: 0 !important;
}

.slide .panel {
  box-shadow: none;
}

.slide .action-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 30px;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tagging-slide-holder.visible {
  width: 1000px;
}

.tagging-slide-holder .slide {
  right: -1000px;
  width: 1000px;
}

.tagging-slide-holder .fixed-centre-content,
.tagging-slide-holder .action-buttons {
  max-width: none;
  background: #fff;
}

.close-slide-holder {
  position: absolute;
  right: 0;
  top: 10px;
}

.close-slide-holder .close-slide {
  position: static;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #f96332;
}

/*! Order List */
.order-panel {
  background: #f6f6f6;
  border-bottom: 1px solid #ededed;
  padding: 20px;
}

.reorder-list {
  width: 25%;
  float: left;
  padding: 20px;
}

.reorder-list:nth-child(4n+1) {
  clear: left;
}

.reorder-list-item {
  background: #fff;
  transition: all .25s;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
}

.reorder-list-item__image-holder {
  overflow: hidden;
  height: 100%;
}

.reorder-list-item__image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  display: block;
  transition: all .5s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.reorder-list-item__title {
  text-align: center;
  margin: 0;
  border-top: 1px solid #ededed;
  color: #666;
  display: block;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reorder-list-item__tags {
  background-color: #FFF;
  list-style: none;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.reorder-list-item__tags li {
  display: inline-block;
  width: 23.5%;
  background-color: #ededed;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ededed;
}

.reorder-list-item__tags li:not(:last-child) {
  margin-right: 3px;
}

.reorder-list-item__tags .disabled {
  background-color: #FFF;
  color: #CCC;
}

.thumbnail-edit-hover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  transition: background .5s ease;
}

.thumbnail-edit-hover .flaticon-tool {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top .5s ease .1s;
  cursor: pointer;
}

.thumbnail-edit-hover .flaticon-edit {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top .5s ease;
  cursor: pointer;
}

.thumbnail-edit-hover .thumbnail-drag {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top .5s ease .1s;
  cursor: move;
}

.thumbnail-edit-hover .thumbnail-drag svg {
  height: 20px;
  width: 20px;
}

.thumbnail-edit-hover .thumbnail-drag svg path {
  fill: #f96332;
}

.thumbnail-edit-hover:hover span {
  top: 40%;
}

.page-header--order {
  max-width: 800px;
  padding: 0 10px;
}

.page-header--order .page-header-cta {
  margin: 4px 10px 0 0;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  font-size: 1em;
}

.gu-hide {
  display: none !important;
}

.gu-transit {
  outline: 1px dotted #f96332;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.gu-transit img,
.gu-transit a {
  opacity: .2;
}

.gu-mirror .drag-hide {
  display: none !important;
}

.js-lister-content-wrapper .reorder-list-item__image-holder {
  max-height: 140px;
  height: 100%;
}

.gallery-images {
  position: relative;
}

.gallery-images .loader-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 82px;
  background: #f6f6f6;
  z-index: 10;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.spinner-showing.gallery-images .loader-holder {
  display: -webkit-box;
  display: flex;
}

/* Star Rating */
.star-rating {
  padding: 0 20px 15px;
  margin: -6px -20px 15px;
  border-bottom: 1px solid #ededed;
}

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

.star-rating__star {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
  font-size: 3em;
  color: #ededed;
  transition: all .2s ease-out;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
  margin: 0;
}

.star-rating__star:hover {
  cursor: pointer;
}

.star-rating__star.active {
  color: #f96332;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  margin: -1px 1px 1px -1px;
}

/*! 404 */
.error-page {
  position: relative;
  height: 320px;
  width: 320px;
  padding: 27px 0 0 0;
  border-radius: 50%;
  margin: 75px 0 30px;
}

.error-page .error-page__character {
  width: 320px;
  height: 248px;
  transition: margin-top .05s;
  position: absolute;
  top: 50%;
  margin-top: -124px;
  left: 0;
}

.error-page .error-page__sparkle {
  width: 320px;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: none;
}

.error-page__title {
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
}

.left-arm {
  -webkit-animation: scaredArmLeft 1.4s infinite;
  animation: scaredArmLeft 1.4s infinite;
}

.right-arm {
  -webkit-animation: scaredArmRight 1.4s infinite;
  animation: scaredArmRight 1.4s infinite;
}

.spark {
  -webkit-animation: oohGettingClose 1.4s infinite;
  animation: oohGettingClose 1.4s infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.smoke {
  position: absolute;
  left: 0;
  top: -30px;
  display: none;
}

.smoking .smoke {
  display: block;
}

.mouth {
  -webkit-transform-origin: center;
  transform-origin: center;
}

.error-page:hover .error-page__character {
  -webkit-animation: electrocution .15s linear infinite;
  animation: electrocution .15s linear infinite;
  margin-top: -134px;
}

.error-page:hover .error-page__character path,
.error-page:hover .error-page__character g,
.error-page:hover .error-page__character rect,
.error-page:hover .error-page__character ellipse,
.error-page:hover .error-page__character polygon,
.error-page:hover .error-page__character circle,
.error-page:hover .error-page__character .cls-1 {
  -webkit-animation: electrocutionFlicker .2s linear infinite;
  animation: electrocutionFlicker .2s linear infinite;
}

.error-page:hover .error-page__sparkle {
  display: block;
  -webkit-animation: electrocutionSparkle 2s linear infinite;
  animation: electrocutionSparkle 2s linear infinite;
}

.error-page:hover .error-page__sparkle path,
.error-page:hover .error-page__sparkle g {
  -webkit-animation: electrocutionColour .5s linear infinite;
  animation: electrocutionColour .5s linear infinite;
}

.error-page:hover .error-page__sparkle2 {
  display: block;
  -webkit-animation: electrocutionSparkle 3s linear infinite reverse;
  animation: electrocutionSparkle 3s linear infinite reverse;
}

.error-page:hover .left-arm {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
}

.error-page:hover .right-arm {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}

.error-page:hover .spark,
.error-page:hover .shadow {
  display: none;
}

.error-page:hover.smoking .smoke {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .eye {
    -webkit-animation: eyeBlink 3s infinite;
    animation: eyeBlink 3s infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .error-page:hover .left-leg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    margin-top: 10px;
  }
  .error-page:hover .right-leg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    margin-top: 10px;
  }
  .error-page:hover .eye {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .error-page:hover .mouth {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
  }
}

@-webkit-keyframes scaredArmLeft {
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@keyframes scaredArmLeft {
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@-webkit-keyframes scaredArmRight {
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes scaredArmRight {
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@-webkit-keyframes oohGettingClose {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  5% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  15% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  85% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  95% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@keyframes oohGettingClose {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  5% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  15% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  85% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  95% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@-webkit-keyframes electrocution {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@keyframes electrocution {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes electrocutionFlicker {
  50% {
    fill: #000;
  }
}

@keyframes electrocutionFlicker {
  50% {
    fill: #000;
  }
}

@-webkit-keyframes electrocutionSparkle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes electrocutionSparkle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes eyeBlink {
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  90% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes eyeBlink {
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  90% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes nervousMouth {
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes nervousMouth {
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

/*! Datepicker */
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #fa764b;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #fa7448;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #f96332;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #f96332;
}

.datepicker--cell.-in-range- {
  background: rgba(249, 99, 50, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(249, 99, 50, 0.5);
  background-color: rgba(249, 99, 50, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(249, 99, 50, 0.5);
  background-color: rgba(249, 99, 50, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #fa7448;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #fa7448;
}

.datepicker--cell.-selected-.-focus- {
  background: #f96332;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #f96332;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  /*font-family: Tahoma, sans-serif;*/
  font-size: 12px;
  color: #666;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgba(249, 99, 50, 0.8);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #f96332;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #da6f29;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #666;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgba(249, 99, 50, 0.8);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #da6f29;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  /*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #f96332;
  border-color: #f96332;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #f96332;
  border-color: #f96332;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #f96332;
  border-color: #f96332;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgba(249, 99, 50, 0.8);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #da6f29;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* style.scss */
/**
 * Variables
 */
.calentim-container .calentim-input, .calentim-container-mobile .calentim-input, .calentim-container .calentim-input .calentim-header, .calentim-container-mobile .calentim-input .calentim-header, .calentim-container .calentim-input .calentim-calendars, .calentim-container-mobile .calentim-input .calentim-calendars, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container .calentim-input .calentim-timepickers, .calentim-container-mobile .calentim-input .calentim-timepickers, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
}

/**
 * Mobile & Desktop Common Styles
 */
.calentim-container, .calentim-container-mobile {
  font-size: 15px;
  float: left;
  font-family: "Open Sans", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

.calentim-container:focus, .calentim-container-mobile:focus {
  box-shadow: none;
  outline: none;
}

.calentim-container .calentim-input, .calentim-container-mobile .calentim-input {
  margin: 5px;
  border: 1px solid #ededed;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.4);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-header, .calentim-container-mobile .calentim-input .calentim-header {
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-header .calentim-header-separator, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
  float: left;
  display: inline-block;
  margin: 0;
  margin-top: -2px;
  padding: 0 16px;
  color: #ccc;
  font-size: 32px;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start, .calentim-container .calentim-input .calentim-header .calentim-header-end, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  float: left;
  white-space: nowrap;
  display: block;
  margin-right: 10px;
  text-align: left;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day, .calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  float: left;
  font-size: 2.5em;
  color: #f96332;
  margin-top: -10px;
  margin-right: 8px;
  font-weight: 900;
  text-align: left;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date, .calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date {
  font-size: 0.9em;
  color: #666;
  display: inline-block;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday, .calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday {
  font-size: 0.7em;
  font-weight: 600;
  color: #999;
}

.calentim-container .calentim-input .calentim-calendars, .calentim-container-mobile .calentim-input .calentim-calendars {
  position: relative;
  box-sizing: border-box;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector {
  position: absolute;
  display: none;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 0px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 25%;
  flex: 1 1 25%;
  background: #fff;
  height: 33.33%;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
  outline: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover {
  background: #f96332;
  cursor: pointer;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 20%;
  flex: 1 1 20%;
  margin: 0px;
  background: #fff;
  height: 33.33%;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
  outline: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current {
  background: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover {
  background: #f96332;
  cursor: pointer;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  font-size: 2.65em;
  background: white;
  color: #f96332;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  float: left;
  padding-bottom: 8px;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar.no-border-right, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.no-border-right {
  border-right: none;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
  text-align: center;
  font-weight: 300;
  -webkit-box-flex: 0;
  -moz-flex: 0;
  flex: 0;
  color: #424242;
  text-transform: capitalize;
  border-bottom: 1px solid #ededed;
  padding: 6px 12px;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.2em;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next {
  font-size: 1em;
  cursor: hand;
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i {
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i:hover {
  text-shadow: 1px 2px 3px #eee;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev {
  float: left;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover {
  color: #f96332;
  cursor: hand;
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next {
  float: right;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container {
  padding: 10px;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  flex-direction: row;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  width: calc(100% / 7);
  text-align: center;
  padding: 3px;
  font-size: .76em;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 1px;
}

@media all and (-ms-high-contrast: none) {
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
    width: calc((100% / 7) - 1px);
  }
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span {
  pointer-events: none;
  display: block;
  padding: 3px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek {
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 600;
  color: #616161;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day {
  cursor: pointer;
  overflow: hidden;
  color: #666;
  position: relative;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  transition: background .1s ease;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end {
  background: #f96332;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled {
  background: #fee0d6;
  color: white;
  opacity: 0.7;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled span {
  background: transparent !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start {
  border-radius: 6px 0 0 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #fa825b;
  border-radius: 4px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end {
  border-radius: 0 6px 6px 0;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span {
  background: #fa825b;
  border-radius: 4px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start.calentim-end, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start.calentim-end {
  border-radius: 6px !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background: #fcb198;
  color: black;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
  background: #fcb198;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-disabled, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-disabled {
  opacity: .66;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
  color: #fa825b;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-hovered, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-hovered {
  color: black;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected {
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected), .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected) {
  background: gainsboro;
  border-radius: 3px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range {
  color: #ccc;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  color: #ccc;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend {
  color: #b0644c;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev {
  cursor: pointer;
  font-size: 1.25em;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev:hover {
  text-shadow: 1px 2px 3px #eee;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next {
  float: right;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev {
  float: left;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar:last-child, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar:last-child {
  border-right: none;
}

.calentim-container .calentim-input .calentim-timepickers, .calentim-container-mobile .calentim-input .calentim-timepickers {
  border-top: 1px solid #ededed;
  text-align: left;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  flex-direction: row;
  background: ghostwhite;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker {
  box-sizing: border-box;
  margin: 0 2px;
  padding: 10px 5px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  flex-direction: row;
  border-right: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker:last-child, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker:last-child {
  border-right: none;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
  color: #f96332;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 .1em;
  margin-top: -2px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 5px;
  font-size: 0.7em;
  font-weight: bold;
  color: #6a6e71;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  border: 1px solid #ededed;
  border-radius: 4px 4px 0 0;
  background: white;
  border-bottom: none;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 5px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am:hover, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am:hover {
  cursor: pointer;
  cursor: hand;
  background: #f8f8ff;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  border: 1px solid #ededed;
  border-radius: 0 0 4px 4px;
  background: white;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 5px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm:hover, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm:hover {
  cursor: pointer;
  cursor: hand;
  background: #f8f8ff;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
  background: #fa825b;
  border-color: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover {
  background: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours {
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  height: 4.2em;
  box-sizing: border-box;
  color: #ededed;
  background: white;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ededed;
  border-right: none;
  text-align: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-prev, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-prev {
  -webkit-transform: perspective(4em) rotateX(30deg);
  transform: perspective(4em) rotateX(30deg);
  color: #666;
  opacity: .5;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected {
  color: #666;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff;
  box-shadow: inset 0 0 10px 100px white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-next, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-next {
  -webkit-transform: perspective(4em) rotateX(-30deg);
  transform: perspective(4em) rotateX(-30deg);
  color: #666;
  opacity: .5;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes {
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  line-height: 1.4em;
  height: 4.2em;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #ededed;
  background: white;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ededed;
  border-right: none;
  text-align: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-prev, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-prev {
  -webkit-transform: perspective(4em) rotateX(30deg);
  transform: perspective(4em) rotateX(30deg);
  color: #424242;
  opacity: .5;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected {
  color: #424242;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff;
  box-shadow: inset 0 0 10px 100px white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-next, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-next {
  -webkit-transform: perspective(4em) rotateX(-30deg);
  transform: perspective(4em) rotateX(-30deg);
  color: #424242;
  opacity: .5;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 4px;
  background: white;
  border: 1px solid #ededed;
  background: white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 4px;
  background: white;
  border: 1px solid #ededed;
  background: white;
  border-top: none;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows > div:hover, .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows > div:hover, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows > div:hover, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows > div:hover {
  background: whitesmoke;
  cursor: pointer;
  cursor: hand;
}

.calentim-container .calentim-input .calentim-ranges, .calentim-container-mobile .calentim-input .calentim-ranges {
  border-top: 1px solid #ededed;
  clear: both;
  padding: 10px;
  text-align: left;
}

.calentim-container .calentim-input .calentim-ranges i, .calentim-container-mobile .calentim-input .calentim-ranges i {
  float: left;
  color: #6a6e71;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range-header, .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range-header {
  font-size: 0.8em;
  color: #6a6e71;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range, .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
  display: inline-block;
  color: #f96332;
  margin: 3px;
  font-size: 0.7em;
  cursor: pointer;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range:hover, .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range:hover {
  text-decoration: underline;
}

.calentim-container.calentim-hidden-calendar .calentim-input .calentim-timepickers {
  border-top: none;
}

.calentim-container.calentim-hidden-calendar .calentim-box-arrow-top:after {
  border-bottom-color: ghostwhite;
}

.calentim-container .calentim-input .calentim-footer {
  text-align: right;
}

.calentim-container .calentim-input .calentim-footer .calentim-apply {
  background: #f96332;
  border: none;
  padding: 6px 18px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin: 6px;
  border-radius: 3px;
}

.calentim-container .calentim-input .calentim-footer .calentim-apply:disabled {
  background: #999;
  color: gray;
}

.calentim-container .calentim-input .calentim-footer .calentim-cancel {
  background: #999;
  border: none;
  padding: 6px 18px;
  color: #6a6e71;
  margin: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-right: 0px;
  border-radius: 3px;
}

.calentim-inline {
  margin: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.calentim-inline .calentim-input {
  box-shadow: none;
  margin: 0;
  border: none;
  border-radius: 0;
}

.calentim-inline .calentim-header-start-date,
.calentim-inline .calentim-header-end-date {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
}

.calentim-inline .calentim-header-start-weekday,
.calentim-inline .calentim-header-end-weekday {
  margin-top: -2px;
  text-transform: uppercase;
}

/**
 * Mobile styles
 */
.calentim-container-mobile.calentim-hidden-calendar .calentim-input .calentim-timepickers {
  max-width: 100%;
  border-bottom: none;
  border-top: none;
}

.calentim-container-mobile.calentim-hidden-calendar .calentim-input .calentim-footer {
  width: 100%;
  background: white;
}

.calentim-container-mobile .calentim-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  margin: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  border: 1px solid #ededed;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-content: center;
  overflow-y: hidden;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input {
    bottom: 0;
    overflow-y: hidden;
    flex-wrap: wrap;
  }
}

.calentim-container-mobile .calentim-input .calentim-header {
  box-sizing: border-box;
  padding: 12px;
  -webkit-box-ordinal-group: 1;
  order: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex-flow: nowrap;
  background: ghostwhite;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1em;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-header {
    width: 50%;
    float: right;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 6px 8px 7px 8px;
    border-left: 1px solid #ddd;
    font-size: .857em;
  }
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  color: lightsteelblue;
  margin-top: 2px;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
  }
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  margin: 0;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
    width: 50%;
    min-width: 0;
    padding: 0 0px;
  }
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  font-size: 2.8em;
  margin: -10px;
  font-weight: 400;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date {
  font-size: 1em;
  color: #424242;
  font-weight: 500;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday {
  font-size: 0.8em;
  color: #424242;
  font-weight: 400;
  line-height: 10px;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day {
  margin-right: 8px;
  margin-left: 0;
  float: left;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  text-align: right;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}

.calentim-container-mobile .calentim-input .calentim-calendars {
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  background: white;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: scroll;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector {
  border-bottom: 1px solid #ededed;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month {
  -webkit-box-flex: 1;
  flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  height: 25%;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year {
  -webkit-box-flex: 1;
  flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  height: 33.33%;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
  border-right: none;
  display: block;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
    border: none;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar:first-child .calentim-title {
  border-top: none;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
  background: ghostwhite;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.25em;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  border-top: 1px solid #ededed;
  color: #424242;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
    box-sizing: border-box;
    padding: 8px;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container {
  padding: 10px 4px;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  min-height: calc((100% - 48px) / 8);
  font-size: 0.8572em;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.calentim-container-mobile .calentim-input .calentim-ranges {
  background: white;
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-align: end;
  align-items: flex-end;
  margin: 0px;
  padding: 4px;
  border: none;
  text-align: center;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-ranges {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    border-left: 1px solid #ddd;
    overflow-y: scroll;
    min-height: 50px;
  }
}

.calentim-container-mobile .calentim-input .calentim-ranges i {
  font-size: 20px;
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range-header {
  font-size: 0.9em;
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
  font-size: 0.85em;
  padding: 4px 8px;
  background: #fa825b;
  font-weight: 400;
  color: white;
  border-radius: 21px;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
    border-radius: 6px;
    display: block;
    margin: 4px;
  }
}

.calentim-container-mobile .calentim-input .calentim-filler {
  display: none;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-filler {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: auto;
    border-left: 1px solid #ededed;
    min-height: 100px;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

.calentim-container-mobile .calentim-input .calentim-ranges + .calentim-filler {
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-footer {
  -webkit-box-ordinal-group: 4;
  order: 3;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  text-align: center;
  padding: 6px 6px 7px 6px;
  background: ghostwhite;
  border-top: 1px solid #ededed;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-footer {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    margin-top: auto;
  }
}

.calentim-container-mobile .calentim-input .calentim-footer button {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding: 4px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 4px;
  width: calc((100% - 10px)/2);
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
  background: #f03a47;
  color: white;
  margin-left: 7px;
  font-weight: 500;
  border: 1px solid #f03a47;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply[disabled=disabled], .calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply:disabled {
  background: #999;
  color: #666;
  border: 1px solid #666;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
  background: transparent;
  color: #f03a47;
  border: 1px solid #f03a47;
  box-sizing: border-box;
}

.calentim-container-mobile .calentim-input .calentim-timepickers {
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  background: ghostwhite;
  font-size: 1em;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-timepickers {
    border-top: none;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    font-size: 1.125em;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
  margin-top: 0px;
  color: #6a6e71;
  font-size: 1.8em;
  font-weight: bold;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
    margin-top: 0px;
    font-size: 1.4em;
  }
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours {
  font-size: 21px;
  border: 1px solid #ededed;
  border-radius: 3px;
  /*background: linear-gradient(to bottom, #e8e8ef 0%, #fff 45%, #d8d8df 100%);
                        box-shadow: inset 0 2px 10px 1px #424242;*/
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected {
  background: whitesmoke;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #ededed;
  margin: 0 2px;
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes {
  font-size: 21px;
  border: 1px solid #ededed;
  border-radius: 3px;
  /*box-shadow: inset 0 2px 10px 1px #424242;
                        background: linear-gradient(to bottom, #e8e8ef 0%, #fff 45%, #d8d8df 100% );*/
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected {
  background: whitesmoke;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #ededed;
  margin: 0 2px;
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows {
  display: none;
}

.calentim-container-mobile.calentim-inline {
  box-sizing: border-box;
}

.calentim-container-mobile.calentim-inline .calentim-input {
  position: static;
  box-shadow: none;
  box-sizing: border-box;
}

.calentim-container-mobile.calentim-inline .calentim-input .calentim-footer {
  display: none !important;
}

.calentim-container-mobile.calentim-inline .calentim-input.calentim-hidden-calendar .calentim-timepickers {
  max-width: 100%;
  border-top-width: 0 !important;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile.calentim-inline .calentim-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-calendars {
    -webkit-box-ordinal-group: 1;
    order: 0;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    width: calc(50% - 1px);
    border-left: none;
    border-right: 1px solid #ededed;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-header {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: calc(50% - 1px);
    border-left: none;
    border-right: 1px solid #ededed;
    border-bottom: none;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-timepickers {
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 50%;
    border-left: none;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-timepickers .calentim-timepicker-ampm {
    width: 7vmin;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-ranges {
    -webkit-box-ordinal-group: 4;
    order: 3;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 50%;
    border-left: none;
  }
}

.calentim-open {
  overflow: hidden;
}

.calentim-no-anim {
  transition: all 0s ease !important;
}

.calentim-popup {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

.calentim-box-arrow-top {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  top: 0px;
}

.calentim-box-arrow-top:after, .calentim-box-arrow-top:before {
  bottom: calc(100% - 6px);
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.calentim-box-arrow-top:before {
  border-color: rgba(184, 184, 184, 0);
  border-bottom-color: #ededed;
  border-width: 11px;
  margin-left: -11px;
}

.calentim-box-arrow-bottom {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  bottom: 0px;
}

.calentim-box-arrow-bottom:after, .calentim-box-arrow-bottom:before {
  bottom: -15px;
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}

.calentim-box-arrow-bottom:before {
  border-color: rgba(184, 184, 184, 0);
  border-top-color: #ededed;
  border-width: 10px;
  margin-left: -10px;
}

.calentim-no-scroll::-webkit-scrollbar {
  display: none;
}

.calentim-no-scroll::-moz-scrollbar {
  display: none;
}

.calentim-no-scroll::-o-scrollbar {
  display: none;
}

.calentim-no-scroll::-google-ms-scrollbar {
  display: none;
}

.calentim-no-scroll::-khtml-scrollbar {
  display: none;
}

/* Advanced Checkbox Hack */
body {
  -webkit-animation: bugfix infinite 1s;
  min-height: 100%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

html {
  height: 100%;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

.suite-nav {
  height: 50px;
  position: relative;
  margin: 10px;
}

.menu-trigger-holder {
  margin: 0;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
}

.menu-trigger {
  display: block;
  height: 50px;
  position: relative;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  padding: 0 0 0 45px;
  color: #fff;
  text-decoration: none;
}

.menu-trigger:hover {
  background: rgba(0, 0, 0, 0.1);
}

.menu-bar {
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -1p 0 0;
}

.menu-bar,
.menu-bar::after,
.menu-bar::before {
  display: block;
  background: #fff;
  border-radius: 1px;
  width: 20px;
  height: 2px;
  content: '';
  transition: all .25s ease;
}

.menu-bar {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.menu-bar::after {
  position: absolute;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.menu-bar::before {
  position: absolute;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}

.navigation-expanded .menu-bar::after {
  opacity: 0;
}

.navigation-expanded .menu-bar {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.navigation-expanded .menu-bar::before {
  position: absolute;
  -webkit-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.dropdown-nav {
  position: fixed;
  background: #fff;
  top: 0;
  left: 150px;
  width: 300px;
  padding: 70px 0 50px;
  display: block;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.navigation-expanded .dropdown-nav {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.dropdown-nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  transition: -webkit-transform .3s ease .15s;
  transition: transform .3s ease .15s;
  transition: transform .3s ease .15s, -webkit-transform .3s ease .15s;
  border-top: 1px solid #ededed;
}

.dropdown-nav ul li {
  margin: 0;
}

.dropdown-nav ul a {
  color: #f96332;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px 40px;
  transition: all .25s ease;
  border-bottom: 1px solid #ededed;
}

.dropdown-nav ul a:hover {
  background: #f6f6f6;
  padding: 10px 40px 10px 50px;
}

.dropdown-nav ul li.on a {
  background: #f96332;
  color: #fff;
}

.navigation-expanded .dropdown-nav ul {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.suite-quicklinks-holder {
  position: absolute;
  background: #333;
  left: 0;
  width: 100%;
  top: 0;
  height: 50px;
}

.suite-quicklinks {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.suite-quicklinks li {
  display: table;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  line-height: 1;
}

.suite-quicklinks a {
  color: #fff;
  text-decoration: none;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}

.suite-quicklinks a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.in-page-navigation-panel {
  background: #fff;
  margin: 0 0 20px;
  padding: 40px 0 0 0;
  border-bottom: 1px solid #ccc;
}

.in-page-navigation-panel--with-page-builder {
  padding-left: 180px;
}

.in-page-navigation {
  max-width: 800px;
  margin: 0 0 0 20px;
  position: relative;
}

.in-page-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.in-page-navigation li {
  display: inline;
  margin: 0 40px 0 0;
  padding: 0;
}

.in-page-navigation a {
  display: inline-block;
  text-transform: normal;
  color: #666;
  text-decoration: none;
  text-align: center;
  transition: all .25s ease;
  border-bottom: 3px solid transparent;
  padding: 0 0 20px 0;
}

.in-page-navigation li.on a {
  border-bottom: 3px solid #f96332;
  color: #333;
}

.in-page-navigation a:hover {
  border-bottom: 3px solid #999;
}

.in-page-navigation a.variable-width {
  width: auto;
  padding: 0 16px;
}

@media screen and (min-width: 1300px) {
  .in-page-navigation {
    margin: 0 auto;
  }
}

.suite-preview {
  border-bottom: 1px solid #111;
  padding: 0 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.suite-preview h1 {
  font-size: 2em;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
}

.preview-status {
  position: absolute;
  right: 170px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  top: 50%;
  margin: -12px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.preview-status--archived {
  background: #996;
}

.preview-status--pending {
  background: #f90;
}

.preview-status--published {
  background: #696;
}

.preview-note {
  font-size: 50%;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #999;
  position: relative;
  top: -2px;
  color: #999;
}

.close-preview {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1em;
  background: #333;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-frame__holder {
  transition: all .25s ease;
}

.preview-frame {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all .25s ease;
  overflow: hidden;
}

.preview-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
  border: none;
  transition: all .25s ease;
  z-index: 2;
}

.preview-frame--mobile {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.preview-frame--mobile .preview-frame__holder {
  width: 375px;
  height: 667px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--mobile iframe {
  width: 375px;
  background: #fff;
  height: 667px;
}

.preview-frame--mobile .device-icon--mobile {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.preview-frame--mobile-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.preview-frame--mobile-landscape .preview-frame__holder {
  width: 667px;
  height: 375px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--mobile-landscape iframe {
  width: 667px;
  background: #fff;
  height: 375px;
}

.preview-frame--mobile-landscape .device-icon--mobile {
  top: 100px;
  left: 100px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 1;
}

.preview-frame--tablet {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 1104px;
}

.preview-frame--tablet .preview-frame__holder {
  width: 768px;
  height: 1024px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--tablet iframe {
  width: 768px;
  background: #fff;
  height: 1024px;
}

.preview-frame--tablet .device-icon--tablet {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.preview-frame--tablet-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 848px;
}

.preview-frame--tablet-landscape .preview-frame__holder {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--tablet-landscape iframe {
  width: 1024px;
  background: #fff;
  height: 768px;
}

.preview-frame--tablet-landscape .device-icon--tablet {
  top: 100px;
  left: 100px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 1;
}

.device-preview {
  position: absolute;
  right: 3px;
  top: 0;
  list-style: none;
  padding: 0;
}

.device-preview li {
  display: inline-block;
  border-left: 1px solid #666;
  width: 50px;
  margin: 0 0 0 -2px;
}

.device-preview a {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 15px;
}

.device-preview a.active, .device-preview a.active-rotate {
  background: rgba(255, 255, 255, 0.1);
}

.device-preview a.active-rotate svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.device-preview svg {
  width: 20px;
  height: 20px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.device-icon {
  position: absolute;
  left: 100px;
  top: 100px;
  transition: all .25s ease;
  opacity: 0;
}

.device-icon svg {
  height: 400px;
  width: 400px;
  opacity: .1;
}

.device-icon path {
  fill: #000;
}

.suite-sidepanel {
  border-bottom: 1px solid #111;
  padding: 0 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.suite-sidepanel h1 {
  font-size: 2em;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
}

.sidepanel-status {
  position: absolute;
  right: 170px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  top: 50%;
  margin: -12px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.sidepanel-status--archived {
  background: #996;
}

.sidepanel-status--pending {
  background: #f90;
}

.sidepanel-status--published {
  background: #696;
}

.sidepanel-note {
  font-size: 50%;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #999;
  position: relative;
  top: -2px;
  color: #999;
}

.close-sidepanel {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1em;
  background: #333;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sidepanel-frame__holder {
  transition: all .25s ease;
}

.sidepanel-frame {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all .25s ease;
  overflow: hidden;
}

.sidepanel-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
  border: none;
  transition: all .25s ease;
  z-index: 2;
}

.sidepanel-frame--mobile {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.sidepanel-frame--mobile .sidepanel-frame__holder {
  width: 375px;
  height: 667px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--mobile iframe {
  width: 375px;
  background: #fff;
  height: 667px;
}

.sidepanel-frame--mobile .device-icon--mobile {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.sidepanel-frame--mobile-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.sidepanel-frame--mobile-landscape .sidepanel-frame__holder {
  width: 667px;
  height: 375px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--mobile-landscape iframe {
  width: 667px;
  background: #fff;
  height: 375px;
}

.sidepanel-frame--mobile-landscape .device-icon--mobile {
  top: 100px;
  left: 100px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 1;
}

.sidepanel-frame--tablet {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 1104px;
}

.sidepanel-frame--tablet .sidepanel-frame__holder {
  width: 768px;
  height: 1024px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--tablet iframe {
  width: 768px;
  background: #fff;
  height: 1024px;
}

.sidepanel-frame--tablet .device-icon--tablet {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.sidepanel-frame--tablet-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 848px;
}

.sidepanel-frame--tablet-landscape .sidepanel-frame__holder {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--tablet-landscape iframe {
  width: 1024px;
  background: #fff;
  height: 768px;
}

.sidepanel-frame--tablet-landscape .device-icon--tablet {
  top: 100px;
  left: 100px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 1;
}

.sidepanel-preview {
  position: absolute;
  right: 3px;
  top: 0;
  list-style: none;
  padding: 0;
}

.sidepanel-preview li {
  display: inline-block;
  border-left: 1px solid #666;
  width: 50px;
  margin: 0 0 0 -2px;
}

.sidepanel-preview a {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 15px;
}

.sidepanel-preview a.active, .sidepanel-preview a.active-rotate {
  background: rgba(255, 255, 255, 0.1);
}

.sidepanel-preview a.active-rotate svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidepanel-preview svg {
  width: 20px;
  height: 20px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.device-icon {
  position: absolute;
  left: 100px;
  top: 100px;
  transition: all .25s ease;
  opacity: 0;
}

.device-icon svg {
  height: 400px;
  width: 400px;
  opacity: .1;
}

.device-icon path {
  fill: #000;
}

/*! Cropper */
.overlay-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none;
  z-index: 100;
}

.overlay-content {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.dm-cropper {
  overflow: hidden;
  width: 640px;
  height: 470px;
}

.dm-image-container {
  height: 100%;
}

.dm-cropper-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 210px;
}

.dm-preview {
  max-width: 210px !important;
  min-height: 100px;
  overflow: hidden;
  border: 1px solid #ededed;
  margin: 0 auto 20px;
  background: #ededed;
}

.dm-preview img {
  max-width: 100% !important;
}

.dm-cropper-controls h2 {
  color: #f96332;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
}

.close-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1em;
  color: #f96332;
}

.dm-cropper-action {
  text-align: right;
  margin: 0;
}

.dm-cropper-controls .dm-cropper-buttons h2 {
  color: #666;
  margin: 0 0 4px;
  font-size: 1em;
}

.dm-cropper-button-group {
  float: left;
  width: 50%;
}

.dm-cropper-buttons {
  list-style: none;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.dm-cropper-buttons ul {
  list-style: none;
  margin: 0 0 0 -10px;
}

.dm-cropper-buttons + .dm-cropper-buttons {
  border-top: none;
}

.dm-cropper-buttons li {
  margin: 0 -1px;
  display: inline-block;
}

.dm-cropper-buttons li .btn {
  background: #ededed;
  color: #666;
  font-size: 1.2em;
}

.dm-cropper-buttons li .btn:hover {
  background: #ccc;
}

.dm-cropper-buttons li:first-child {
  border-right: 1px solid #fff;
}

.dm-cropper-buttons li:first-child .btn {
  border-radius: 25px 0 0 25px;
}

.dm-cropper-buttons li:last-child .btn {
  border-radius: 0 25px 25px 0;
}

.cropper-line, .cropper-point {
  background-color: #f96332 !important;
}

.cropper-line {
  opacity: .2 !important;
}

.cropper-bg {
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #ededed 5px, #ededed 7px) !important;
}

.cropper-text-button {
  font-size: 1em;
  background: #ededed;
  color: #666;
}

.cropper-text-button .glyph-icon {
  margin-right: 10px;
}

.cropper-text-button:hover {
  background: #ccc;
  color: #666;
}

/*! Shop Dashboard */
.feature-stats-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.feature-stats-list li {
  width: 25%;
  float: left;
  padding: 0 5px;
  font-size: 1em;
  text-align: left;
}

.feature-stats-list a {
  display: block;
  background-color: #27729f;
  color: #fff;
  text-decoration: none;
}

.feature-stats-list li:nth-child(2) a {
  background-color: #479e93;
}

.feature-stats-list li:nth-child(3) a {
  background-color: #d25a51;
}

.feature-stats-list li:nth-child(4) a {
  background-color: #d88826;
}

.feature-stat-number {
  font-size: 3.2em;
  font-weight: 700;
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-stat-title {
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
}

.feature-stats + .dashboard-links {
  margin-bottom: 10px;
}

.orders {
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

.orders--pending {
  background-image: url(../img/shop/icon-orders-pending.png);
}

.orders--for-dispatch {
  background-image: url(../img/shop/icon-orders-for-dispatch.png);
}

.orders--total {
  background-image: url(../img/shop/icon-orders.png);
}

.orders--revenue {
  background-image: url(../img/shop/icon-revenue.png);
}

.shop-dashboard-heading {
  font-size: 1.3em;
  margin: 0 0 10px;
}

.current-activity {
  margin: 0 -5px;
}

.current-activity-stats-col,
.current-activity-graph-col {
  padding: 0 5px;
  width: 25%;
  float: left;
  text-align: left;
}

.current-activity-graph-col {
  width: 75%;
}

.current-activity-stat {
  background: #fff;
}

.current-activity-stat h2 {
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
  margin: 0;
}

.current-activity-stat p {
  padding: 15px 20px 15px;
  color: #f96332;
  font-weight: 700;
  font-size: 3.2em;
}

.current-activity-graph {
  background: #fff;
  padding: 15px 20px;
  height: 392px;
}

.current-graph-container {
  width: 100%;
  height: 337px;
  background: #fff;
}

.performance-graph-container {
  height: 480px;
  width: 100%;
}

.graph-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.last-12-months {
  background: #fff;
  text-align: left;
  margin: 0 0 10px;
}

.last-12-months .column-content {
  margin: 0;
}

.last-12-months :first-child .column-content {
  padding: 15px 5px 15px 20px;
}

.last-12-months :last-child .column-content {
  padding: 15px 20px 15px 5px;
}

.revenue-table {
  font-size: 1.3em;
  width: 100%;
  background: #ededed;
}

.revenue-table td, .revenue-table th {
  padding: 10px 15px;
}

.revenue-table tbody td {
  border-top: 1px dotted #ccc;
}

.revenue-table tr td:last-child,
.revenue-table tr th:last-child {
  text-align: right;
  color: #f96332;
}

.percentage-stats-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.percentage-stats-list li {
  width: 25%;
  float: left;
  padding: 0 5px;
  font-size: 1em;
  text-align: left;
}

.percentage-stats-list .percentage-stat {
  display: block;
  background-color: #27729f;
  color: #fff;
  text-decoration: none;
  height: 295px;
  position: relative;
}

.percentage-stats-list li:nth-child(2) .percentage-stat {
  background-color: #479e93;
}

.percentage-stats-list li:nth-child(3) .percentage-stat {
  background-color: #d25a51;
}

.percentage-stats-list li:nth-child(4) .percentage-stat {
  background-color: #d88826;
}

.percentage-stat-number {
  font-size: 3.2em;
  font-weight: 700;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  z-index: 2;
  margin: -5px 0 0;
}

.percentage-stat-title {
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.doughnut-graph-container {
  width: 198px;
  height: 198px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin: 0 0 0 -99px;
}

/*_buttons */
.lister-panel--categories .btn, .add-container .btn {
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 29px;
}

/*.btn--kb-add-category {  margin: -1px 0 0 15px; }*/
.btn--kb-fixed-width {
  width: 140px;
}

.btn--kb-fixed-width-2 {
  width: 162px;
}

.btn-subcategory {
  color: #f96332;
  border: 1px solid #f96332;
  width: 162px;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
  text-transform: capitalize;
  position: relative;
}

.btn-subcategory:hover, .btn-subcategory.on {
  background: #f96332;
  color: #fff;
}

.btn-subcategory:before {
  font-family: "Flaticon";
  content: "\f100";
  position: absolute;
  top: 8px;
  left: 19px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1em;
}

.btn-cancel-add-subcategory {
  color: #fff;
  border: 1px solid #6d6c6c;
  background: #6d6c6c;
}

.btn-cancel-add-subcategory:hover, .btn-subcategory.on {
  background: #fff;
  color: #6d6c6c;
}

/*_filter-panel*/
.num-results-holder.num-results-holder--no-border {
  border: 0;
}

.filter-panel .num-results-holder-quicklinks-alt {
  top: 16px;
}

.num-results-holder.num-results-holder--industries-bottom {
  width: 670px;
  margin: auto;
  padding: 15px 0;
}

.column-kb-date {
  width: 110px;
}

.column-kb-category {
  width: 120px;
}

.list-table .column-kb-td-article {
  width: 420px;
  max-width: 420px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 70px;
}

.column-kb-categories-category {
  width: 330px;
}

.column-kb-categories-subcategories {
  width: 340px;
}

.column-kb-categories-articles {
  width: 112px;
  text-align: center;
}

.column-kb-categories-delete {
  width: 108px;
  text-align: center;
}

.column-kb-industries-industry {
  width: 330px;
}

.column-kb-industries-articles {
  width: 115px;
  text-align: center;
}

.column-kb-industries-delete {
  text-align: center;
}

/*_navigation*/
.num-results-holder-quicklinks-alt {
  position: absolute;
  display: block;
  top: 8px;
  right: 11px;
  list-style: none;
  padding: 0;
}

.num-results-holder-quicklinks-alt li {
  float: left;
  margin: 0 0 0 8px;
}

.num-results-holder-quicklinks-alt a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #f96332;
  float: left;
  margin-left: -1px;
  padding: 6px 16px;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  transition: border-color .25s ease-in;
  text-transform: uppercase;
  border-radius: 25px;
}

.num-results-holder-quicklinks-alt a:focus,
.num-results-holder-quicklinks-alt a:hover {
  border: 1px solid #f96332;
}

.num-results-holder-quicklinks-alt li.on > span,
.num-results-holder-quicklinks-alt li.on > a,
.num-results-holder-quicklinks-alt li.on > a:hover {
  border: 1px solid #f96332;
  cursor: default;
}

/*forms*/
.title-legend.title-legend--kb {
  color: #333333;
  background: #e8e6e6;
  text-align: left;
}

.one-third-width-form-input {
  padding: 0 15px 0;
  margin: 0 0 15px;
  position: relative;
}

.one-third-width-form-input label {
  display: inline-block;
  width: 25%;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
}

.one-third-width-form-input label.two-lines {
  position: relative;
  height: 21px;
}

.one-third-width-form-input label.two-lines span {
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  padding: 0 10px 0 0;
}

.one-third-width-form-input .help-block {
  margin-left: 25%;
  padding-left: 4px;
}

.one-third-width-form-input input[type="text"],
.one-third-width-form-input input[type="email"],
.one-third-width-form-input input[type="password"],
.one-third-width-form-input input[type="date"],
.one-third-width-form-input input[type="tel"],
.one-third-width-form-input input[type="url"],
.one-third-width-form-input input[type="datetime"],
.one-third-width-form-input textarea {
  width: 24.3%;
}

.star-rating-container {
  height: 16px;
  overflow: auto;
}

.star-rating-container label {
  width: auto;
  margin: 0 15px 0 35px;
}

.star-rating-container span.stars {
  background: url(../img/stars-grey.png) no-repeat left 0;
  width: 90px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 2px;
  right: 0;
}

.star-rating-container span.star {
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/stars-grey.png) no-repeat 0 0;
  float: left;
  cursor: pointer;
}

.star-rating-container span.star.on {
  background: url(../img/star.png) no-repeat 0 0;
}

.form-panel.form-panel--no-min-height {
  min-height: 0;
}

.checkbox-alternative--kb [type="checkbox"] + label {
  min-width: 100px;
  line-height: 28px;
  border: 1px solid #999;
  text-align: center;
  border-radius: 5px;
  height: 30px;
  background: #ededed;
}

.checkbox-alternative--kb [type="checkbox"]:not(:checked),
.checkbox-alternative--kb [type="checkbox"]:checked + label {
  color: #fff;
  background: #74a631;
}

fieldset.padding-left {
  padding-left: 206px;
}

.action-buttons.action-buttons--large {
  max-width: 1000px;
}

fieldset.tag-container {
  padding: 15px 15px 0 206px;
  margin: 0 0 5px;
}

fieldset.tag-container a {
  display: inline-block;
  padding: 0 10px;
  min-width: 100px;
  line-height: 28px;
  border: 1px solid #999;
  text-align: center;
  border-radius: 5px;
  height: 30px;
  background: #ededed;
  margin: 0 5px 10px 5px;
  font-size: 1.2em;
  color: #fff;
  background: #74a631;
  text-decoration: none;
  position: relative;
}

fieldset.tag-container a::after {
  content: "x";
  position: absolute;
  display: block;
  top: 2px;
  right: 5px;
  line-height: 1em;
}

.checkbox-alternative [type="checkbox"] + label {
  text-transform: capitalize;
}

/*in-page-navigation*/
.in-page-navigation-panel.in-page-navigation-panel--white-bg {
  background: #fff;
  max-width: 1000px;
}

.in-page-navigation-panel.in-page-navigation-panel--white-bg .language-selector a {
  color: #f96332;
}

.in-page-navigation-panel.in-page-navigation-panel--white-bg .language-selector li.on a, .in-page-navigation-panel.in-page-navigation-panel--white-bg .language-selector a:hover {
  border-color: #f96332;
}

/*lister-panel*/
.lister-panel.lister-panel--small {
  max-width: 800px;
}

.lister-panel.lister-panel--large {
  max-width: 1000px;
}

.categories-delete {
  color: #f96332;
  font-size: 2em;
  text-align: center;
}

.td-delete, .td-articles {
  text-align: center;
}

.td-articles.td-articles--no-articles {
  color: #f96332;
}

.icon-action--reorder {
  font-size: .7em;
}

.list-table .icon-action.icon-action--reorder a {
  padding: 1.5px;
}

.lister-panel--categories input[type="text"], .lister-panel--industries input[type="text"] {
  width: 230px;
}

.lister-panel--categories tr.tr-subcategory {
  display: none;
  opacity: 0;
  transition: opacity 500ms linear;
}

.lister-panel--categories tr.tr-subcategory div {
  display: none;
}

.lister-panel--categories tr.tr-subcategory .icon-action a {
  color: #666;
}

.lister-panel--categories tbody.show-subcategories tr.tr-subcategory {
  display: table-row;
  opacity: 1;
}

.lister-panel--categories tbody.show-subcategories tr.tr-category {
  background: #f5f5f5;
}

.lister-panel--categories tbody.show-subcategories tr.tr-category .btn-subcategory {
  background: #f96332;
  color: #fff;
}

.lister-panel--categories tbody.show-subcategories tr.tr-category .btn-subcategory:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lister-panel--industries .list-table {
  width: 670px;
  margin: auto;
  border-left: 1px solid #e3e3e3;
}

.lister-panel--tags .table-container-container {
  overflow: auto;
}

.lister-panel--tags .table-container-container .table-container {
  width: 50%;
  float: left;
}

.lister-panel--tags .table-container-container .table-container .list-table {
  border-left: 1px solid #e3e3e3;
}

.lister-panel--tags .table-container-container .table-container--left {
  padding: 0 10px 0 20px;
}

.lister-panel--tags .table-container-container .table-container--right {
  padding: 0 20px 0 10px;
}

.add-container .add-container-input {
  display: inline-block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  /* transition: all 250ms linear;  */
}

.add-container .add-container-input .btn {
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 29px;
}

.add-container .add-container-input input[type="text"] {
  margin: 0 14px;
  position: absolute;
  display: block;
  top: -1px;
  left: 0px;
  width: 230px;
  /*transition: left 250ms linear;*/
}

.add-container .add-container-input .btn.btn-primary {
  position: absolute;
  display: block;
  top: -1px;
  left: 0px;
  /*transition: left 250ms linear; */
}

.add-container.show-input .add-show-input {
  display: none;
}

.add-container.show-input .add-container-input {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.add-container.show-input .add-container-input input[type="text"] {
  left: 162px;
}

.add-container.show-input .add-container-input .btn.btn-primary {
  left: 420px;
}

.form-panel .add-container.show-input .add-container-input input[type="text"] {
  left: 140px;
  width: 182px;
}

.form-panel .add-container.show-input .add-container-input .btn.btn-primary {
  left: 350px;
}

.add-container-input.on {
  display: inline-block;
}

/******* VENUES LISTER *******/
#venue-map-view-container .standard-form-input {
  margin: 15px 0;
}

#venue-map-view-container .standard-form-input span.show-all {
  float: right;
  margin-top: -2px;
}

#venue-map-view-container a {
  color: #333;
}

/******* ADD A VENUE *******/
/* VENUE DIRECTIONS */
.venue-directions-panel {
  border-radius: 0;
}

.venue-directions-panel .transit-transports-option {
  padding: 0;
  margin: 20px 0 0 0;
}

.results-research-transit-transports .empty--text-message {
  text-align: center;
  background: #f5f5f5;
  padding: 40px;
  font-size: 1.15em;
}

.types-transit-transports-container label.show-label {
  width: 5%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 1.15em;
}

.types-transit-transports-container .types-transit-transports {
  width: auto;
  display: inline;
  margin-left: 40px;
  margin-bottom: 15px;
}

.types-transit-transports-container .input-group {
  display: inline-block;
}

.types-transit-transports-container .input-group p {
  display: inline;
}

.types-transit-transports-container .radius-transit-transports {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.15em;
}

.types-transit-transports-container .radius-transit-transports label {
  display: inline;
}

.types-transit-transports-container .radius-transit-transports input {
  margin-left: 10px;
}

.spinner {
  max-width: 60px;
  height: auto;
  margin: 0 auto;
  display: none;
}

.types-transit-transports-container #transit-transports {
  width: 100%;
  padding: 20px 40px;
  background: #f5f5f5;
  float: left;
  display: none;
}

.types-transit-transports-container .transport-type {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.types-transit-transports-container .transport-type legend {
  width: 100%;
  text-transform: uppercase;
  color: #666;
  display: block;
  text-align: left;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.types-transit-transports-container .transport-type p {
  width: 31.5%;
  margin-bottom: 10px;
  display: inline-block;
  height: auto;
}

.types-transit-transports-container .transport-type p label {
  height: auto;
  vertical-align: top;
}

.types-transit-transports-container .transport-type .no-type-results {
  padding: 40px 0;
  font-size: 1.15em;
  color: #333;
}

/* VENUE OPENING TIMES */
.js-opening-time-container select {
  font-size: .85em;
}

.js-opening-time-container .list-usage-table__day {
  width: 20%;
}

.js-opening-time-container .list-usage-table__openingTimes {
  width: 59%;
}

.js-opening-time-container .list-usage-table__openingTimes ul {
  list-style: none;
  padding: 0;
}

.js-opening-time-container .list-usage-table__openingTimes ul li {
  display: inline;
}

.js-opening-time-container .list-usage-table__openingTimes ul li select {
  padding-right: 36px;
}

.js-opening-time-container .list-usage-table__closeAllDay {
  width: 16%;
}

.js-opening-time-container .list-usage-table__closeAllDay p {
  text-align: center;
  margin: -22px 0 0 5px;
}

.js-opening-time-container .list-usage-table__closeAllDay p .checkbox [type="checkbox"]:not(:checked) + label {
  padding: 0;
}

.js-opening-time-container .list-usage-table__closeAllDay p .checkbox [type="checkbox"]:checked + label {
  padding: 0;
}

.js-opening-time-container .list-usage-table__delete {
  width: 5%;
}

.venue-empty-day {
  display: none;
}

.js-add-another-day {
  font-size: 1.15em;
}

/* VENUE DOWNLOADS */
.venue-downloads .standard-form-input .inline-input label {
  width: 23.5%;
}

.download-wrapper {
  border-bottom: 1px solid #ededed;
  padding-top: 20px;
}

.download-wrapper > legend {
  font-size: 1.2em;
  color: #666;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 210px;
}

/* VENUE FACILITIES */
.list-table-facilities input {
  width: 70%;
}

/*# sourceMappingURL=main.css.map */
