/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Colors
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Body
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Font Sizes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Font Weights
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Link Colors
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Border Colors
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Boxes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Photos
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Tabs
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Buttons
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Bubbles
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Circles
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Quotes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Urls
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Breadcrumbs
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* _forms.less variables
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Everything */
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Body / Html
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
  background: #e4e4e4;
  color: #444;
  font-family: "proxima-nova", "Proxima Nova", sans-serif;
  font-size: 12px;
  margin: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Horizontal Rules
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
hr {
  display: block;
  margin: 0 auto;
  height: 1px;
  background: transparent none;
  border-top: 0px solid #eaeaea;
  padding: 0;
  border-left: 0px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Links
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a {
  color: #568db4;
  text-decoration: none;
}
a:hover {
  color: #325772;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Paragraphs
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
p {
  margin: 0;
  padding: 0.25em 0 0.5em;
  line-height: 160%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Images
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
img {
  box-sizing: content-box;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Heading Tags
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 1em 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0C92F2;
}
h1 .heading-link,
h2 .heading-link,
h3 .heading-link,
h4 .heading-link,
h5 .heading-link,
h6 .heading-link {
  color: #568db4;
  font-size: 80%;
  padding-left: 10px;
}
h1 .heading-link:hover,
h2 .heading-link:hover,
h3 .heading-link:hover,
h4 .heading-link:hover,
h5 .heading-link:hover,
h6 .heading-link:hover {
  color: #325772;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* All Text
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
strong,
em,
i {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
.btn {
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 300ms ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0.6em 1.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  background-color: #eeeeee;
  color: #646464;
  text-decoration: none;
  outline: none;
}
.btn:hover {
  background-color: #c8c8c8;
  color: #646464;
}
.btn i {
  position: relative;
  top: 1px;
}
.btn .icon-chevron-right,
.btn .icon-chevron-left {
  font-size: 90%;
  top: 2px;
}
.btn .icon-play-circle {
  top: 3px;
}
.btn-primary,
.btn--primary,
.compare-table__module-content .actions .btn--primary {
  background-color: #9dd046;
  color: #ffffff;
}
.btn-primary:hover,
.btn--primary:hover {
  background-color: #89bd30;
  color: #ffffff;
}
.btn-pink,
.btn--pink {
  background-color: deeppink;
  color: white;
}
.btn-pink:hover,
.btn--pink:hover {
  background-color: #ad005d;
  color: white;
}
.btn-blue,
.btn--blue {
  background-color: #48a4ff;
  color: #ffffff;
}
.btn-blue:hover,
.btn--blue:hover {
  background-color: #158bff;
  color: #ffffff;
}
.btn-error,
.btn--error {
  background-color: #ba0000;
  color: #ffffff;
}
.btn-error:hover,
.btn--error:hover {
  background-color: #870000;
  color: #ffffff;
}
.btn-dark,
.btn--dark {
  background-color: #181818;
  color: #ffffff;
}
.btn-dark:hover,
.btn--dark:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-gray,
.btn--gray {
  background-color: #787878;
  color: #ffffff;
}
.btn-gray:hover,
.btn--gray:hover {
  background-color: #5f5f5f;
  color: #ffffff;
}
.btn-light-gray,
.btn--light-gray {
  background-color: #c8c8c8;
  color: #000000;
}
.btn-light-gray:hover,
.btn--light-gray:hover {
  background-color: #afafaf;
  color: #000000;
}
.btn--clear {
  box-shadow: 0 0 0 0 transparent;
  background-color: transparent;
  color: #000000;
  border: 0;
}
.btn--clear:hover {
  background-color: transparent;
  color: #000000;
}
.btn--color-black,
.btn--color-black:hover {
  color: #303335;
}
.btn--color-white,
.btn--color-white:hover {
  color: #ffffff;
}
.btn--border {
  border: 1px solid #ffffff;
  background: transparent none;
  color: #ffffff;
}
.btn--border:hover {
  background: rgba(255, 255, 255, 0.2) none;
  color: #ffffff;
}
.btn--large {
  font-size: 20px !important;
}
.btn--medium {
  font-size: 13px;
}
.btn--small {
  font-size: 11px;
}
.btn--xlarge {
  font-size: 30px;
}
.btn--no-shadow {
  box-shadow: 0 0 0 0 transparent;
}
.btn--short,
.mo-item-single--list .mo-item-single__inner .mo-item__title .btn {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.btn--skinny {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.btn-mini,
.btn--mini {
  display: block;
  line-height: 12px;
}
.btn-margin-top {
  margin-top: 5px;
}
.table .complete,
.table .complete td {
  background-color: #e1fce4 !important;
}
.btn-auto-size {
  display: block !important;
}
.btn-full-width,
.btn--full-width {
  display: block !important;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-group {
  position: relative;
  display: block;
  vertical-align: middle;
  font-size: 0;
  z-index: 10;
}
.btn-group.dropdown-open {
  z-index: 20;
}
.btn-group .dropdown-toggle--open {
  border-bottom-right-radius: 0;
}
.btn-group .btn {
  margin-left: -2px;
}
.btn-group > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-left: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-bar .btn-group {
  display: inline-block;
  padding-left: 10px;
}
.btn-bar .btn-group:first-child {
  padding-left: 0;
}
.bubble {
  border-radius: 4px;
  background-color: #eeeeee;
  padding: 2px 8px;
  font-size: 10px;
  color: #444444;
  line-height: 1.9;
  text-decoration: none;
}
.bubble.round {
  border-radius: 50%;
}
.bubble.vertical-space {
  margin-top: 4px;
  margin-bottom: 4px;
}
.bubble.bubble--large {
  padding: 6px 14px;
}
a.bubble {
  text-decoration: none;
}
a.bubble:hover {
  background-color: #d5d5d5;
}
.bubble--dark {
  background-color: #525252;
  color: #f8f8f8;
}
a.bubble--dark {
  color: #f8f8f8;
}
a.bubble--dark:hover {
  background-color: #6c6c6c;
}
.bubble--green {
  background-color: #6cbb00;
  color: #f8f8f8;
}
a.bubble--green {
  color: #f8f8f8;
}
a.bubble--green:hover {
  background-color: #4f8800;
}
.bubble--red {
  background-color: #d90000;
  color: #ffffff;
}
a.bubble--red {
  color: #ffffff;
}
a.bubble--red:hover {
  background-color: #a60000;
}
.bubble--orange {
  background-color: #ff8100;
  color: #ffffff;
}
.bubble--orangea {
  color: #ffffff;
}
.bubble--orangea:hover {
  background-color: #cc6700;
}
.bubble--light-blue {
  background-color: #ff8100;
  color: #777777;
}
.bubble--light-bluea {
  color: #777777;
}
.bubble--light-bluea:hover {
  background-color: #cc6700;
}
.bubble--blue {
  background-color: #00b6e6;
  color: #ffffff;
}
.bubble--bluea {
  color: #ffffff;
}
.bubble--bluea:hover {
  background-color: #008eb3;
}
.circle {
  border-radius: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 0.212em 0.49em;
  line-height: 1.3;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  background-color: #999999;
}
a.circle {
  text-decoration: none;
}
a.circle:hover {
  background-color: #808080;
  color: #ffffff;
}
.circle--green {
  background-color: #6cbb00;
  color: #ffffff;
}
a.circle--green:hover {
  background-color: #4f8800;
  color: #ffffff;
}
.circle--red {
  background-color: #d90000;
  color: #ffffff;
}
a.circle--red:hover {
  background-color: #a60000;
  color: #ffffff;
}
.circle--orange {
  background-color: #ff8100;
  color: #ffffff;
}
a.circle--orange:hover {
  background-color: #cc6700;
  color: #ffffff;
}
.circle--light-blue {
  background-color: #bfefff;
  color: #777777;
}
a.circle--light-blue:hover {
  background-color: #8ce2ff;
  color: #777777;
}
.circle--blue {
  background-color: #00b6e6;
  color: #ffffff;
}
a.circle--blue:hover {
  background-color: #008eb3;
  color: #ffffff;
}
.circle--light-gray {
  background-color: #dcdcdc;
  color: #999999;
}
a.circle--light-gray:hover {
  background-color: #c3c3c3;
  color: #999999;
}
.is-button,
[is-button] {
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all ease-in-out 300ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 0.35em 0.75em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  background-color: #e6e6e6;
  color: #5a5a5a;
  text-decoration: none;
  outline: none;
}
.is-button--primary,
[is-button~="primary"] {
  background-color: #9dd046;
  color: #ffffff;
}
.is-button--primary:hover,
[is-button~="primary"]:hover {
  background-color: #89bd30;
  color: #ffffff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Box Sizing
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/**, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Groups
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.group,
.clearfix {
  border-spacing: 0 !important;
}
.group:before,
.clearfix:before,
.group:after,
.clearfix:after {
  content: "";
  display: table;
}
.group:after,
.clearfix:after {
  clear: both;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Display
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.block,
.show {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
.inline-block.inline-block,
.mo-item-single--list .mo-item-single__inner .mo-item__title .form-input {
  display: inline-block;
}
.hide {
  display: none;
}
.width-inherit.width-inherit {
  width: inherit;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Image Replacement
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ir {
  background-color: transparent;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Hidden
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.hidden {
  display: none !important;
  visibility: hidden;
}
.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;
}
.invisible {
  visibility: hidden;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Floats
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-none {
  float: none !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Align
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.auto-center {
  margin-left: auto;
  margin-right: auto;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Containers / Wrappers
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.fixed-container {
  width: 1000px;
  margin: 0 auto;
}
.fluid-container {
  width: 100%;
}
.full-height {
  height: 100%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Margin / Padding Helpers
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.remove_top_margin {
  margin-top: 0 !important;
}
.remove_right_margin {
  margin-right: 0 !important;
}
.remove_bottom_margin {
  margin-bottom: 0 !important;
}
.remove_left_margin {
  margin-left: 0 !important;
}
.remove_top_padding {
  padding-top: 0 !important;
}
.remove_right_padding {
  padding-right: 0 !important;
}
.remove_bottom_padding {
  padding-bottom: 0 !important;
}
.remove_left_padding {
  padding-left: 0 !important;
}
.remove-vertical-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.remove-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-top {
  padding-top: 10px !important;
}
.padding-right {
  padding-right: 10px !important;
}
.padding-bottom {
  padding-bottom: 10px !important;
}
.padding-left {
  padding-left: 10px !important;
}
.margin-top {
  margin-top: 10px !important;
}
.margin-right {
  margin-right: 10px !important;
}
.margin-bottom {
  margin-bottom: 10px !important;
}
.margin-left {
  margin-left: 10px !important;
}
.fill-space {
  padding: 10px;
}
.fill-space-large {
  padding: 20px;
}
.padding-left {
  padding-left: 40px !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Border Helpers
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.no-border {
  border: 0 !important;
}
.no-left-border {
  border-left: 0 !important;
}
.no-right-border {
  border-right: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.no-bottom-border {
  border-bottom: 0 !important;
}
.no-horizontal-border {
  border-left: 0 !important;
  border-right: 0 !important;
}
.no-vertical-border {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Columns
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.column-1,
.column-1-2,
.column-1-3,
.column-2-3,
.column-1-4,
.column-3-4,
.column-1-5,
.column-2-5,
.column-3-5,
.column-4-5,
.column-1-6,
.column-5-6,
.column-1-8,
.column-3-8,
.column-5-8,
.column-7-8,
.column-1-12,
.column-5-12,
.column-7-12,
.column-11-12,
.column-1-24,
.column-5-24,
.column-7-24,
.column-11-24,
.column-13-24,
.column-17-24,
.column-19-24,
.column-23-24 {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.column-1.valign-middle,
.column-1-2.valign-middle,
.column-1-3.valign-middle,
.column-2-3.valign-middle,
.column-1-4.valign-middle,
.column-3-4.valign-middle,
.column-1-5.valign-middle,
.column-2-5.valign-middle,
.column-3-5.valign-middle,
.column-4-5.valign-middle,
.column-1-6.valign-middle,
.column-5-6.valign-middle,
.column-1-8.valign-middle,
.column-3-8.valign-middle,
.column-5-8.valign-middle,
.column-7-8.valign-middle,
.column-1-12.valign-middle,
.column-5-12.valign-middle,
.column-7-12.valign-middle,
.column-11-12.valign-middle,
.column-1-24.valign-middle,
.column-5-24.valign-middle,
.column-7-24.valign-middle,
.column-11-24.valign-middle,
.column-13-24.valign-middle,
.column-17-24.valign-middle,
.column-19-24.valign-middle,
.column-23-24.valign-middle {
  vertical-align: middle;
}
.column-1.valign-bottom,
.column-1-2.valign-bottom,
.column-1-3.valign-bottom,
.column-2-3.valign-bottom,
.column-1-4.valign-bottom,
.column-3-4.valign-bottom,
.column-1-5.valign-bottom,
.column-2-5.valign-bottom,
.column-3-5.valign-bottom,
.column-4-5.valign-bottom,
.column-1-6.valign-bottom,
.column-5-6.valign-bottom,
.column-1-8.valign-bottom,
.column-3-8.valign-bottom,
.column-5-8.valign-bottom,
.column-7-8.valign-bottom,
.column-1-12.valign-bottom,
.column-5-12.valign-bottom,
.column-7-12.valign-bottom,
.column-11-12.valign-bottom,
.column-1-24.valign-bottom,
.column-5-24.valign-bottom,
.column-7-24.valign-bottom,
.column-11-24.valign-bottom,
.column-13-24.valign-bottom,
.column-17-24.valign-bottom,
.column-19-24.valign-bottom,
.column-23-24.valign-bottom {
  vertical-align: bottom;
}
.group .column-1,
.group .column-1-2,
.group .column-1-3,
.group .column-2-3,
.group .column-1-4,
.group .column-3-4,
.group .column-1-5,
.group .column-2-5,
.group .column-3-5,
.group .column-4-5,
.group .column-1-6,
.group .column-5-6,
.group .column-1-8,
.group .column-3-8,
.group .column-5-8,
.group .column-7-8,
.group .column-1-12,
.group .column-5-12,
.group .column-7-12,
.group .column-11-12,
.group .column-1-24,
.group .column-5-24,
.group .column-7-24,
.group .column-11-24,
.group .column-13-24,
.group .column-17-24,
.group .column-19-24,
.group .column-23-24 {
  display: block;
  float: left;
}
.columns--text .column-1:first-child,
.columns--text .column-1-2:first-child,
.columns--text .column-1-3:first-child,
.columns--text .column-2-3:first-child,
.columns--text .column-1-4:first-child,
.columns--text .column-3-4:first-child,
.columns--text .column-1-5:first-child,
.columns--text .column-2-5:first-child,
.columns--text .column-3-5:first-child,
.columns--text .column-4-5:first-child,
.columns--text .column-1-6:first-child,
.columns--text .column-5-6:first-child,
.columns--text .column-1-8:first-child,
.columns--text .column-3-8:first-child,
.columns--text .column-5-8:first-child,
.columns--text .column-7-8:first-child,
.columns--text .column-1-12:first-child,
.columns--text .column-5-12:first-child,
.columns--text .column-7-12:first-child,
.columns--text .column-11-12:first-child,
.columns--text .column-1-24:first-child,
.columns--text .column-5-24:first-child,
.columns--text .column-7-24:first-child,
.columns--text .column-11-24:first-child,
.columns--text .column-13-24:first-child,
.columns--text .column-17-24:first-child,
.columns--text .column-19-24:first-child,
.columns--text .column-23-24:first-child {
  padding-left: 0 !important;
}
.columns--text .column-1:last-child,
.columns--text .column-1-2:last-child,
.columns--text .column-1-3:last-child,
.columns--text .column-2-3:last-child,
.columns--text .column-1-4:last-child,
.columns--text .column-3-4:last-child,
.columns--text .column-1-5:last-child,
.columns--text .column-2-5:last-child,
.columns--text .column-3-5:last-child,
.columns--text .column-4-5:last-child,
.columns--text .column-1-6:last-child,
.columns--text .column-5-6:last-child,
.columns--text .column-1-8:last-child,
.columns--text .column-3-8:last-child,
.columns--text .column-5-8:last-child,
.columns--text .column-7-8:last-child,
.columns--text .column-1-12:last-child,
.columns--text .column-5-12:last-child,
.columns--text .column-7-12:last-child,
.columns--text .column-11-12:last-child,
.columns--text .column-1-24:last-child,
.columns--text .column-5-24:last-child,
.columns--text .column-7-24:last-child,
.columns--text .column-11-24:last-child,
.columns--text .column-13-24:last-child,
.columns--text .column-17-24:last-child,
.columns--text .column-19-24:last-child,
.columns--text .column-23-24:last-child {
  padding-right: 0 !important;
}
.column-1 {
  width: 100%;
}
.column-1-2 {
  width: 50%;
  *width: 49.969%;
}
.column-1-3 {
  width: 33.3333%;
  *width: 33.3023%;
}
.column-2-3 {
  width: 66.6667%;
  *width: 66.6357%;
}
.column-1-4 {
  width: 25%;
  *width: 24.969%;
}
.column-3-4 {
  width: 75%;
  *width: 74.969%;
}
.column-1-5 {
  width: 20%;
  *width: 19.969%;
}
.column-2-5 {
  width: 40%;
  *width: 39.969%;
}
.column-3-5 {
  width: 60%;
  *width: 59.969%;
}
.column-4-5 {
  width: 80%;
  *width: 79.969%;
}
.column-1-6 {
  width: 16.6667%;
  *width: 16.6357%;
}
.column-5-6 {
  width: 83.3333%;
  *width: 83.3023%;
}
.column-1-8 {
  width: 12.5%;
  *width: 12.469%;
}
.column-3-8 {
  width: 37.5%;
  *width: 37.469%;
}
.column-5-8 {
  width: 62.5%;
  *width: 62.469%;
}
.column-7-8 {
  width: 87.5%;
  *width: 87.469%;
}
.column-1-12 {
  width: 8.3333%;
  *width: 8.3023%;
}
.column-5-12 {
  width: 41.6667%;
  *width: 41.6357%;
}
.column-7-12 {
  width: 58.3333%;
  *width: 58.3023%;
}
.column-11-12 {
  width: 91.6667%;
  *width: 91.6357%;
}
.column-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.column-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.column-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.column-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.column-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.column-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.column-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.column-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Page Layouts
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.page-sidebar {
  width: 225px;
}
body.item-layout-view-full .page-sidebar {
  display: none !important;
}
.is-admin-page .page-sidebar {
  width: 180px;
}
.page-content {
  width: 100%;
  max-width:1000px;
  margin-right: auto;
  margin-left: auto;
}
body.item-layout-view-full .page-content {
  width: 100%;
  float: none;
}
.is-admin-page .page-content {
  width: 805px;
}
.page-layout--item .page-sidebar {
  width: 330px;
}
.page-layout--item .page-content {
  width: 640px;
}
.page-layout--page {
  padding-top: 0px;
}
.page-layout--page.is-edu .page-content {
  width: 100%;
  float: none;
}
.page-layout--cart {
  width: 1040px;
}
.page-layout--cart .page-content {
  width: 800px;
}
.page-layout--cart .page-sidebar {
  width: 200px;
}
.page-layout--container {
  width: 1000px;
}
.page-layout--container .page-content {
  width: 100%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Grid / List View Layout
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.layout-view.layout-view-list .hide-layout-list {
  display: none !important;
}
.layout-view.layout-view-grid .hide-layout-grid {
  display: none !important;
}
.layout-view.layout-view-full .hide-layout-full {
  display: none !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Layout Sections
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
section.section {
  padding-bottom: 20px;
}
section.section-large {
  padding-bottom: 40px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Text
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
p.large {
  font-size: 140%;
  line-height: 160%;
}
p.quote {
  font-style: italic;
  color: #787878;
}
.no-bold {
  font-weight: 400 !important;
}
#container {
  width: 100%;
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Text Colors
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.color--green,
.slideshow--testimonial .user-name {
  color: #92c933;
}
a.color--green {
  color: #92c933 !important;
}
a.color--green:hover {
  color: #74a029 !important;
}
.color--red {
  color: #ff2828;
}
a.color--red {
  color: #ff2828 !important;
}
a.color--red:hover {
  color: #f40000 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Banner Logo
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.banner-logo {
  max-height: 45px;
  max-width: 60px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Horizontal Rule
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.horizontal-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: transparent none;
  border-top: 1px solid #e6e6e6;
  margin: 20px 0;
}
.horizontal-rule.large {
  margin: 40px 0;
}
.horizontal-rule.small {
  margin: 10px 0;
}
.horizontal-rule.tiny {
  margin: 2px 0;
}
.horizontal-rule.dark {
  border-color: #cdcdcd;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Boxes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box {
  border-radius: 4px;
  background-color: #ffffff;
  border-bottom: 2px solid #e6e6e6;
}
.box-header {
  border-radius: 4px 4px 0 0;
  background-color: #f2f2f2;
}
.box-fill-light .box-header {
  background-color: #f3f3f3;
}
.box-header .title {
  font-size: 24px;
  margin: 0;
  padding: 15px 25px;
}
.box-header .sub-title {
  font-size: 12px;
  margin: 0;
  padding: 0 25px 15px 25px;
}
.box-header-small {
  border-radius: 4px 4px 0 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
}
.box-header-small .title {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  padding: 5px 15px;
}
.box-header-small .sub-title {
  font-size: 10px;
  margin: 0;
  padding: 0 15px 5px 15px;
}
.box-fill {
  background-color: #f3f3f3;
}
.box-fill-light {
  background-color: #fafafa;
}
.box-fill-gray-light {
  background-color: #f0f0f0;
}
.box-fill-gray {
  background-color: #e6e6e6;
}
.box-fill-gray.box {
  border-bottom-color: #cdcdcd;
}
.box-fill-dark {
  background-color: #3d3d3d;
}
.box-fill-blue {
  background-color: #d0f1ff;
}
.box-fill-blue.box {
  border-bottom-color: #6ad3ff;
}
.box-fill-white {
  background-color: #ffffff;
}
.box-outline-green {
  border: 2px solid #54a200;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Space
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-space,
.mo-item__details .mo-section {
  padding: 20px;
}
.box-space-large {
  padding: 40px;
}
.box-space-xlarge {
  padding: 80px;
}
.box-space-small {
  padding: 10px;
}
.box-space-tiny {
  padding: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Space Vertical
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-space-vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-space-vertical-small {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-space-vertical-tiny {
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-space-vertical-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.box-space-vertical-xlarge {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Space Horizontal
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-space-horizontal {
  padding-left: 20px;
  padding-right: 20px;
}
.box-space-horizontal-large {
  padding-left: 40px;
  padding-right: 40px;
}
.box-space-horizontal-xlarge {
  padding-left: 80px;
  padding-right: 80px;
}
.box-space-horizontal-small {
  padding-left: 10px;
  padding-right: 10px;
}
.box-space-horizontal-tiny {
  padding-left: 5px;
  padding-right: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Space Top
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-space-top {
  padding-top: 20px;
}
.box-space-top-large {
  padding-top: 40px;
}
.box-space-top-xlarge {
  padding-top: 80px;
}
.box-space-top-small {
  padding-top: 10px;
}
.box-space-top-tiny {
  padding-top: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Space Right
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-space-right {
  padding-right: 20px;
}
.box-space-right-large {
  padding-right: 40px;
}
.box-space-right-xlarge {
  padding-right: 80px;
}
.box-space-right-small {
  padding-right: 10px;
}
.box-space-right-tiny {
  padding-right: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Space Bottom
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-space-bottom {
  padding-bottom: 20px;
}
.box-space-bottom-large {
  padding-bottom: 40px;
}
.box-space-bottom-xlarge {
  padding-bottom: 80px;
}
.box-space-bottom-small {
  padding-bottom: 10px;
}
.box-space-bottom-tiny {
  padding-bottom: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Space Left
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-space-left {
  padding-left: 20px;
}
.box-space-left-large {
  padding-left: 40px;
}
.box-space-left-xlarge {
  padding-left: 80px;
}
.box-space-left-small {
  padding-left: 10px;
}
.box-space-left-tiny {
  padding-left: 5px;
}
/* Photo Box */
.box-photo {
  border-radius: 4px;
  display: block;
  padding: 5px;
  background-color: #f8f8f8;
  border-bottom: 2px solid #dbdbdb;
}
.box-photo a {
  border-radius: 4px;
  display: block;
  padding: 4px;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}
.box-photo a img {
  display: block;
}
.box-photo-white {
  border-radius: 4px;
  display: block;
  padding: 5px;
  background-color: #ffffff;
  border-bottom: 2px solid #dbdbdb;
}
.box-photo--item-medium {
  width: 270px;
}
.box-photo--browser,
.box-photo--image {
  position: relative;
}
.box-photo--browser img,
.box-photo--image img {
  display: block;
  border-bottom: 2px solid #e5e5e5;
}
.box-photo--browser a,
.box-photo--image a {
  display: block;
  position: relative;
}
.box-photo--browser .title,
.box-photo--image .title {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
  color: #181818;
}
.box-photo--browser .sub-title,
.box-photo--image .sub-title {
  color: #3d3d3d;
}
.box-photo--browser img {
  padding-top: 24px;
}
.box-photo--browser:before {
  border-radius: 4px 4px 0 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #0f0e13;
  display: block;
}
.box-photo--browser:after {
  content: '...';
  color: #55535e;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  left: 5px;
  font-weight: 700;
  letter-spacing: 1px;
}
.box-photo--browser--large img {
  padding-top: 30px;
}
.box-photo--browser--large:before {
  height: 30px;
}
.box-photo--browser--large:after {
  font-size: 44px;
  top: -17px;
  left: 8px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Box Tabs
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box-tabs {
  border-radius: 4px 4px 0 0;
  background-color: #eeeeee;
}
.box-tabs .box-tab {
  font-size: 24px;
}
.box-tabs--small .box-tab {
  font-size: 14px;
}
.box-tabs--basic {
  background-clip: padding-box;
  overflow: hidden;
}
.box-tabs--basic .box-tab--active {
  background-color: #ffffff;
}
.box-tabs--basic .box-tab {
  border-left: 1px solid #e4e4e4;
}
.box-tabs--basic .box-tab:first-child {
  border-left: 0;
}
.box-full-tabs {
  width: 100%;
  display: table;
}
.box-full-tabs .box-tab {
  transition: all 300ms ease-in-out;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 1em 0;
  text-decoration: none;
  color: #7c7c7c;
  overflow: hidden;
}
.box-full-tabs .box-tab:hover {
  color: #3b3f41;
}
.box-full-tabs .box-tab:before {
  transition: bottom 400ms ease-in-out;
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
}
.box-full-tabs .box-tab--active {
  color: #3b3f41;
}
.box-full-tabs .box-tab--active:before {
  bottom: 0;
}
.box-tabs-content {
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}
.box-tab-section-holder {
  overflow: hidden;
  position: relative;
}
.box-tab-section-holder .box-tab-section {
  transition: all 600ms ease-in-out;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  z-index: 5;
}
.box-tab-section-holder .box-tab-section--active {
  -webkit-transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 10;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Menus
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-small li {
  padding: 8px 0;
}
.menu--list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
}
.menu--icons {
  margin: 0;
  padding: 0;
}
.menu--icons li {
  list-style-position: outside;
  padding: 2px 0;
}
.menu--icons li i {
  margin-right: 10px;
}
.menu--horizontal li {
  list-style-position: none;
  display: inline-block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Start Ratings
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.star-ratings {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}
.star-ratings.active i,
.star-ratings.active span {
  cursor: pointer;
  font-size: 15px;
}
.star-ratings.active > span:hover:before,
.star-ratings.active > span:hover ~ span:before {
  font-family: 'mojomarketplace';
  content: "\e65a";
  position: absolute;
  left: 0;
  color: #FFBF00;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.star-ratings.disable i,
.star-ratings.disable span {
  cursor: normal;
}
.star-ratings i.active {
  color: gold;
}
.star-ratings > span {
  display: inline-block;
  position: relative;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Tag Labels
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tag-labels span a {
  text-decoration: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Custom Dropdown
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.dropdown-toggle i.open {
  display: none;
}
.dropdown-toggle i.closed {
  display: inline-block;
}
.dropdown-toggle.dropdown-toggle--open i.open {
  display: inline-block;
}
.dropdown-toggle.dropdown-toggle--open i.closed {
  display: none;
}
.dropdown-menu {
  border-radius: 0 0 4px 4px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  background-color: #e6e6e6;
}
.dropdown-menu.dropdown-menu--open {
  display: block;
}
.dropdown-menu.dropdown-menu--right {
  left: initial;
  right: 0;
}
.dropdown-menu li {
  text-align: left;
  padding: 2px 5px;
  font-size: 80%;
  display: block;
}
.dropdown-menu li:first-child {
  padding-top: 5px;
}
.dropdown-menu li:last-child {
  padding-bottom: 5px;
}
.dropdown-menu li a {
  border-radius: 4px;
  display: block;
  padding: 4px;
}
.dropdown-menu li a:hover {
  background-color: #f3f3f3;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Hide Show Sections
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.show-hide-section {
  display: none;
}
.show-hide-section.active {
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Section Switcher
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.switcher-holder .switcher-section {
  display: none;
}
.switcher-holder .switcher-section.active {
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Breadcrumbs
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.breadcrumbs {
  border-radius: 4px;
  background-color: #f5f5f5;
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  margin-top: 10px;
}
.breadcrumbs a {
  color: #b4b4b4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #515151;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: block;
  float: left;
}
.breadcrumbs .first a i {
  padding-left: 0;
}
.breadcrumbs i {
  position: relative;
  padding: 0 4px;
  top: 1px;
  color: #b4b4b4;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Magic Forms
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
form.magic-form .row {
  margin: 15px 0;
}
form.magic-form .row .input {
  padding-bottom: 15px;
}
form.magic-form .row label {
  padding-bottom: 4px;
  display: block;
  font-weight: bold;
  font-size: 13px;
}
form.magic-form .row input,
form.magic-form .row textarea {
  border: 1px solid #e6e6e6;
  height: 27px;
  width: 300px;
  background-color: #f8f8f8;
}
form.magic-form .row textarea {
  height: 200px;
}
form.magic-form .row textarea.full {
  border-radius: 4px;
  width: 630px;
  background-color: #f8f8f8;
  height: 100px;
  border: 1px solid #e6e6e6;
}
form.magic-form .row input.signup-email {
  width: 630px;
}
form.magic-form .row input.signup-username {
  width: 630px;
}
form.magic-form .row input.account-twitter {
  width: 630px;
}
form.magic-form .row input.account-facebook {
  width: 630px;
}
form.magic-form .row input.ftp_domain,
form.magic-form .row input#domain {
  width: 630px;
}
form.magic-form .row input.form_success {
  border: 2px solid #71ba00 !important;
}
form.magic-form .row input.form_error {
  border: 2px solid #e75c5c !important;
}
form.magic-form .row #domain_response {
  font-weight: bold;
}
form.magic-form .row .text_error {
  color: #e75c5c;
}
form.magic-form .row .text_success {
  color: #71ba00;
}
form.magic-form .row input.ftp_host,
form.magic-form .row input#ftp_host {
  width: 630px;
}
form.magic-form .row input.ftp_username {
  width: 630px;
}
form.magic-form .row input.ftp_password {
  width: 630px;
}
form.magic-form .row input.ftp_root {
  width: 630px;
}
form.magic-form .row input.account-website {
  width: 630px;
}
form.magic-form .row button[type="submit"] {
  width: 645px;
  padding: 7px 0;
}
form.magic-form .row input[type="checkbox"] {
  width: 12px;
  position: relative;
  top: 4px;
}
form.magic-form .row .row-first {
  float: left;
  display: block;
}
form.magic-form .row .row-second {
  float: left;
  display: block;
  margin-left: 20px;
}
form.magic-form h3 {
  border-bottom: 1px solid #e6e6e6;
  width: 93%;
  padding-right: 24px;
  padding-top: 15px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Builder Overrides
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tpl-content-builder {
  width: 100% !important;
}
.builder-sales-page .btn {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  padding: 12px 20px 9px 20px !important;
  line-height: inherit !important;
}
.builder-sales-page #theme-pricing .btn {
  background: #ad9525 !important;
  border-bottom: 3px solid #817336 !important;
  padding: 1em 2em !important;
  font-size: 28px !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1.3em !important;
}
.builder-sales-page #theme-pricing .btn:hover {
  background: #baa027;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Backup Buddy Overrides
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tpl-content-backup-buddy {
  width: 100% !important;
}
.backupbuddy-sales-page .backup-month a,
.backupbuddy-sales-page .backup-month a:hover {
  color: #fff;
}
.remove-footer-padding .mojo-footer {
  padding-top: 0;
}
.mojo-api-popup {
  background: rgba(0, 0, 0, 0.9) !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  position: absolute !important;
  z-index: 12345 !important;
}
.mojo-api-popup .mojo-api-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12347;
  text-align: center;
}
.mojo-api-popup .mojo-api-popup-close {
  color: #fff;
  padding-top: 40px;
}
.mojo-api-popup iframe {
  width: 95% !important;
  height: 620px !important;
  margin: 0 auto !important;
  display: block !important;
  position: relative !important;
  background-color: #ffffff;
  z-index: 12346;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Main Content
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.main-content {
  float: right;
  display: block;
  width: 744px;
  margin-left: 30px;
  margin-top: 35px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Home Page Items
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.home-items-section {
  width: 100%;
}
.home-items-section ul.home-items-nav {
  margin-bottom: 15px;
}
.home-items-section ul.home-items-nav li {
  float: left;
  display: block;
  width: 100px;
}
.home-items-section .home-items-inner {
  padding: 20px;
}
.home-items-section .home-items-inner ul.home-items {
  height: 500px;
}
.home-items-section .home-items-inner ul.home-items li {
  width: 300px;
  float: left;
  display: block;
}
.home-items-section .home-items-inner ul.home-items li .home-item {
  padding: 0px;
}
.home-items-section .home-items-inner ul.home-items li .home-item img {
  float: left;
  display: block;
  width: 75px;
}
.home-items-section .home-items-inner ul.home-items li .home-item .home-item-right {
  float: right;
  display: block;
  width: 225px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Scripts
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.script-progress {
  padding: 12px;
  background-color: #CDEFFF;
  border: 1px solid #00A3D9;
  color: #00698C;
  border-radius: 4px;
}
.script-progress h3 {
  float: left;
  display: block;
  margin: 5px 8px 0 0;
}
.script-progress p {
  float: left;
  display: block;
  margin: 9px 0 0 0;
}
.script-progress a {
  float: right;
  display: block;
  color: #525252;
  font-weight: bold;
}
.script-progress .btn-group .end {
  border-left: 1px solid #548c00;
}
.script-progress .float-left {
  float: left;
  margin-right: 20px;
}
.scripts-top .scripts-top-left {
  float: left;
  display: block;
  width: 225px;
  margin-top: 35px;
}
.scripts-top .scripts-top-left .sidebar .sidebar-navigation nav li {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  list-style-type: none;
  position: relative;
}
.scripts-top .scripts-top-left .sidebar .sidebar-navigation nav li a {
  font-size: 14px;
  color: #3A3F40;
  text-decoration: none;
  font-weight: normal;
  display: block;
  outline: 0;
  padding: 15px 10px;
}
.scripts-top .scripts-top-left .sidebar .sidebar-navigation nav li a:hover {
  color: #000;
  background-color: #f8f8f8;
  font-weight: bold;
}
.script-list-wrap.is-edu .page-content {
  width: 100%;
  float: none;
}
.script-list-wrap .scripts-content .scripts-top {
  padding: 52px 0 10px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.script-list-wrap .scripts-content .scripts-top .scripts-select h3 {
  float: left;
  display: block;
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.script-list-wrap .scripts-content .scripts-top .scripts-select select {
  float: left;
  display: block;
  width: 588px;
}
.script-list-wrap .scripts-content .scripts-top .scripts-select .select2-container {
  padding-top: 5px;
}
.script-list-wrap .scripts-content .script-section {
  padding-bottom: 50px;
  border-radius: 4px;
}
.script-list-wrap .install-content-steps {
  float: right;
  display: block;
  width: 730px;
  margin-top: 40px;
}
.script-list-wrap .install-content-steps .install-step {
  float: left;
  display: block;
  width: 175px;
  padding: 6px 0px;
}
.script-list-wrap .install-content-steps .install-step p {
  font-size: 14px;
  font-weight: 400;
}
.script-list-wrap .install-content-steps .install-step p span {
  font-size: 24px;
  font-weight: bold;
  padding: 4px 12px;
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.script-list-wrap .install-content-steps .install-step p.install-active {
  font-weight: bold;
}
.script-list-wrap .install-content-steps .install-step p.install-active span {
  background-color: #3B3F41;
  color: #fff;
}
.script-list-wrap .install-content-steps .step-1 {
  margin-left: 20px;
  width: 155px;
}
.script-list-wrap .install-content-steps .step-2 {
  width: 194px;
}
.script-list-wrap .install-content-steps .step-3 {
  width: 188px;
}
.script-list-wrap .install-content-steps .step-4 {
  width: 170px;
}
.script-install-complete {
  padding: 40px;
}
.script-install-complete .success-alert {
  background-color: #F0FFE0;
  border: 1px solid #6DD900;
  color: #196600;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
}
.script-install-complete hr {
  margin: 30px 0px;
}
.script-install-complete a,
.script-install-complete a:hover,
.script-install-complete a:visited a:active {
  color: #4C8BFC;
}
.scripts-intro .column-1-3 .title,
.scripts-intro .column-1-3 .description {
  color: #ffffff;
}
.script-entry {
  margin-top: 40px;
}

.script-item {
  display: inline-block;
  width: 237px;
}
.script-item .script-item-holder {
  display: table;
  width: 100%;
}
.script-item .script-thumb {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.script-item .script-text {
  display: table-cell;
  vertical-align: middle;
}
.script-item .script-text h4 {
  font-size: 14px;
  color: #535353;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}
.script-item .script-text h5 {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
  color: #525252;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SEO
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.seo-header .title {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}
.seo-header .sub-title {
  margin: 0;
  font-size: 14px;
  color: #646464;
}
.category-content .seo-header {
  position: relative;
  top: -20px;
  padding-bottom: 20px;
}
.popular-items-header .seo-header {
  padding-top: 20px;
  padding-bottom: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* home page welcome boxes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.homepage-welcome-boxes {
  display: table;
  width: 100%;
  text-align: center;
}
.homepage-welcome-boxes .entry {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 40px;
}
.homepage-welcome-boxes .entry--middle {
  padding: 0;
}
.homepage-welcome-boxes .entry--middle .inner {
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  padding: 20px 40px;
}
.homepage-welcome-boxes .title {
  margin: 0;
  font-size: 26px;
  padding-bottom: 4px;
}
.homepage-welcome-boxes .sub-title {
  margin: 0;
  padding-bottom: 10px;
  font-size: 12px;
  color: #969696;
}
.homepage-welcome-boxes .description {
  margin: 0;
  padding: 20px 0 30px 0;
  font-size: 15px;
  font-weight: 700;
}
.homepage-welcome-boxes .icon-holder {
  display: table;
  height: 215px;
  width: 100%;
}
.homepage-welcome-boxes .icon-holder .icon-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 215px;
}
.homepage-welcome-boxes .btn {
  font-size: 15px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* contact page
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.page-layout--contact h3 {
  padding: 5px 0 20px 0;
  margin: 0;
}
.page-layout--contact p {
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 120%;
  font-size: 14px;
  width: 90%;
}
.page-layout--contact p.contact-address {
  padding: 0;
}
.page-layout--contact a {
  text-decoration: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Modals
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ac-activate-modal .mojo-modal-inner {
  padding: 40px;
}
.ac-activate-modal .mojo-modal-inner .title {
  font-size: 34px;
  margin: 0;
}
.ac-activate-modal .mojo-modal-inner p {
  padding: 20px 0;
  font-size: 15px;
}
.ac-activate-modal .mojo-modal-inner .actions p {
  color: #b4b4b4;
  padding: 4px 0 0 0;
  font-size: 13px;
}
.ac-activate-modal .mojo-modal-inner .actions p a {
  color: #b4b4b4;
}
#ac-paypal-email-success .mojo-modal-inner,
#ac-paypal-email-fail .mojo-modal-inner {
  height: 200px;
  text-align: center;
}
.basic-modal .table {
  height: 100%;
}
#home-page-watch-video .mojo-modal-inner {
  width: 986px;
  height: 554px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Computers
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.computer--imac {
  /* IE 6/7 fallback */
  background-color: transparent;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  width: 509px;
  height: 379px;
  background-image: url('../../img/imac.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
.computer--imac:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.computer--imac:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.computer--imac img {
  position: absolute;
  top: 26px;
  left: 27px;
}
.computer--imac-small {
  /* IE 6/7 fallback */
  background-color: transparent;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  width: 254.5px;
  height: 189.5px;
  background-image: url('../../img/imac.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 254.5px 189.5px;
  position: relative;
}
.computer--imac-small:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.computer--imac-small:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.computer--imac-small img {
  position: absolute;
  top: 13px;
  left: 13.5px;
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Select2 Edits
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.select2-container {
  padding-top: 0 !important;
  top: -1px;
}
.select2-container.select2-container-active .select2-choice {
  border: 1px solid #cdcdcd !important;
}
.select2-container.select2-container-active .select2-arrow {
  border-left: 0 !important;
}
.select2-container .select2-choice {
  box-shadow: 0 0 0 0;
  border: 1px solid #e6e6e6 !important;
  background: #ffffff none !important;
}
.select2-container .select2-arrow {
  border-left: 1px solid #e6e6e6 !important;
  background: #ffffff none !important;
}
.select2-drop-active {
  border: 1px solid #cdcdcd !important;
  border-top: 0 !important;
}
.select2-drop-active .select2-search input {
  border: 1px solid #e6e6e6 !important;
}
.select2-drop-active .select2-results .select2-highlighted {
  background-color: #ebebeb !important;
  color: #181818 !important;
}
.select2-drop-active .select2-results li {
  border-radius: 2px;
}
.select2-container .select2-choice {
  overflow: inherit !important;
}
.select2-container.domain-select--install-domain,
.select2-container.domain-select--install-dir {
  width: 40% !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Top Header
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.top-header {
  position: relative;
  z-index: 20;
  background-color: #3b3f41;
  display: block;
  width: 100%;
}
.top-header .top-header--bar {
  position: relative;
  z-index: 20;
}
.top-header .main-bar {
  display: table;
  width: 100%;
}
.top-header .main-bar--wp-hub-nav .search-items {
  padding-left: 20px;
}
.top-header .main-bar--wp-hub-nav .search-items input {
  background-color: #ffffff;
  color: #c8c8c8;
}
.top-header .main-bar .logo,
.top-header .main-bar .site-nav,
.top-header .main-bar .user-nav,
.top-header .main-bar .logged-out {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.top-header .main-bar .logo {
  width: 10%;
  padding: 20px 20px 20px 0;
}
.top-header .main-bar .user-nav {
  text-align: right;
}
.top-header .main-bar .logged-out {
  text-align: right;
}
.top-header .main-bar .logged-out .btn {
  font-size: 13px;
  margin-left: 4px;
}
.top-header .main-bar .logged-out .notifications a {
  border-radius: 4px;
  transition: all 300ms ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #2c2f31;
  position: relative;
}
.top-header .main-bar .logged-out .notifications a:hover {
  background-color: #1f2122;
  color: #ffffff;
}
.top-header .main-bar .logged-out .notifications a:hover i {
  color: #ffffff;
}
.top-header .main-bar .logged-out .notifications a i {
  position: relative;
  top: 8px;
  font-size: 14px;
  color: #969696;
}
.top-header .main-bar .logged-out .notifications a .noti {
  border-radius: 2px;
  position: absolute;
  top: -5px;
  right: -2px;
  background-color: #ff8100;
  font-size: 9px;
  padding: 1px 3px;
  color: #ffffff;
  font-weight: 300;
}
.top-header .main-bar .user-nav-inner {
  display: table;
  width: 100%;
}
.top-header .main-bar .user-nav-inner .extra-user-nav,
.top-header .main-bar .user-nav-inner .notifications,
.top-header .main-bar .user-nav-inner .user-dropdown {
  display: table-cell;
  vertical-align: middle;
}
.top-header .main-bar .user-nav-inner .extra-user-nav {
  text-align: right;
}
.top-header .main-bar .user-nav-inner .extra-user-nav a {
  color: #969696;
}
.top-header .main-bar .user-nav-inner .extra-user-nav a:hover {
  color: #e6e6e6;
}
.top-header .main-bar .user-nav-inner .notifications {
  width: 124px;
}
.top-header .main-bar .user-nav-inner .notifications a {
  border-radius: 4px;
  transition: all 300ms ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
  margin-left: 6px;
  height: 32px;
  text-align: center;
  background-color: #2c2f31;
  position: relative;
}
.top-header .main-bar .user-nav-inner .notifications a.fixed-width {
  width: 32px;
}
.top-header .main-bar .user-nav-inner .notifications a:hover {
  background-color: #1f2122;
  color: #ffffff;
}
.top-header .main-bar .user-nav-inner .notifications a:hover i {
  color: #ffffff;
}
.top-header .main-bar .user-nav-inner .notifications a i {
  position: relative;
  top: 8px;
  font-size: 14px;
  color: #969696;
}
.top-header .main-bar .user-nav-inner .notifications a .noti {
  border-radius: 2px;
  position: absolute;
  top: -5px;
  right: -2px;
  background-color: #ff8100;
  font-size: 9px;
  padding: 1px 3px;
  color: #ffffff;
  font-weight: 300;
}
.top-header .main-bar .user-nav-inner .notifications .credit-balance {
  padding-left: 6px;
  padding-right: 6px;
}
.top-header .main-bar .user-nav-inner .notifications .credit-balance .balance {
  margin-left: 5px;
  position: relative;
  top: 6px;
}
.top-header .main-bar .user-nav-inner .notifications--credit-balance {
  width: 200px;
}
.top-header .main-bar .user-nav-inner .user-dropdown {
  text-align: right;
  padding-left: 6px;
}
.top-header .main-bar .user-nav-inner .user-dropdown .user-photo {
  position: relative;
}
.top-header .main-bar .user-nav-inner .user-dropdown .user-photo .user-photo-image {
  display: block;
}
.top-header .main-bar .user-nav-inner .user-dropdown .user-photo .user-photo__card {
  border-radius: 4px;
  transition: all 300ms ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 4px;
  background-color: #2c2f31;
}
.top-header .main-bar .user-nav-inner .user-dropdown .user-photo .user-photo__name {
  color: #ffffff;
  padding: 5px 0 0 10px;
}
.top-header .main-bar .user-nav-inner .user-dropdown .user-photo:hover .user-photo-image {
  background-color: #1f2122;
}
.top-header .main-bar .user-nav-inner .user-dropdown .user-photo:hover .user-dropdown-box {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
}
.top-header .main-bar .user-dropdown-box {
  transition: all 400ms ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  padding-top: 10px;
}
.top-header .main-bar .user-dropdown-box .inner {
  border-radius: 4px;
  background-color: #1f2122;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #000000;
}
.top-header .main-bar .user-dropdown-box .arrow {
  display: block;
  position: absolute;
  top: 2px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #1f2122;
}
.top-header .main-bar .user-dropdown-box .menu {
  margin: 0;
  padding: 0;
}
.top-header .main-bar .user-dropdown-box .menu li {
  display: block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.top-header .main-bar .user-dropdown-box .menu li a {
  border-radius: 4px;
  display: block;
}
.top-header .main-bar .user-dropdown-box .menu li a:hover {
  background-color: #070707;
}
.top-header .main-bar .user-dropdown-box .menu li a i {
  padding-right: 8px;
}
.top-header .main-bar .menu {
  margin: 0;
  padding: 0;
}
.top-header .main-bar .menu li {
  display: inline-block;
  padding: 2px;
  font-size: 12px;
}
.top-header .main-bar .menu li a {
  display: inline-block;
  color: #ffffff;
  padding: 8px;
}
.top-header .main-bar .menu li a:hover {
  color: #a0a0a0;
}
.top-header .main-bar .menu.call-menu li {
  float: left;
  font-size: 14px;
  padding-left: 10px;
  color: #ffffbf;
}
.top-header .top-header--nav {
  background-color: #f5f5f5;
  border-bottom: 4px solid #888888;
  position: relative;
  z-index: 10;
}
.top-header .top-header--nav .main-nav {
  display: table-cell;
  vertical-align: middle;
}
.top-header .top-header--nav .main-nav .menu {
  margin: 0;
  padding: 0;
}
.top-header .top-header--nav .main-nav .menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
}
.top-header .top-header--nav .main-nav .menu li:hover .dropdown {
  display: block;
}
.top-header .top-header--nav .main-nav .menu li.active > a {
  background-color: #ffffff;
}
.top-header .top-header--nav .main-nav .menu li.active > a em {
  display: block;
}
.top-header .top-header--nav .main-nav .menu li a {
  display: inline-block;
  padding: 12px 12px;
  position: relative;
  color: #525252;
}
.top-header .top-header--nav .main-nav .menu li a em {
  display: none;
  width: 100%;
  height: 4px;
  background-color: #54a200;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 10;
}
.top-header .top-header--nav .main-nav .menu li .menu__item-link--services {
  background-image: url('/img/badge_star_tiny.png');
  background-position: 93% 7px;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.top-header .top-header--nav .main-nav .menu > li:hover > a {
  background-color: #ffffff;
}
.top-header .top-header--nav .main-nav .menu > li:hover > a em {
  display: block;
}
.top-header .top-header--nav .main-nav .dropdown {
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  z-index: 5;
  background-color: #ffffff;
  padding: 8px 0;
  border-bottom: 2px solid #c8c8c8;
  display: none;
}
.top-header .top-header--nav .main-nav .dropdown li {
  white-space: nowrap;
  display: block;
  padding: 2px 8px;
}
.top-header .top-header--nav .main-nav .dropdown li.popular {
  padding-bottom: 8px;
}
.top-header .top-header--nav .main-nav .dropdown li.popular a {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 8px;
  color: #000000;
}
.top-header .top-header--nav .main-nav .dropdown li:hover,
.top-header .top-header--nav .main-nav .dropdown li:hover a {
  background-color: transparent;
}
.top-header .top-header--nav .main-nav .dropdown li a {
  display: block;
  padding: 2px 8px;
  font-size: 12px;
  color: #a0a0a0;
}
.top-header .top-header--nav .main-nav .dropdown li a:hover {
  background-color: transparent;
  color: #181818;
}
.top-header .top-header--nav .search-items {
  display: table-cell;
  vertical-align: middle;
  width: 212px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Search Items Form
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.search-items {
  position: relative;
  z-index: 89;
  margin: 0;
}
.search-items .search-items-inner {
  position: relative;
  width: 210px;
}
.search-items .search-query {
  border-radius: 0;
  box-shadow: 0 0 0 0;
  display: block;
  font-size: 14px;
  padding: 8px 32px 8px 10px;
  border: 0;
  width: 166px;
  border-radius: 3px;
}
.search-items .search-query:focus {
  outline: 0;
}
.search-items .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  background: transparent none;
  border: 0;
  color: #a0a0a0;
  font-size: 16px;
  outline: none;
}
.search-items .search-submit:hover {
  color: #181818;
}
.search-items .search-results {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  right: 0;
  width: 400px;
  padding: 10px;
  border-top: 4px solid #54a200;
}
.search-items .search-results ul {
  margin: 0;
  padding: 0;
}
.search-items .search-results ul li {
  margin: 0;
  padding: 2px 4px;
  display: block;
}
.search-items .search-results ul li strong {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  display: block;
  padding-bottom: 2px;
  margin-bottom: 4px;
}
.search-items .search-results ul li li {
  padding: 0;
}
.search-items .search-results ul li a {
  border-radius: 3px;
  display: block;
  color: #646464;
  font-size: 14px;
  padding: 4px 4px 4px 0;
}
.search-items .search-results ul li a:hover {
  background-color: #f5f5f5;
  padding-left: 4px;
  font-weight: 700;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Login Page Specifics;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.page--login .host-login-options {
  min-width: 160px;
}
/* Social Reveal */
.social-reveal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
}
.social-reveal:hover .social-reveal-share {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.social-reveal.social-reveal--photo {
  text-align: center;
}
.social-reveal.social-reveal--photo .social-reveal-share {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.social-reveal .social-reveal-share {
  transition: all 600ms ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
}
.social-reveal .addthis_toolbox {
  padding-top: 180px;
  display: inline-block;
  text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* About Seller Tab on Items
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.item-about-seller__user-name {
  padding-top: 4px;
  margin: 0;
}
.item-about-seller__user-location,
.item-about-seller__user-link {
  margin: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Nav Arrows
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
i.nav-arrow {
  display: block;
  background-image: url('/img/icons/arrow.png') !important;
  width: 9px;
  height: 14px;
  float: right;
  position: relative;
  top: 12px;
  left: -10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Content Specific Styles
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#content .module {
  padding: 24px;
}
#content .module-boxes article {
  float: left;
}
#content .module-boxes article header {
  border-radius: 4px 4px 0 0 !important;
  color: #2C2C31;
  font-size: 14px;
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid #e6e6e6;
}
#content .module-large-box {
  float: none !important;
  width: 400px;
  margin: 20px auto;
  padding: 24px 24px 24px 24px;
}
#content .module-large-box article {
  float: none;
}
#content .module-large-box footer {
  padding: 10px 20px;
}
#content .module-boxes-2 article {
  float: right;
  width: 320px;
}
#content .module-boxes-2 article:first-child {
  float: left;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* 404 Pages
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#page-not-found {
  padding-top: 40px;
}
#page-not-found h2.page-heading {
  padding-bottom: 30px;
  margin: 0;
}
#page-not-found .box {
  padding: 10px;
}
#page-not-found .box .hr {
  width: 893px;
  margin: 20px auto;
  height: 1px;
  border-top: 1px solid #e6e6e6;
}
#page-not-found .box .footer {
  width: 893px;
  margin: 0 auto;
}
#page-not-found .box .footer ul {
  padding: 0;
  margin: 0;
}
#page-not-found .box .footer ul li {
  display: block;
  padding: 4px 0;
  font-size: 14px;
}
#page-not-found .box .footer ul li a {
  color: #006CD8;
  text-decoration: none;
}
#page-not-found .box .footer .list-1 {
  width: 28%;
  float: left;
}
#page-not-found .box .footer .list-2 {
  width: 28%;
  float: left;
}
#page-not-found .box .footer .popular-items {
  float: right;
  width: 350px;
}
#page-not-found .box .footer .popular-items .items .item {
  float: left;
  padding: 6px;
}
#page-not-found .box .footer .popular-items .items .item .photo {
  padding: 2px;
  width: 68px;
  height: 68px;
}
#page-not-found .box .footer .popular-items .items .item .photo a {
  display: block;
  width: 68px;
  height: 68px;
}
#page-not-found .box .footer .popular-items .items .item .photo a img {
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Item Type Page
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.item-type__item-previews {
  padding-bottom: 8px;
}
.item-type__item-previews:first-child {
  padding-bottom: 7px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Services Category Page
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.about-category p {
  font-size: 14px;
}
.services-featured .controls-circles {
  border: 0 !important;
}
.services-featured .controls-circles .circle {
  padding: 0px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Install Purchase Modal
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.install-modal {
  width: 750px !important;
}
.install-modal .close-reveal-modal {
  border-radius: 0 4px 0 4px !important;
}
.install-modal__header {
  background-color: #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.install-modal__header .item-photo {
  width: 90px;
}
.install-modal__header .item-title {
  margin: 0;
  font-size: 15px;
}
.install-modal__header .item-type {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}
.install-modal__content {
  width: 750px !important;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.install-modal__content-title {
  font-size: 30px;
}
.install-modal__content-intro {
  font-size: 16px;
}
.install-modal__content-holder {
  border-radius: 4px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Compare Table
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.compare-table {
  overflow: hidden;
}
.compare-table.install-c-wordpress {
  overflow: inherit;
}
.compare-table.install-c-wordpress .compare-table__module {
  vertical-align: top;
}
.compare-table.install-c-wordpress .compare-table__module--most-popular .compare-table__module-header {
  background-color: #92c933;
}
.compare-table__module {
  display: inline-block;
  position: relative;
}
.compare-table__module--1 {
  z-index: 5;
}
.compare-table__module--2 {
  z-index: 10;
}
.compare-table__module--3 {
  z-index: 15;
}
.compare-table--upsells {
  margin-bottom: 100px;
}
.compare-table--upsells .compare-table__module {
  width: 30%;
}
.compare-table--upsells .compare-table__module-header {
  background-color: #9a9a9a;
}
.compare-table--upsells .compare-table__module-content {
  padding: 10px 16px 0 16px;
  background-color: #f6f6f6 !important;
}
.compare-table--upsells .compare-table__module--large {
  position: relative;
  top: 40px;
}
.cart__vdeck-upsells .compare-table--upsells .compare-table__module--large {
  top: 0 !important;
}
.compare-table--upsells .compare-table__module--large .compare-table__module-content {
  background-color: #efefef !important;
}
.compare-table--upsells .compare-table__module--large .compare-table__module-header {
  background-color: #2e2e2e;
}
.compare-table__module-header {
  background-color: #9a9a9a;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  font-size: 20px !important;
}
.compare-table__module-favorite,
.compare-table__module-most-popular {
  width: 71px;
  height: 71px;
  background: transparent url('/img/compare_table_favorite.png') no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.compare-table__module-most-popular {
  background-image: url('/img/most_popular_badge.png');
}
.compare-table__module-content {
  border-radius: 4px;
  background-color: #ffffff;
  border-bottom: 2px solid #e6e6e6;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 0 0 4px 4px !important;
}
.compare-table__module-content .compare-table__module-pullout {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #282c2f;
  z-index: 5;
  text-align: left;
  transition: all ease-in-out 400ms;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
  left: -10px;
}
.compare-table__module-content .compare-table__module-pullout.mo--show {
  opacity: 1;
  width: 212%;
  left: -212%;
}
.compare-table__module-content .compare-table__module-pullout .mo-title {
  color: #fafafa;
  font-weight: 900;
  font-size: 40px;
  margin: 0;
  padding: 0;
}
.compare-table__module-content .compare-table__module-pullout .mo-description {
  font-size: 21px;
  font-weight: 300;
  color: #fafafa;
}
.compare-table__module-content .compare-table__module-pullout .mo-no-thanks a {
  color: #505050;
}
.compare-table__module-content .compare-table__module-pullout .mo-upsell-offers {
  padding: 40px;
}
.compare-table__module-content .compare-table__module-content-inner {
  position: relative;
  z-index: 10;
  background-color: #f3f3f3;
}
.compare-table__module-content .price {
  font-size: 38px !important;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #181818;
  display: inline-block;
  padding: 15px 20px 10px 20px;
}
.compare-table__module-content .was-price {
  font-size: 28px;
  color: #dd4128;
  position: relative;
  margin: 0;
}
.compare-table__module-content .was-price .was-price__underline {
  margin: 0;
  position: relative;
  width: 42px;
  height: 7px;
  left: -25px;
  top: -13px;
  display: inline-block;
  background: transparent url('/img/underline_red_small.png') no-repeat 0 0;
}
.compare-table__module-content .was-price.was-price--val-2 .was-price__underline {
  left: -20px;
}
.compare-table__module-content .features {
  padding: 10px 0;
}
.compare-table__module-content .features li {
  padding: 3px 0;
}
.compare-table__module-content .actions {
  padding: 10px 20px 0 20px;
  height: 24px;
  position: relative;
}
.compare-table__module-content .actions .btn {
  position: relative;
  top: -10px;
}
.compare-table__module-content .actions .btn--gray {
  background-color: #9a9a9a;
}
.compare-table__module-content .actions .btn--gray:hover {
  background-color: #818181;
}
.compare-table__module-content .actions .details {
  color: #a0a0a0;
}
.compare-table__module--large .compare-table__module-header {
  background-color: #91c834;
}
.compare-table__module--large .btn {
  background-color: #91c834 !important;
}
.compare-table__module--large .btn:hover {
  background-color: #74a029 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* WordPress Installs page
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.install-box--wordpress .install-box__inner {
  position: relative;
}
.install-box--wordpress .install-box__inner:after {
  display: block;
  content: "";
  width: 106px;
  height: 106px;
  background: transparent url('/img/install_free_badge.png') no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.install-box--wordpress .install-box__header,
.install-box--wordpress .install-box__content {
  position: relative;
  z-index: 10;
}
.install-box--wordpress .install-box__header-photo {
  width: 1px;
}
.install-box--wordpress .install-box__header-info {
  padding-left: 20px;
}
.install-box--wordpress .install-box__header-info .title {
  font-size: 30px;
  font-weight: 800;
  color: #515151;
  margin: 0;
}
.install-box--wordpress .install-box__header-info .sub-title {
  font-size: 14px;
  font-weight: 300;
  color: #515151;
  margin: 0;
}
.install-box--wordpress .install-box__header-actions .btn {
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 50px;
  float: right;
}
.install-box--wordpress .install-box__helper-number {
  float: right;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  margin-right: -10px;
}
.install-box--wordpress .install-box__content-header-info .title {
  font-size: 18px;
}
.install-box--wordpress .install-box__content-header-actions {
  font-size: 14px;
}
.install-box--wordpress .install-box__content-header-actions,
.install-box--wordpress .install-box__content-header-actions a {
  color: #787878;
}
.install-box--wordpress .install-box__content-header-actions a {
  font-style: italic;
}
.install-box--wordpress .install-box__content-header-actions a:hover {
  color: #515151;
}
.install-box--wordpress .install-box__content-header-actions .sep {
  font-style: normal;
  padding: 0 4px;
}
.install-box--wordpress .install-box__content-header-actions .title {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
}
.install-box--wordpress .install-box__content-header-actions .menu {
  display: inline-block;
}
.install-box--wordpress .install-box__content-description {
  font-size: 16px;
}
.install-section__header {
  padding: 40px 0 0 0;
}
.install-section__header-title {
  width: 1px;
}
.install-section__header-title,
.install-section__header-title .title {
  white-space: nowrap;
  font-size: 26px;
}
.install-section__header-bar {
  padding-left: 20px;
}
.install-section__header-bar .horizontal-rule {
  display: inline-block;
  margin: 0;
  position: relative;
  top: -4px;
}
.compare-table--install-upsells .compare-table__module {
  width: 33%;
}
.compare-table--install-upsells .compare-table__module .features {
  padding-left: 10%;
  padding-right: 10%;
}
.compare-table--install-upsells .compare-table__module--1 {
  padding-right: 1%;
}
.compare-table--install-upsells .compare-table__module--2 {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.compare-table--install-upsells .compare-table__module--3 {
  padding-left: 1%;
}
.compare-table--install-upsells .value {
  padding: 4px 0;
}
.compare-table--install-upsells .value .value-text {
  color: #c8c8c8;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
}
.popular-items .layout-view-grid {
  padding-left: 15px !important;
}
.popular-services-section .popular-section-header {
  padding-left: 20px;
  padding-top: 20px;
}
.popular-services-section .items-view-all {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.popular-services-section .items-view-all .title {
  width: 140px;
  padding: 6px 8px 0 8px;
  text-align: center;
}
.popular-services-section .items-view-all .item--service-small {
  height: 160px;
  padding-bottom: 0;
}
.popular-services-section .items-view-all .item--service-small .title {
  font-size: 14px;
}
.popular-services-section .items-view-all .item--service-small .title--small {
  font-size: 12px;
}
.popular-services-section .items-view-all .item--service-small .title--extra-small {
  font-size: 10px;
}
.popular-services-section__header {
  padding: 20px 0 0 40px;
}
.popular-services-section__header-title {
  width: 1px;
}
.popular-services-section__header-title,
.popular-services-section__header-title .title {
  white-space: nowrap;
  font-size: 22px;
  margin: 0;
}
.popular-services-section__header-bar {
  padding-left: 40px;
  padding-right: 40px;
}
.popular-services-section__header-bar .horizontal-rule {
  display: inline-block;
  margin: 0;
  position: relative;
  top: -4px;
}
.mo-box,
.mo-tabs__content {
  background-color: #ffffff;
  border-bottom: 2px solid #d5d5d5;
  box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.05);
  border-radius: 3px;
}
.mo-svg-icon--photo {
  width: 70px;
}
.mo-svg-icon--photo .mo-svg-icon__fill {
  fill: #888888;
}
.page-install-c-wordpress .install-box--wordpress .install-box__inner:after {
  display: none;
  background: none;
}
.page-install-c-wordpress .install-section__content--bottom {
  margin-top: 100px;
}
/* Resuable Styles */
/* -------------------------------------------------------------------------- */
.form-input--box-shadow {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.form-input--box-shadow__focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-input__transition {
  transition: color ease-in-out 0.25s, border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s, background-color ease-in-out 0.25s;
}
/* Captions */
/* -------------------------------------------------------------------------- */
.form-caption {
  font-size: 90%;
  color: #a0a0a0;
}
/* Required Tags */
/* -------------------------------------------------------------------------- */
.input-required {
  color: #f15656;
}
/* Groups */
/* -------------------------------------------------------------------------- */
.form-group {
  padding: 8px 0;
}
.form-group--error {
  background-color: #ffcaca;
  padding: 14px;
}
/* Labels */
/* -------------------------------------------------------------------------- */
.form-label {
  display: block;
}
.form-label-title,
.form-label__title {
  margin: 0;
  padding: 0 0 4px 0;
  font-weight: bold;
  font-size: 14px;
  color: #646464;
}
.form-label-title.no-bold,
.form-label__title.no-bold {
  font-weight: normal;
}
.form-label-sub-title,
.form-label__sub-title {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 12px;
  color: #8c8c8c;
}
/* Inputs */
/* -------------------------------------------------------------------------- */
.form-input {
  border-radius: 4px;
  width: 100%;
  transition: color ease-in-out 0.25s, border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s, background-color ease-in-out 0.25s;
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  padding: 0.7em 0.6em;
  font-size: 14px;
  color: #646464;
}
.form-input:focus {
  border-color: #66afe9;
  background-color: #ffffff;
  outline: 0;
  color: #181818;
}
.form-input:-moz-placeholder {
  color: #999999 999;
}
.form-input::-moz-placeholder {
  color: #999999 999;
}
.form-input:-ms-input-placeholder {
  color: #999999 999;
}
.form-input::-webkit-input-placeholder {
  color: #999999 999;
}
input::-webkit-inner-spin-button {
  padding-right: 10px;
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-input__full,
.form-input--full {
  width: 100%;
}
.form-input__large,
.form-input--large {
  width: 465px;
}
.form-input__medium,
.form-input--medium {
  width: 300px;
}
.form-input__small,
.form-input--small,
.mo-item-single--list .mo-item-single__inner .mo-item__title .form-input {
  width: 150px;
}
.form-input__tiny,
.form-input--tiny {
  width: 60px;
}
.form-input--dark,
.form-textarea--dark {
  background-color: #ebebeb !important;
  border-color: #cdcdcd !important;
}
.form-input__short,
.form-input--short,
.mo-item-single--list .mo-item-single__inner .mo-item__title .form-input {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.form-input__very_short,
.form-input--very-short {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.form-input__tall,
.form-input--tall {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.form-input__very-tall,
.form-input--very-tall {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
/* Textareas */
/* -------------------------------------------------------------------------- */
.form-textarea {
  border-radius: 4px;
  transition: color ease-in-out 0.25s, border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s, background-color ease-in-out 0.25s;
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  padding: 0.7em 0.6em;
  font-size: 14px;
  color: #646464;
  width: 100%;
  height: 200px;
}
.form-textarea:focus {
  border-color: #66afe9;
  background-color: #ffffff;
  outline: 0;
  color: #181818;
}
.form-textarea__full {
  width: 100%;
  height: 200px;
}
.form-textarea__large {
  width: 465px;
  height: 160px;
}
.form-textarea__medium {
  width: 300px;
  height: 120px;
}
.form-textarea__small {
  width: 150px;
  height: 80px;
}
.form-textarea__tiny {
  width: 60px;
  height: 40px;
}
/* Checkboxes */
/* -------------------------------------------------------------------------- */
.form-checkboxes .form-checkboxes {
  padding: 5px 0 0 30px;
}
.form-cake-checkbox {
  border-radius: 4px;
  position: relative;
  border: 1px solid #e6e6e6;
  height: 35px;
  margin: 4px 0;
}
.form-cake-checkbox input {
  float: left;
  position: absolute;
  z-index: 10;
  left: 22px;
  top: 10px;
}
.form-cake-checkbox label {
  position: relative;
  z-index: 5;
  display: block;
  padding: 8px 8px 8px 65px;
  height: 55px;
}
.form-cake-checkbox label:before {
  border-radius: 4px 0 0 4px;
  content: "";
  background-color: #f0f0f0;
  width: 57px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.form-checkboxes-label {
  border-radius: 4px;
  transition: color ease-in-out 0.25s, border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s, background-color ease-in-out 0.25s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  display: table;
  margin-top: 5px;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.form-checkboxes-label:first-child {
  margin-top: 0;
}
.form-checkboxes-label:active,
.form-checkboxes-label:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
}
.form-checkboxes-label.error {
  border-color: red;
}
.form-checkboxes-label--input {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 6%;
  background-color: #f0f0f0;
}
.form-checkboxes-label--title {
  display: table-cell;
  vertical-align: middle;
  width: 94%;
}
.form-checkboxes-label--title .form-checkbox-title {
  margin: 0;
  padding: 8px;
}
.form-group-checkbox {
  display: table;
  width: 100%;
}
.form-group-checkbox .form-checkbox {
  width: 20px;
  display: table-cell;
  vertical-align: middle;
}
.form-group-checkbox .form-checkbox input[type="checkbox"] {
  display: none;
}
.form-group-checkbox .form-checkbox input[type="checkbox"] + .checkbox-icon {
  font-size: 17px;
  color: #54a200;
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px;
}
.form-group-checkbox .form-checkbox input[type="checkbox"] + .checkbox-icon .icon-check-empty,
.form-group-checkbox .form-checkbox input[type="checkbox"] + .checkbox-icon .icon-check-sign {
  position: absolute;
  top: 0;
  left: 0;
}
.form-group-checkbox .form-checkbox input[type="checkbox"] + .checkbox-icon .icon-check-empty {
  display: block;
  font-size: 18px;
}
.form-group-checkbox .form-checkbox input[type="checkbox"] + .checkbox-icon .icon-check-sign {
  display: none;
}
.form-group-checkbox .form-checkbox input[type="checkbox"] + .checkbox-icon:hover .icon-check-sign {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  display: block;
}
.form-group-checkbox .form-checkbox input[type="checkbox"]:checked + .checkbox-icon .icon-check-empty {
  display: none;
}
.form-group-checkbox .form-checkbox input[type="checkbox"]:checked + .checkbox-icon .icon-check-sign {
  display: block;
}
.form-group-checkbox .form-label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
/* Tags */
/* -------------------------------------------------------------------------- */
.form-tags--holder {
  border-spacing: 0 !important;
}
.form-tags--holder:before,
.form-tags--holder:after {
  content: "";
  display: table;
}
.form-tags--holder:after {
  clear: both;
}
.form-tags--holder:before,
.form-tags--holder:after {
  content: "";
  display: table;
}
.form-tags--holder:after {
  clear: both;
}
.form-tags--holder .form-input,
.form-tags--holder .btn {
  float: left;
}
.form-tags--holder .btn {
  margin-left: 10px;
  margin-top: 6px;
}
.form-tags--holder .btn-large {
  margin-top: 2px;
}
.form-tags--entries {
  padding-top: 8px;
  width: 80%;
}
.form-tags--entry {
  border-radius: 3px;
  display: inline-block;
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
  padding: 4px 8px;
  cursor: pointer;
  margin: 4px 2px;
  color: #646464;
}
.form-tags--entry i {
  padding-right: 4px;
}
.form-tags--entry:hover {
  border-color: #fafafa;
  background-color: #f5f5f5;
  color: #b4b4b4;
}
.form-tags--entry:hover i {
  color: #fc6363;
}
.form-select--full {
  width: 100% !important;
}
.table {
  display: table;
  width: 80%;
  max-width:1000px;
  min-width: 100px;
  max-width: 100%;
  background: transparent;
  border-spacing: 0;
  margin-right: auto;
  margin-left:auto;
}
.table-fixed {
  table-layout: fixed;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
table {
  width: 100%;
  max-width: 100%;
}
table.table {
  border-radius: 4px;
  border: 0;
}
table.table th,
table.table td {
  padding: 20px;
  text-align: left;
}
table.table thead {
  font-size: 16px;
}
table.table thead td,
table.table thead th {
  font-weight: 600;
}
table.table tbody {
  font-size: 12px;
}
table.table tbody th,
table.table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fafafa;
}
table.table tbody > tr:nth-child(odd) > th,
table.table tbody > tr:nth-child(odd) > td {
  background-color: #f0f0f0;
}
table.table tbody > tr:first-child > td:first-child {
  border-radius: 4px 0 0 0;
}
table.table tbody > tr:first-child > td:last-child {
  border-radius: 0 4px 0 0;
}
table.table tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 4px;
}
table.table tbody > tr:last-child > td:last-child {
  border-radius: 0 0 4px 0;
}
table.table tbody > tr > td {
  border-left: 1px solid #e6e6e6;
}
table.table tbody > tr > td:first-child {
  border-left: 0;
}
table.table tfoot {
  font-size: 14px;
}
table.table tfoot th,
table.table tfoot td {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.table tfoot th,
table.table tfoot td {
  background-color: #3b3f41;
  color: #ffffff;
}
table.table tfoot th:first-child,
table.table tfoot td:first-child {
  border-radius: 4px 0 0 4px;
}
table.table tfoot th:last-child,
table.table tfoot td:last-child {
  border-radius: 0 4px 4px 0;
}
table.table tfoot > tr:first-child td,
table.table tfoot > tr:first-child th {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Tabs
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tabs {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.tabs .tab-header {
  border-spacing: 0 !important;
}
.tabs .tab-header:before,
.tabs .tab-header:after {
  content: "";
  display: table;
}
.tabs .tab-header:after {
  clear: both;
}
.tabs .tab-header a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  float: left;
  width: 250px;
  padding: 15px 10px;
  background-color: #f0f0f0;
  margin-left: 1px;
  text-align: center;
  color: #2C2D31;
  font-size: 18px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs .tab-header a:focus {
  outline: none;
}
.tabs .tab-header a:hover {
  background-color: #ffffff;
}
.tabs .tab-header a i {
  font-size: 14px;
  position: relative;
  top: -1px;
  padding-right: 6px;
}
.tabs .tab-header a:first-child {
  border-radius: 4px 0 0 0;
  margin-left: 0;
}
.tabs .tab-header a:last-child {
  border-radius: 0 4px 0 0;
}
.tabs .tab-header a:last-child:first-child {
  border-radius: 4px 4px 0 0;
}
.tabs .tab-header a.tab--active {
  background-color: #ffffff;
}
.tabs .tab-content-holder {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #fff;
}
.tabs .tab-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}
.tabs .tab-content.tab-content--active {
  display: block;
}
.tabs .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}
.tabs .btn--primary {
  color: #ffffff;
}
.tabs--side {
  display: table;
  width: 100%;
}
.tabs--side .tab-header {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.tabs--side .tab-header a {
  float: none;
  background-color: #e2e2e2;
  border-radius: 0 !important;
}
.tabs--side .tab-header a:hover {
  background-color: #d5d5d5;
}
.tabs--side .tab-header a:hover.tab--active {
  background-color: #f2f2f2;
}
.tabs--side .tab-header a.tab--active {
  background-color: #f2f2f2;
}
.tabs--side .tab-header a i {
  color: #969696;
  font-size: 60px;
}
.tabs--side .tab-header .tab--active i {
  color: #181818;
}
.tabs--side .tab-content-holder {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  box-shadow: none;
  border: 0;
  border-radius: 0 !important;
}
.tabs--service-credentials .tab-header {
  width: 295px;
}
.tabs--service-credentials .tab-header a {
  margin: 0;
}
.tabs--service-credentials .tab-header .title {
  color: #969696;
  padding-top: 8px;
  font-size: 16px;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.tabs--service-credentials .tab-header .tab--active {
  border-right: 0 !important;
}
.tabs--service-credentials .tab-header .tab--active .title {
  color: #181818;
}
.tabs--service-credentials .tab-header .tab {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #d2d2d2;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.tabs--service-credentials .tab-header .tab:first-child {
  border-top: 0;
}
.tabs--service-credentials .tab-header .tab.complete .icon-check-circle {
  display: block;
}
.tabs--service-credentials .tab-header .icon-check-circle {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
.tabs--service-credentials .tab-header .icon-check-circle,
.tabs--service-credentials .tab-header .icon-check-circle:before {
  font-size: 24px;
  color: #92c933;
}
.tabs--service-credentials .tab-content-holder {
  background-color: #f2f2f2;
}
.tabs--service-credentials .tab-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}
.tabs--service-credentials .tab-content.tab-content--active {
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Content Tabs
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.content-tabs-section {
  display: none;
}
.content-tabs-section.content-tabs--active {
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Products
*
* Includes view all pages, single pages, any variant of a product/item
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.items-view-all {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Products View Meta
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.item-view-meta {
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 14px;
}
.item-view-meta.item-view-meta--bottom {
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
}
.item-view-meta .sort-options__filters-cell {
  width: 1px;
  white-space: nowrap;
  padding-right: 5px;
}
.item-view-meta .sort-options__filters-cell .filter-box {
  border-radius: 4px;
  padding: 6px 8px;
  color: #b4b4b4;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  position: relative;
  top: -2px;
}
.item-view-meta .sort-options__filters-cell .select2-container {
  top: 0;
}
.item-view-meta .sort-options__filters-cell .layout-view-trigger,
.item-view-meta .sort-options__filters-cell .sort-order {
  color: #bebebe;
  padding-left: 4px;
}
.item-view-meta .sort-options__filters-cell .layout-view-trigger:first-child,
.item-view-meta .sort-options__filters-cell .sort-order:first-child {
  padding-left: 0;
}
.item-view-meta .sort-options__filters-cell .layout-view-trigger:hover,
.item-view-meta .sort-options__filters-cell .sort-order:hover,
.item-view-meta .sort-options__filters-cell .layout-view-trigger.active,
.item-view-meta .sort-options__filters-cell .sort-order.active {
  color: #323232;
}
.item-view-meta .sort-options__filters-cell .layout-view-trigger i,
.item-view-meta .sort-options__filters-cell .sort-order i {
  font-size: 16px;
  position: relative;
  top: 4px;
}
.item-view-meta .sort-options__filters-cell .layout-view-trigger i.icon-view-full,
.item-view-meta .sort-options__filters-cell .sort-order i.icon-view-full {
  top: 3px;
}
.item-view-meta .sort-options__filters {
  width: inherit;
}
.item-view-meta .pagination-holder {
  padding-right: 20px;
}
.item-view-meta .pagination-holder .pagination {
  float: right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Product View
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.layout-view-grid {
  padding-left: 30px;
}
.layout-view-grid.layout-view-item-type--normal,
.layout-view-grid.layout-view-item-type--service {
  padding-left: 0;
}
.the-storefront .layout-view-grid {
  padding-left: 15px;
}
.item--default {
  float: none;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}
.item--default:first-child {
  border-top: 0;
}
.layout-view-grid .item--default {
  float: left;
  border-top: 0;
}
.layout-view-grid .item--default .item-details .table-cell {
  padding: 8px 0 4px 4px;
  vertical-align: middle;
}
.layout-view-grid .item--default .item-details .sales {
  text-align: left;
}
.layout-view-grid .item--default .item-details .price {
  text-align: right;
  color: #444;
  font-weight: 700;
  font-size: 18px;
}
.layout-view-list .item--default .item-photo {
  float: left;
  padding-right: 20px;
}
.layout-view-list .item--default .item-photo a {
  display: block;
  width: 68px;
  height: 68px;
}
.item--default .box {
  border-bottom-width: 0;
}
.item--default .item-title {
  width: 416px;
  float: left;
  display: block;
}
.item--default .item-title .title {
  margin-bottom: 0;
}
.item--default .item-title span {
  text-transform: none !important;
  font-weight: 400 !important;
}
.item--default .author {
  color: #646464;
}
.item--default .item-details-actions {
  float: right;
  text-align: center;
}
.item--default .item-details-actions .price {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px solid #e6e6e6;
}
.item--default .item-details-actions .sales {
  padding-top: 4px;
  padding-bottom: 10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Full View Items
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.layout-view-full .item {
  padding: 0;
  margin-top: 50px;
}
.layout-view-full .item:first-child {
  margin-top: 0;
}
.layout-view-full .full-view-page__sidebar {
  width: 175px;
}
.layout-view-full .full-view-page__content {
  width: 807px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  padding: 5px;
}
.layout-view-full .single-item-box {
  background: transparent none;
}
.layout-view-full .item-full-body .item-photo {
  display: block;
  width: 100%;
}
.layout-view-full .item-full-body .item-photo-holder {
  position: relative;
}
.layout-view-full .item-full-body .item-photo-holder:hover .item-photo-hover {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.layout-view-full .item-full-body .item-photo-holder:hover .item-photo-hover__link {
  display: block;
}
.layout-view-full .item-full-body .item-photo-holder--top .item-photo-hover__buttons {
  top: 50px;
}
.layout-view-full .item-full-body .item-photo-hover__link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout-view-full .item-full-body .item-photo-hover {
  transition: opacity ease-in-out 400ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout-view-full .item-full-body .item-photo-hover__buttons {
  display: block;
  text-align: center;
  width: 100%;
  top: 47%;
  position: relative;
}
.layout-view-full .item-full-body .item-photo-hover__buttons .is-button {
  font-size: 16px;
}
.layout-view-full .item-full-body .item-photo-hover__buttons form,
.layout-view-full .item-full-body .item-photo-hover__buttons .btn--live-demo {
  display: inline-block;
  margin: 0 10px;
}
.layout-view-full .item-full-body .item-full-price {
  margin-bottom: 10px;
}
.layout-view-full .item-full-body .item-full-price .table-cell {
  padding: 8px;
}
.layout-view-full .item-full-body .item-full-price .price {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.layout-view-full .item-full-body .item-full-price .sales {
  margin: 0;
  padding: 0;
}
.layout-view-full .item-full-body .hr {
  height: 1px;
  border-bottom: 1px solid #c8c8c8;
  margin: 20px 0;
}
.layout-view-full .item-full-body .item-full-details {
  border: 1px wolid #dcdcdc;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}
.layout-view-full .item-full-body .item-full-title {
  font-size: 16px;
  text-align: left;
}
.layout-view-full .item-full-body .item-full-title a {
  color: #646464;
  font-size: 15px;
}
.layout-view-full .item-full-body .item-full-author {
  text-align: left;
  font-size: 14px;
}
.layout-view-full .item-full-body .item-full-author a {
  color: #bebebe;
}
body.item-layout-view-full .page-content .tabs .tab-content-holder {
  background: transparent none;
}
body.item-layout-view-full .page-content .item-view-meta {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  border-radius: 4px;
}
body.item-layout-view-full .page-content .item-view-meta--top {
  border-radius: 0 4px 4px 4px;
  border-left: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Normal View for Products / Home Page Products
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.item--normal {
  float: left;
  width: 306px;
  padding-bottom: 40px;
}
.item--normal .item-photo {
  float: left;
  width: 80px;
}
.item--normal .item-description {
  float: right;
  width: 220px;
}
.item--normal .item-description .title {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 600;
}
.item--normal .item-description .category {
  font-size: 11px;
  margin-bottom: 10px;
}
.item--normal .item-description .details {
  font-size: 20px;
  font-weight: 700;
}
.item--normal .item-description .details .sales {
  font-size: 16px;
  font-weight: 400;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Thumbnail View
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.item--thumbnail {
  display: inline-block;
  padding: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Default Product View
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Professional Services Module
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.item--service {
  padding: 32px 27px;
  float: left;
}
.item--service .item--service-inner {
  width: 195px;
}
.item--service .item-photo {
  position: relative;
  overflow: hidden;
}
.item--service .item-photo:hover .item-extra {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.item--service .item-photo .item-extra {
  transition: all 400ms ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 183px;
  height: 118px;
  background-color: #181818;
  background-color: rgba(0, 0, 0, 0.8);
}
.item--service .item-photo .item-extra .item-price {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
.item--service .item-photo .item-extra .description {
  font-size: 12px;
  color: #b4b4b4;
  font-weight: 300;
}
.item--service .item-photo .item-extra .btn {
  font-size: 14px;
}
.item--service .item-title {
  display: table;
}
.item--service .item-title .title {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #525252;
  padding: 8px 8px 4px 8px;
}
.item--service .item-title .title--xx-small {
  font-size: 10px;
}
.item--service .item-title .title--extra-small {
  font-size: 11px;
}
.item--service .item-title .title--small {
  font-size: 12px;
}
.item--service.item--set-1-3 {
  clear: both;
}
.additional-services .item--service {
  padding: 32px 20px;
}
.additional-services .additional-services__footer {
  display: none;
}
.page-sidebar .additional-services .item--service {
  padding: 10px 0;
}
.page-sidebar .additional-services__inner {
  padding: 20px 15px !important;
}
.page-sidebar .title {
  font-size: 18px;
}
.page-sidebar .title__mojo {
  display: none;
}
.page-sidebar .additional-services__header,
.page-sidebar .additional-services__header-title,
.page-sidebar .additional-services__header-actions {
  display: block;
}
.page-sidebar .additional-services__header-actions {
  display: none;
}
.page-sidebar .additional-services__footer {
  display: block;
}
.additional-services__header {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.additional-services__header .title {
  margin: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Product Details Page
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.content-tabs-holder--items {
  border-radius: 0 4px 4px 4px;
}
.page-layout--item .content-tabs-section.details p,
.page-layout--item .content-tabs-section.details li {
  color: #3A3F40;
  line-height: 160%;
  font-size: 13px;
}
.page-layout--item .content-tabs-section.details a {
  color: #1B8EE5;
  text-decoration: none;
}
.page-layout--item .content-tabs-section.details a:hover {
  text-decoration: underline;
}
.page-layout--item .content-tabs-section.details ul,
.page-layout--item .content-tabs-section.details ol {
  padding: 0;
  margin: 0;
}
.page-layout--item .content-tabs-section.details ul li,
.page-layout--item .content-tabs-section.details ol li {
  list-style-type: outside;
  margin-left: 20px;
}
.page-layout--item .content-tabs-section.details hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-layout--item .content-tabs-section.details h1,
.page-layout--item .content-tabs-section.details h2,
.page-layout--item .content-tabs-section.details h3,
.page-layout--item .content-tabs-section.details h4,
.page-layout--item .content-tabs-section.details h5,
.page-layout--item .content-tabs-section.details h6 {
  padding: 1.4em 0 1em 0;
  margin: 0;
}
.page-layout--item .content-tabs-section.details img {
  max-width: 600px;
}
.page-layout--item .content-tabs-section.reviews .overall-review h2 strong,
.page-layout--item .content-tabs-section.reviews .overall-review h2 .star-ratings,
.page-layout--item .content-tabs-section.reviews .overall-review h2 p {
  float: left;
  padding-right: 14px;
  position: relative;
}
.page-layout--item .content-tabs-section.reviews .overall-review h2 p {
  font-size: 12px;
  padding-right: 0;
  top: 5px;
}
.page-layout--item .content-tabs-section.reviews .overall-review .review-bars {
  padding-left: 0;
}
.page-layout--item .content-tabs-section.reviews .overall-review .review-bars li {
  display: block;
  margin: 0;
  list-style-type: none;
  padding: 5px 0;
}
.page-layout--item .content-tabs-section.reviews .overall-review .review-bars li span {
  float: left;
  padding-right: 10px;
  position: relative;
  top: -2px;
  width: 60px;
}
.page-layout--item .content-tabs-section.reviews .overall-review .review-bars li .bar {
  float: left;
  background-color: #000000;
  width: 200px;
  height: 10px;
}
.page-layout--item .content-tabs-section.reviews .overall-review .review-bars li .bar em {
  display: block;
  height: 10px;
  background-color: #ffbf00;
}
.page-layout--item .content-tabs-section.reviews .review {
  padding-bottom: 26px;
}
.page-layout--item .content-tabs-section.reviews .review blockquote {
  margin: 0;
}
.page-layout--item .content-tabs-section.reviews .review blockquote p {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 140%;
}
.page-layout--item .content-tabs-section.reviews .review footer {
  padding: 10px 0 0 16px;
}
.page-layout--item .content-tabs-section.reviews .review footer .user {
  float: left;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  padding-right: 20px;
}
.page-layout--item .content-tabs-section.reviews .review footer .star-ratings {
  float: left;
  padding-top: 2px;
  position: relative;
  top: 2px;
}
.page-layout--item .content-tabs-section.reviews .review footer .recommend {
  float: left;
  font-size: 16px;
  padding-left: 14px;
  position: relative;
  top: 2px;
}
.page-layout--item .section {
  padding-bottom: 48px;
}
.item-header .title {
  margin: 0;
  padding: 8px;
}
.item-content-tabs {
  font-size: 0;
}
.item-content-tabs .trigger {
  text-decoration: none;
  background-color: #e6e6e6;
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  color: #3B3F41;
  margin-left: 1px;
}
.item-content-tabs .trigger:first-child {
  border-radius: 4px 0 0 0;
  margin-left: 0;
}
.item-content-tabs .trigger:last-child {
  border-radius: 0 4px 0 0;
}
.item-content-tabs .trigger:last-child:first-child {
  border-radius: 4px 4px 0 0;
}
.item-content-tabs .trigger:hover,
.item-content-tabs .trigger.trigger--active {
  background-color: #ffffff;
}
.item-content-tabs .trigger--active {
  font-weight: 700;
}
/**
 * Mojo Item Page
*/
.mo-item__links .mo-item-validate {
  z-index: 26 !important;
}
.ngdialog.mo-item__modal.ngdialog-theme-default {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ngdialog.mo-item__modal.ngdialog-theme-default .ngdialog-content {
  width: 700px !important;
}
.ngdialog.mo-item__modal.ngdialog-theme-default .ngdialog-close {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
}
.ngdialog.mo-item__modal.ngdialog-theme-default .ngdialog-close:before {
  font-size: 18px;
  color: #ffffff;
  right: -5px;
  top: -5px;
  line-height: 28px;
}
.mo-item__page-content {
  width: 640px;
  float: left;
}
.mo-item__page-content .mo-section {
  margin-top: 40px;
}
.mo-item__page-content .mo-section:first-child {
  margin-top: 0;
}
.mo-item__preview-photo {
  position: relative;
}
.mo-item__preview-photo.has-photo .mo-item__preview-upload {
  display: none;
}
.mo-item__preview-photo.has-photo:hover .mo-item__preview-upload {
  display: block !important;
  z-index: 13;
  position: absolute;
  width: 50%;
  height: 165px;
  top: 25%;
  left: 25%;
  padding: 10px;
}
.mo-item__preview-photo.has-photo:hover .mo-item__preview-image-inner {
  height: 165px;
}
.mo-item__preview-photo--uploaded {
  position: relative;
}
.mo-item__preview-photo--uploaded .photo {
  position: relative;
  z-index: 5;
}
.mo-item__preview-photo--uploaded.mo-item__drag-n-drop--accept .mo-item__preview-image-inner,
.mo-item__preview-photo--uploaded.is-uploading .mo-item__preview-image-inner {
  display: table;
  z-index: 10;
  height: 165px;
  position: absolute;
}
.mo-item__preview-photo--uploaded.mo-item__drag-n-drop--accept .mo-item__preview-upload,
.mo-item__preview-photo--uploaded.is-uploading .mo-item__preview-upload {
  display: block !important;
  z-index: 13;
  position: absolute;
  width: 50%;
  height: 165px;
  top: 25%;
  left: 25%;
  padding: 10px;
}
.mo-item__preview-photo--uploaded .mo-item__preview-image-inner {
  display: none;
}
.mo-item__preview-upload {
  background-color: #f0f0f0;
  border: 2px dashed #888888;
  height: 330px;
  position: relative;
  z-index: 11;
}
.mo-item__preview-image-inner {
  display: table;
  width: 100%;
  height: 330px;
}
.mo-item__preview-photo--edit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.mo-item__upload,
.mo-item__drag-n-drop {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mo-item__drag-n-drop--accept {
  background-color: rgba(23, 202, 14, 0.2);
}
.mo-item__drag-n-drop--reject {
  background-color: rgba(237, 28, 63, 0.2);
}
.mo-item__demo-action {
  display: block;
  border: 0;
  width: 100%;
  padding: 8px;
  background: transparent none;
}
.mo-item__demo-edit {
  background-color: #e4e4e4;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
  z-index: 12;
}
.mo-item__demo-edit:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 220px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e4e4e4;
}
.mo-item--zip-content-list {
  padding-left: 5px;
}
.mo-item--zip-content-item {
  list-style: none;
}
.mo-item--zip-content-item i {
  margin-right: 5px;
}
.mo-item__screenshots--slider {
  width: 100%;
}
.mo-item__screenshots--slider-navigation {
  position: absolute;
  top: 350px;
  height: 50px;
  width: inherit;
  display: block;
  z-index: 20;
  list-style: none;
  padding: 0;
  width: 673px;
}
.mo-item__screenshots--slider-navigation li {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.mo-item__screenshots--slider-navigation li a {
  width: 100%;
  height: 100%;
  display: block;
}
.mo-item__screenshots--slider-navigation li a i {
  font-size: 35px;
  color: #ffffff;
  line-height: 48px;
}
.mo-item__screenshots--slider-navigation li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.mo-item__screenshots--slider-navigation li.prev {
  float: left;
}
.mo-item__screenshots--slider-navigation li.next {
  float: right;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: .70;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: .70;
  }
  100% {
    opacity: 1;
  }
}
.mo-item__screenshots--slide {
  width: 100%;
  display: none;
}
.mo-item__screenshots--slide img {
  width: 100%;
  display: block;
}
.mo-item__screenshots--slide.active {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  display: block;
  -webkit-animation-duration: 1.45s;
          animation-duration: 1.45s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.item__screenshots-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mo-item__screenshot-file {
  width: 80px;
  height: 80px;
  background-color: #e4e4e4;
  margin: 10px;
  position: relative;
}
.mo-item__screenshot-file .photo {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.mo-item__screenshot-file:hover .mo-remove {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  opacity: 1;
}
.mo-item__screenshot-file img {
  width: 100%;
}
.mo-item__screenshot-file .mo-remove {
  transition: all 300ms ease-in-out;
  -webkit-transform: translateZ(0) scale(0);
          transform: translateZ(0) scale(0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.mo-item__screenshot-file--add {
  border: 2px dashed #888888;
  text-align: center;
}
.mo-item__screenshot-file--add.mo-item__drag-n-drop--accept {
  background-color: rgba(23, 202, 14, 0.2);
  border-color: rgba(23, 202, 14, 0.8);
}
.mo-item__screenshot-file--add.mo-item__drag-n-drop--reject {
  background-color: rgba(237, 28, 63, 0.2);
  border-color: rgba(237, 28, 63, 0.8);
}
.mo-item__screenshot-file--add:hover {
  background-color: #dcdcdc;
}
.mo-item__screenshot-file--add .action {
  border: 0;
  background: transparent none;
  color: #646464;
}
.mo-item__screenshot-file--add .plus {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 80%;
}
.mo-item__screenshot-file--add .add {
  display: block;
  font-size: 10px;
}
.mo-item__asset {
  margin-top: 10px;
  padding: 5px;
  border-radius: 4px;
}
.mo-item__asset-zip a {
  margin: 5px 0 0 3px;
  display: block;
}
.mo-item__asset-zip a:hover {
  cursor: pointer;
}
.mo-item__asset:first-child {
  margin-top: 0;
}
.mo-item__asset .form-input {
  border-radius: 4px 0 0 4px;
  padding: 0.25em 0.5em;
  font-size: 14px;
}
.mo-item__asset .form-link {
  border-radius: 4px 0 0 4px;
  padding: 0.39em 0.6em;
  font-size: 12px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  display: inline-block;
  width: 100%;
}
.mo-item__asset .btn {
  border-radius: 0 4px 4px 0;
  border: 1px solid #787878;
  box-shadow: 0;
  padding: 0.25em 0.5em;
  font-size: 14px;
}
.mo-item__asset .mo-item__asset-upload-button {
  padding: 0.25em 1em;
}
.mo-item__asset-table {
  width: 100%;
}
.mo-item__asset-table .table-cell--action {
  width: 0;
}
.mo-item__asset-table .table-cell--input {
  width: 100%;
}
.mo-item__asset-title {
  margin: 0;
  font-size: 14px;
}
.mo-item__asset-progress {
  width: 100%;
  margin-top: 2px;
}
.mo-item__asset-progress-bar {
  width: 0;
  height: 2px;
  background-color: blue;
  border-radius: 4px;
  transition: width ease-in-out 50ms;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mo-item__page-sidebar {
  width: 330px;
  float: right;
}
.mo-item__details {
  margin-top: 40px;
}
.mo-item__details .mo-section {
  border-top: 1px solid #eeeeee;
}
.mo-item__details .mo-section:first-child {
  border-top: 0;
}
.mo-item__details .mo-section ul {
  margin: 0;
  padding: 0;
}
.mo-item__details .mo-section li {
  list-style-type: none;
  padding: 4px 0;
}
.mo-validate-holder {
  position: relative;
}
.mo-validate {
  position: absolute;
  left: -20px;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: transparent url('/img/mo_icon_error_circle.png') no-repeat 0 0;
}
.mo-validate.is-valid {
  background: transparent url('/img/mo_icon_check_circle.png') no-repeat 0 0;
}
.mo-item-validate-holder {
  position: relative;
}
.mo-item-validate {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  z-index: 4;
  background: transparent url('/img/validate_success.png') no-repeat 0 0;
  background-size: 16px 16px;
}
.mo-item-validate__tooltip {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.mo-item-validate--left {
  left: -30px;
}
.mo-item-validate--issue {
  background: transparent url('/img/validate_issue.png') no-repeat 0 0;
}
.mo-item-validate--error {
  background: transparent url('/img/mo_icon_error_circle.png') no-repeat 0 0;
}
.mo-item-progress-header,
.mo-item-review-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
}
.mo-item-upload-progress {
  text-align: center;
  display: inline-block;
}
.mo-item-upload-progress .title {
  font-size: 16px !important;
  color: #8c8c8c;
  padding-bottom: 6px;
  margin: 0;
}
.mo-item-progress-header__progress {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 0;
}
.mo-item-progress-header__next {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 16px;
}
.mo-item-progress-header__actions {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  text-align: right;
}
.mo-item-progress-header,
.mo-item-review-header {
  background-color: #ffffff;
}
.mo-item-progress-header .btn,
.mo-item-review-header .btn {
  font-size: 14px !important;
  padding: 0.3em 1em !important;
}
.mo-item-progress-header .steps,
.mo-item-review-header .steps {
  width: 480px;
}
.mo-item-progress-header .step,
.mo-item-review-header .step,
.mo-item-progress-header .step .step-button,
.mo-item-review-header .step .step-button {
  color: #acacac;
}
.mo-item-progress-header .step.active,
.mo-item-review-header .step.active,
.mo-item-progress-header .step.active .step-button,
.mo-item-review-header .step.active .step-button {
  color: #181818;
}
.mo-item-progress-header .step .step-title,
.mo-item-review-header .step .step-title {
  padding-top: 8px;
  margin: 0;
  font-size: 14px;
}
.mo-item-progress-header .step .bar,
.mo-item-review-header .step .bar {
  width: 160px;
  height: 16px;
  margin-left: 1px;
  background-color: #e6e6e6;
}
.mo-item-progress-header .step .bar__inside,
.mo-item-review-header .step .bar__inside {
  height: 16px;
  background-color: #8ecc39;
  background: linear-gradient(to right, #8ecc39 0%, #84c52a 100%);
}
.mo-item-progress-header .step .bar__inside.step__complete,
.mo-item-review-header .step .bar__inside.step__complete {
  background-color: #66b328;
}
.mo-item-progress-header .step:first-child .bar,
.mo-item-review-header .step:first-child .bar {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
}
.mo-item-progress-header .step:first-child .bar__inside,
.mo-item-review-header .step:first-child .bar__inside {
  border-radius: 4px 0 0 4px;
}
.mo-item-progress-header .step:last-child .bar,
.mo-item-review-header .step:last-child .bar {
  border-radius: 0 4px 4px 0;
}
.mo-item-progress-header .step:last-child .bar__inside,
.mo-item-review-header .step:last-child .bar__inside {
  border-radius: 0 4px 4px 0;
}
.mo-item-progress-header .step--1 .bar__inside,
.mo-item-review-header .step--1 .bar__inside {
  background-color: #84c52a;
  background: linear-gradient(to right, #84c52a 0%, #72ba11 100%);
}
.mo-item-progress-header .step--2 .bar__inside,
.mo-item-review-header .step--2 .bar__inside {
  background-color: #72ba11;
  background: linear-gradient(to right, #72ba11 0%, #67b201 100%);
}
.mo-item-progress-header .step-button,
.mo-item-review-header .step-button {
  display: inline-block;
  border: 0;
  padding: 0;
  background: transparent none;
}
.mo-item-progress-header .step-button:focus,
.mo-item-review-header .step-button:focus {
  outline: 0;
}
.mo-item-review-header {
  width: 100%;
  background: #ffffff;
}
.mo-item-review-header__inner {
  padding: 20px 0;
}
.mo-item-review-header__inner .mo-reject-select {
  margin-top: 40px;
}
.mo-item-review-accept {
  float: right;
  margin-top: 40px;
}
.mo-item-progress-header__inner,
.mo-item-review-header__inner {
  width: 1000px;
  margin: 0 auto;
}
.mo-item-review-header__progress {
  float: left;
  margin: 0 35px;
}
.mo-item-progress-header__bar,
.mo-item-review-header__bar {
  height: 5px;
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, #8ecf4a 22%, #66b328 22%, #66b328 50%, #8ecf4a 50%, #8ecf4a 72%, #66b328 72%, #66b328);
  border-bottom: 1px solid #515151;
}
.mo-item__step--2 {
  width: 760px;
  margin: 0 auto;
}
.mo-item__step--2 .mo-items {
  background-color: #ffffff;
}
.mo-item__step--2 .mo-item__step-edit-category {
  margin-top: 40px;
}
.mo-item__step--2 .mo-item-single--list {
  position: relative;
}
.mo-item__step--2 .mo-item-single--list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(198, 198, 198, 0.8) 0%, #e4e4e4 100%);
}
.mo-item__step--2 .mo-item-single--list:first-child:after {
  display: none;
}
.mo-item__step--2 .mo-items--grid {
  position: relative;
}
.mo-item__step--2 .mo-items--grid:before {
  content: "";
  display: block;
  background-color: rgba(198, 198, 198, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
}
.mo-item__step--2 .mo-items--grid .mo-item-single {
  position: relative;
  z-index: 10;
}
.mo-item__step--2 .mo-items--grid .mo-item-single:first-child {
  z-index: 20;
}
.mo-items--grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.mo-items--grid .mo-item-single {
  width: 180px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mo-item__step-section {
  padding-top: 40px;
}
.mo-item__step-section:first-child {
  padding-top: 0;
}
.mo-item__reviewer-message__content {
  position: relative;
}
.mo-item__reviewer-message__content .user-avatar {
  position: absolute;
  top: -34px;
  right: -4px;
}
.mo-item__uploader-message {
  margin-bottom: 10px;
}
.mo-item__uploader-message h4 {
  font-weight: bold;
  font-size: 14px;
  color: #646464;
  margin: 0;
}
.mo-item__uploader-message p {
  margin-top: 5px;
}
.mo-item-single {
  padding: 20px;
}
.mo-item-single--list .mo-item-single__inner {
  display: table;
  width: 100%;
}
.mo-item-single--list .mo-item-single__inner .mo-item__title {
  margin: 0;
}
.mo-item-single--list .mo-item-single__inner .mo-item__author {
  margin: 0;
}
.mo-item-single--list .mo-item-single__column {
  display: table-cell;
  vertical-align: top;
}
.mo-item-single--list .mo-item-single__column--photo {
  width: 1px;
  word-spacing: nowrap;
  text-align: center;
}
.mo-item-single--list .mo-item-single__column--details {
  padding: 0 20px 5px;
}
.mo-item-single--list .mo-item-single__column--actions {
  width: 1px;
  word-spacing: nowrap;
  text-align: center;
}
.mo-item-single--grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mo-item__photo {
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 3px;
  border-bottom: 2px solid #dbdbdb;
  padding: 5px;
}
.mo-item__photo.has-photo .mo-item__photo-edit {
  z-index: 8;
}
.mo-item__photo.has-photo:hover .mo-item__photo-edit {
  z-index: 12;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mo-item__photo--square_thumbnail .mo-item__photo-edit,
.mo-item__photo--square_thumbnail .mo-item__photo-edit button {
  width: 68px;
  height: 68px;
  display: block;
  padding: 0;
}
.mo-item__photo--thumbnail .mo-item__photo-edit,
.mo-item__photo--thumbnail .mo-item__photo-edit button {
  width: 130px;
  height: 78px;
}
.mo-item__photo-edit {
  position: relative;
  z-index: 12;
  border: 2px dashed #888888;
  border-radius: 2px;
}
.mo-item__photo-edit.mo-drag-n-drop--accept {
  background-color: rgba(23, 202, 14, 0.2) !important;
  border-color: rgba(23, 202, 14, 0.8) !important;
}
.mo-item__photo-edit.mo-drag-n-drop--reject {
  background-color: rgba(237, 28, 63, 0.2) !important;
  border-color: rgba(237, 28, 63, 0.8) !important;
}
.mo-item__photo-edit button {
  color: #888888;
  font-size: 12px;
  background: transparent none;
  border: 0;
}
.mo-item__photo-edit button:focus {
  outline: 0;
}
.mo-item__photo-edit .uploading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mo-item__photo-edit .uploading button {
  display: none;
}
.mo-item__photo-show {
  border-radius: 2px;
  background-color: #ffffff;
  display: block;
  position: relative;
  z-index: 10;
}
.mo-item__photo-show.is-fake {
  position: inherit;
  z-index: 0;
}
.mo-item__changelogs .title {
  font-size: 20px;
}
.mo-item__photo-upload {
  position: relative;
}
.mo-item__photo-upload .mo-item-validate {
  z-index: 26 !important;
}
.mo-item__photo-upload .mo-svg-icon--photo {
  margin: 0 auto;
}
.mo-item__photo-upload.preview,
.mo-item__photo-upload.preview .upload-panel,
.mo-item__photo-upload.preview .upload-photo {
  width: 600px;
  height: 330px;
}
.mo-item__photo-upload.preview .upload-panel__inner {
  width: 300px;
  height: 165px;
  left: 150px;
  top: 82.5px;
}
.mo-item__photo-upload.preview .upload-panel__inner-cell {
  padding: 20px;
}
.mo-item__photo-upload.thumbnail {
  font-size: 12px;
}
.mo-item__photo-upload.thumbnail,
.mo-item__photo-upload.thumbnail .upload-panel,
.mo-item__photo-upload.thumbnail .upload-photo {
  width: 130px;
  height: 78px;
}
.mo-item__photo-upload.thumbnail .upload-panel__inner {
  width: 130px;
  height: 78px;
  left: 0;
  right: 0;
}
.mo-item__photo-upload.thumbnail .upload-panel__inner-cell {
  padding: 0;
  border-radius: 0;
}
.mo-item__photo-upload.square_thumbnail {
  font-size: 10px;
}
.mo-item__photo-upload.square_thumbnail,
.mo-item__photo-upload.square_thumbnail .upload-panel,
.mo-item__photo-upload.square_thumbnail .upload-photo {
  width: 68px;
  height: 68px;
}
.mo-item__photo-upload.square_thumbnail .upload-panel__inner {
  width: 68px;
  height: 68px;
  left: 0;
  right: 0;
}
.mo-item__photo-upload.square_thumbnail .upload-panel__inner-cell {
  padding: 0;
  border-radius: 0;
}
.mo-item__photo-upload.no-photo .upload-panel {
  display: block;
  z-index: 20;
}
.mo-item__photo-upload.has-photo:hover .upload-panel,
.mo-item__photo-upload.has-photo.dnd--accept .upload-panel,
.mo-item__photo-upload.has-photo.dnd--reject .upload-panel {
  display: block;
  z-index: 20;
}
.mo-item__photo-upload .upload-photo {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}
.mo-item__photo-upload .upload-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.mo-item__photo-upload .upload-panel__inner {
  display: table;
  position: relative;
}
.mo-item__photo-upload .upload-panel__inner-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px;
  border: 1px solid #dcdcdc;
}
.order-items-overview {
  border-spacing: 0 10px;
  border-collapse: inherit;
}
.order-items-overview td {
  background-color: #ebebeb;
  padding: 20px;
}
.order-items-overview td .title {
  margin: 0;
}
.order-items-overview td:first-child {
  border-radius: 4px 0 0 4px;
}
.order-items-overview td:last-child {
  border-radius: 0 4px 4px 0;
}
.order-items-overview .item-price {
  text-align: center;
}
.order-items-overview .item-price .price-paid {
  color: #92c933;
}
.order-items-overview .item-price .price {
  font-weight: bold;
  font-size: 40px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Slideshows
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.slideshow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slideshow .slides-holder {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
}
.slideshow .slides {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
.slideshow.slide--animate__fade .slide {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 600ms ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.slideshow.slide--animate__fade .slide.active {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.slideshow.slide--animate__fade .slide.active {
  z-index: 11;
}
.slideshow.slide--animate__fade .slide.new-active {
  z-index: 15 !important;
}
.slideshow.slide--animate__fade .slide.fade-start {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 15;
}
.slideshow.slide--animate__fade .slide.fade-out {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 11;
}
.slideshow .controls-circles {
  border: 1px solid #e6e6e6;
  border-top: 0;
  text-align: center;
  padding: 10px 0;
}
.slideshow .controls-circles span {
  background: #eeeeee;
  /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#fff5f5f5', GradientType=0);
  border-radius: 50%;
  border-top: 2px solid #ddd;
  display: inline-block;
  margin: 0 4px;
  width: 12px;
  height: 11px;
  cursor: pointer;
}
.slideshow .controls-circles span.active {
  background: #4db4e8;
  /* IE10+ */
  background: linear-gradient(to bottom, #4DB4E8 0%, #0E91D2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4db4e8', endColorstr='#ff0e91d2', GradientType=0);
  border-top-color: #4DB4E8;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Default Slideshow
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.slideshow--default .slides,
.slideshow--default .slides-holder,
.slideshow--default .slide,
.slideshow--default .slide-link {
  width: 750px;
  height: 250px;
}
.slideshow--default .slide-link {
  display: block;
}
.slideshow--testimonial .slides {
  margin: 0 auto;
}
.slideshow--testimonial .slides,
.slideshow--testimonial .slides-holder,
.slideshow--testimonial .slide,
.slideshow--testimonial .slide-link {
  width: 600px;
  height: 300px;
}
.slideshow--testimonial .slide-link {
  display: block;
}
.slideshow--testimonial .slide-header {
  color: #ffffff;
  font-size: 22px;
  vertical-align: middle;
  display: block;
  padding-bottom: 10px;
}
.slideshow--testimonial .slide-description {
  color: #ffffff;
  font-size: 16px;
}
.slideshow--testimonial .user-photo {
  border-radius: 50%;
  width: 48px;
  display: inline-block;
  background-color: #ffffff;
  padding: 5px;
  vertical-align: middle;
  margin-right: 4px;
}
.slideshow--testimonial .user-name {
  display: inline-block;
  vertical-align: middle;
}
.slideshow--testimonial .controls-circles {
  border: 0 !important;
}
.slideshow--testimonial .controls-circles span {
  border: 0 !important;
  background: #46494a !important;
  width: 16.8px;
  height: 16.8px;
}
.slideshow--testimonial .controls-circles span.active {
  border: 0 !important;
  background: #5d6366 !important;
}
/**
 Mo Featured Slider
 */
.mo-featured-slider {
  position: relative;
  overflow: hidden;
  width: 750px;
  min-height: 330px;
  background-color: #ffffff;
  opacity: 0;
  visibility: none;
  transition: opacity 400ms ease-in-out;
}
.mo-featured-slider.is-loaded {
  opacity: 1;
  visibility: visible;
}
.mo-featured-slider .mo-slides {
  width: 100%;
  position: relative;
  top: 0;
  margin-left: -590px;
  z-index: 5;
  left: 80px;
}
.mo-featured-slider .mo-slides-toggles {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
}
.mo-featured-slider .mo-slides-toggles:hover .mo-toggle-arrow {
  background-color: rgba(255, 255, 255, 0.8);
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles {
  width: 100%;
  display: block;
  position: relative;
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles:hover .mo-toggle-arrow span {
  background-color: rgba(24, 24, 24, 0.2);
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles .mo-toggle-arrow {
  display: block;
  width: 80px;
  height: 330px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 152px 0 0 27px;
  outline: none;
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles .mo-toggle-arrow:active span {
  -webkit-transform: translateZ(0) scale(1.5);
          transform: translateZ(0) scale(1.5);
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles .mo-toggle-arrow:focus {
  outline: none;
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles .mo-toggle-arrow span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #000000;
  transition: all ease-in-out 300ms;
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles .mo-toggle-arrow--next {
  right: 0;
  border-left: 1px solid #d2d2d2;
}
.mo-featured-slider .mo-slides-toggles .mo-slider-toggles .mo-toggle-arrow--previous {
  left: 0;
  border-right: 1px solid #d2d2d2;
}
.mo-featured-slider .mo-slide {
  width: 590px;
  float: left;
}
.mo-featured-slider .mo-slide__link {
  display: block;
  border-bottom: 1px solid #d2d2d2;
}
.mo-featured-slider .mo-slide__image {
  display: block;
}
.mo-featured-slider .mo-slide__caption {
  transition: opacity ease-in 300ms;
  opacity: 0;
  padding: 30px;
}
.mo-featured-slider .mo-slide__caption .mo-title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
.mo-featured-slider .mo-slide__caption .mo-description {
  font-size: #858585;
  font-weight: 300;
  font-size: 16px;
}
.mo-featured-slider .mo-slide--active .mo-slide__caption {
  opacity: 1;
}
#admin .pagination,
#account-center .pagination {
  padding: 20px 0;
}
.pagination,
.pagination ul {
  border-spacing: 0 !important;
  margin: 0;
  padding: 0;
}
.pagination:before,
.pagination ul:before,
.pagination:after,
.pagination ul:after {
  content: "";
  display: table;
}
.pagination:after,
.pagination ul:after {
  clear: both;
}
.pagination li,
.pagination .pagniation-link,
.pagination .pagination--box,
.pagination .pagination--prev,
.pagination .pagination--next {
  display: block;
  float: left;
}
.pagination a,
.pagination .pagination--link {
  background-color: #ffffff;
  list-style-type: none;
  display: block;
  border: 1px solid #e6e6e6;
  border-right-width: 0;
  padding: 5px 12px;
  text-decoration: none;
  font-size: 14px;
  color: #8c8c8c;
}
.pagination a:hover,
.pagination .pagination--link:hover {
  background-color: #f3f3f3;
  color: #181818;
}
.pagination a .icon-angle-right,
.pagination .pagination--link .icon-angle-right,
.pagination a .icon-angle-left,
.pagination .pagination--link .icon-angle-left {
  top: 2px;
  position: relative;
}
.pagination .disabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
  font-size: 14px;
  color: #8c8c8c;
}
.pagination .disabled:first-child a {
  border-radius: 4px 0 0 4px;
}
.pagination .disabled:first-child {
  border-right: 0;
}
.pagination .disabled:last-child {
  border-left: 0;
}
.pagination .active a,
.pagination li.current {
  background-color: #ebebeb;
  color: #181818;
  font-weight: 700;
}
.pagination li.current {
  border: 1px solid #e6e6e6;
  padding: 5px 12px;
  font-size: 14px;
}
.pagination .prev a,
.pagination .pagination--prev a {
  border-radius: 4px 0 0 4px;
}
.pagination .next a,
.pagination .pagination--next a {
  border-radius: 0 4px 4px 0;
  border-left-width: 1px;
  border-right-width: 1px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Widgets
*
* Used for sidebars
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget {
  padding-top: 48px;
}
.widget:first-child {
  padding-top: 0 !important;
}
.widget h3 {
  margin: 0;
  padding-bottom: 12px;
}
.widget .content p {
  font-size: 13px;
  line-height: 160%;
  color: #525252;
  margin: 0;
}
.widget h3 {
  font-size: 20px;
  color: #545454;
  margin-top: 0px;
}
.widget footer {
  padding-top: 12px;
}
.widget--info ul {
  list-style-type: none;
  padding-left: 0px;
}
.widget--info ul li {
  border-bottom: 1px solid #e6e6e6;
}
.widget--info ul li a {
  color: #333;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
  padding-left: 10px;
  width: 220px;
  display: block;
}
.widget--info ul li a:hover {
  color: #333;
}
.widget--info article p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 160%;
}
.widget--info article a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.widget--info article a img {
  border-radius: 4px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  width: 68px;
  height: 68px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Widget Helpers
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--pod {
  border-top: 1px solid #e6e6e6;
  padding-top: 32px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Testimonial Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--testimonials .entries article {
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.widget--testimonials .entries article:first-child {
  border-top: 0;
}
.widget--testimonials .entries article p {
  margin: 0;
  padding: 0 0 10px 0;
  color: #999999;
  font-size: 14px;
  line-height: 140%;
  font-style: italic;
}
.widget--testimonials .entries article .user {
  font-weight: 700;
  color: #525252;
  padding: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Promise Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--promise header h4 {
  font-weight: 700;
}
.widget--promise .description p {
  font-size: 14px;
  line-height: 140%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Skills Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--skills .tags span {
  float: left;
  display: block;
  padding: 4px;
}
.widget--skills .tags span a {
  display: block;
  padding: 6px 8px;
  background-color: #f7f7f7;
  border: 1px solid #E1E1E1;
  font-size: 13px;
  color: #525252;
  text-decoration: none;
  border-radius: 3px;
}
.widget--skills .tags span a:hover {
  background-color: #E1E1E1;
  border-color: #e6e6e6;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* User Card Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--user-card .top {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.widget--user-card .top .photo {
  float: left;
  padding: 4px;
  width: 64px;
  height: 64px;
}
.widget--user-card .top .photo img {
  display: block;
}
.widget--user-card .top .actions {
  float: right;
  width: 120px;
  padding-top: 22px;
  text-align: center;
}
.widget--user-card h3 {
  margin: 0;
  padding-top: 10px;
}
.widget--user-card h3 a {
  text-decoration: underline;
  font-size: 12px;
  color: #878787;
  padding-left: 4px;
}
.widget--user-card .user-details {
  padding: 8px 10px;
  border-bottom: 1px solid #e6e6e6;
}
.widget--user-card .user-details ul {
  margin: 0;
  padding: 0;
}
.widget--user-card .user-details li {
  margin: 0;
  padding: 6px 0;
  display: block;
  font-size: 14px;
  color: #797979;
}
.widget--user-card .user-details li a {
  color: #0099FF;
  text-decoration: none;
}
.widget--user-card .social {
  padding: 6px;
}
.widget--user-card .social span {
  display: block;
  float: left;
  padding: 4px;
}
.widget--user-card .social a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
}
.widget--user-card .social a i {
  padding: 6px;
  background-color: #6D6E71;
  text-decoration: none;
  border-radius: 50%;
}
.widget--user-card .social a i:hover {
  background-color: #62a100;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Messages Widgets
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--message .box {
  padding: 10px;
}
.widget--message .row {
  padding: 6px 0 !important;
  margin: 0 !important;
}
.widget--message .row button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.widget--message input,
.widget--message textarea {
  display: block;
  width: 100% !important;
  border: 1px solid #e6e6e6;
  padding: 8px;
  background-color: #fafafa;
  box-sizing: border-box;
  border-radius: 4px;
}
.widget--message textarea {
  height: 100px;
  border-radius: 4px;
}
.widget--message button {
  width: 100% !important;
}
.widget--message-logged-out p {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 150%;
  color: #525252;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Category Description Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--category-description article {
  line-height: 160%;
  color: #525252;
}
.widget--category-description article h5 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}
.widget--category-description article p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.widget--category-description article a {
  text-decoration: none;
  font-weight: bold;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Theme Collections Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--theme-collections article {
  margin-top: 15px;
  border: 1px solid #e6e6e6;
  padding: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.widget--theme-collections article:first-child {
  margin-top: 0 !important;
}
.widget--theme-collections article a {
  display: block;
}
.widget--theme-collections article a img {
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Sort By Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--sort-by nav {
  padding: 15px;
}
.widget--sort-by li {
  margin: 0;
  padding: 2px 0;
  display: block;
}
.widget--sort-by ul {
  margin: 0;
  padding: 0;
}
.widget--sort-by ul ul {
  border-left: 1px solid #e6e6e6;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget--sort-by ul ul li {
  padding: 0 0 0 12px;
}
.widget--sort-by ul ul li:first-child {
  padding-top: 0;
}
.widget--sort-by ul ul li:last-child {
  padding-bottom: 0;
}
.widget--sort-by ul a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #333;
}
.widget--sort-by ul a:hover {
  color: #777777;
}
.widget--sort-by ul a.active--parent {
  color: #4a80a7;
  font-weight: 700;
}
.widget--sort-by ul a.active--child {
  color: #568db4;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Nav Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--nav .title a.pull-right {
  font-size: 70%;
  padding-top: 1.6%;
  color: #568db4;
}
.widget--nav .title a.pull-right:hover {
  color: #325772;
}
.widget--nav ul {
  padding: 0;
  margin: 0;
}
.widget--nav ul ul {
  display: none;
  padding: 4px 4px 4px 20px;
  background-color: #FAFAFA;
}
.widget--nav ul ul li {
  border-left: 1px solid #e6e6e6;
  border-top: 0 !important;
  padding: 0;
}
.widget--nav ul ul li:active {
  color: #0090F4;
}
.widget--nav ul ul a {
  font-size: 13px;
  font-weight: 400 !important;
  color: #525252;
  padding: 4px 4px 4px 8px;
}
.widget--nav ul ul a:hover {
  color: #0090F4;
  background-color: transparent;
}
.widget--nav li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px solid #e6e6e6;
}
.widget--nav li:first-child {
  border-top: 0;
}
.widget--nav li:first-child a {
  border-radius: 4px 4px 0 0;
}
.widget--nav li:last-child a {
  border-radius: 0 0 4px 4px;
}
.widget--nav li.active.has_sub {
  background-color: #FAFAFA;
  padding-bottom: 8px;
}
.widget--nav li.active.has_sub i.icon-chevron-down {
  display: block;
}
.widget--nav li.active.has_sub i.icon-chevron-right {
  display: none;
}
.widget--nav li.active a {
  font-weight: bold;
  background-color: #fafafa;
}
.widget--nav li.active a i {
  color: #525252;
}
.widget--nav li.active a:hover {
  background-color: transparent;
}
.widget--nav li.active ul {
  display: block;
}
.widget--nav nav a {
  display: block;
  font-size: 14px;
  color: #525252;
  text-decoration: none;
  position: relative;
  padding: 13px;
}
.widget--nav nav a:hover {
  background-color: #fafafa;
  font-weight: bold;
}
.widget--nav nav a:hover i {
  color: #525252;
}
.widget--nav nav a i {
  position: absolute;
  right: 20px;
  top: 33%;
  color: #ccc;
}
.widget--nav nav a i.icon-chevron-down {
  display: none;
}
.widget--nav nav a em {
  background-color: #FF8000;
  color: #fff;
  padding: 0.30em 0.5em 0.25em 0.5em;
  font-size: 13px;
  font-style: 400;
  line-height: 100%;
  border-radius: 50%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Similar Items Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.similar-item img {
  padding: 4px;
  background-color: #F7F7F7;
  border-radius: 4px;
  border-bottom: 1px solid #C8C8C8;
  margin: 4px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Purchase Product Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--purchase .section {
  padding: 0 24px 20px 24px;
}
.widget--purchase .section:first-child {
  padding-top: 20px;
}
.widget--purchase .recommended-item {
  font-weight: bold;
  cursor: pointer;
}
.widget--purchase .guarantee {
  padding: 10px 24px 30px 24px;
  font-size: 14px;
}
.widget--purchase .license {
  text-align: center;
}
.widget--purchase .license p {
  padding-bottom: 8px;
}
.widget--purchase .license.license--service p {
  padding-bottom: 0;
}
.widget--purchase .license select {
  width: 80%;
}
.widget--purchase .payment-options {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.widget--purchase .social {
  text-align: center;
  padding-bottom: 20px;
}
.widget--purchase .social .social--holder {
  display: table;
  width: 220px;
  margin: 0 auto;
}
.widget--purchase .social .social--facebook,
.widget--purchase .social .social--google,
.widget--purchase .social .social--twitter,
.widget--purchase .social .social--pinterest {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.widget--purchase .social .fb-like {
  width: 50px;
  height: 20px;
  overflow: hidden;
}
.widget--purchase__price-item {
  padding: 14px;
}
.widget--purchase__price-item .box {
  border: 0;
}
.widget--purchase__price-value {
  padding-right: 8px;
  font-size: 40px;
  margin: 0;
  color: #3A3F40;
}
.widget--purchase__price-type,
.widget--purchase__price-statement {
  padding-left: 8px;
  margin: 0;
  font-size: 12px;
  color: #999999;
}
.width--purchase__price-info {
  font-size: 16px;
  color: #b4b4b4;
  position: relative;
  top: 2px;
}
.widget--purchase__recommendations-title {
  border-left: 3px solid #54a200;
  margin: 6px 0 0 0;
  padding: 0 4px 0 20px;
  font-size: 18px;
  position: relative;
  left: -3px;
}
.widget--purchase__recommendations-title .view-all {
  font-size: 70%;
  padding-top: 5px;
  color: #b4b4b4;
}
.widget--purchase__recommendations-title .view-all:hover {
  color: #325772;
}
.widget--purchase__recommendations-item {
  padding: 4px 0;
}
.width--purchase__recommendations-info {
  color: #b4b4b4;
  font-size: 16px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* About The Providers Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--providers .entry {
  border-top: 1px solid #e6e6e6;
}
.widget--providers .entry:first-child {
  border-top: 0;
}
.widget--providers .entry-info {
  display: table;
  width: 100%;
  /* not in use right now, keep tho
		.user-rating {
			width: 81px;
		}

		.circle-rating {
			.border-radius(50%);

			width: 81px;
			height: 81px;
			background-color: rgb(240, 240, 240);
			text-align: center;
			color: rgb(153, 153, 153);

			.score {
				font-size: 22px;
				font-weight: @weight-bold;
				padding-top: 10px;
			}

			.description {
				font-size: 12px;
				text-transform: uppercase;
				font-weight: @weight-thin;
			}
		}

		.circle-rating--good,
		.circle-rating--0 {
			background-color: #6FBC00;
			color: #fff;
		}

		.circle-rating--bad,
		.circle-rating--1 {
			background-color: #BC280D;
			color: #fff;
		}

		.circle-rating--average,
		.circle-rating--2 {
			background-color: #E7D000;
			color: #fff;
		}
		*/
}
.widget--providers .entry-info .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.widget--providers .entry-info .photo {
  width: 74px;
}
.widget--providers .entry-info .box-photo {
  width: 64px;
  height: 64px;
}
.widget--providers .entry-info .info .user {
  font-size: 18px;
  margin: 0;
  padding-bottom: 4px;
  color: #535353;
  font-weight: 700;
}
.widget--providers .entry-info .info .location {
  font-size: 13px;
  margin: 0;
  padding-bottom: 6px;
  color: #999999;
}
.widget--providers .entry-info .info .expand {
  color: #568db4;
  text-decoration: underline;
  cursor: pointer;
}
.widget--providers .entry-info .info .expand:hover {
  color: #325772;
}
.widget--providers .widget-content--info {
  padding-bottom: 20px;
}
.widget--providers .widget-content--info .box {
  padding: 10px;
}
.widget--providers .widget-content--info .awards {
  padding: 10px 4px 0 4px;
}
.widget--providers .widget-content--info .award img {
  padding: 4px 8px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Related Services Widget
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--related-services .product {
  border-bottom: 0;
  padding: 10px 0;
  width: 160px;
  float: left;
}
.widget--related-services .product.product--1,
.widget--related-services .product.product--2 {
  padding-top: 0;
}
.widget--related-services .product.product--even {
  float: right;
}
.widget--related-services .product .box {
  width: 160px;
}
.widget--related-services .product .box:hover .product-title {
  width: 152px;
}
.widget--related-services .product .box:hover .product-extra {
  width: 154px;
}
.widget--related-services .product .product-photo {
  display: table;
}
.widget--related-services .product .product-photo .product-photo-holder {
  display: table-cell;
  vertical-align: middle;
}
.widget--related-services .product .product-photo img {
  width: 154px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SEO - Description
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.popular-sidebar .widget--seo-description {
  padding-top: 20px;
}
.widget--seo-description article {
  padding: 0 5px;
  line-height: 150%;
}
.widget--seo-description article p {
  padding-bottom: 10px;
}
.widget--seo-description article ul {
  margin: 0;
  padding: 0;
}
.widget--seo-description article ul li {
  margin: 0;
  padding: 5px 0;
  list-style-position: outside;
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Item - Reputation
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--reputation {
  text-align: center;
}
.widget--reputation.widget--reputation__no_reviews {
  padding-top: 20px;
  padding-bottom: 0;
}
.widget--reputation.widget--reputation__no_reviews .sales-ratings {
  width: 100%;
  float: none;
  text-align: center;
}
.widget--reputation h5 {
  font-size: 16px;
  color: #393F3F;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.widget--reputation .sales-ratings {
  width: 35%;
  float: left;
}
.widget--reputation .sales-ratings .star-ratings {
  padding-top: 10px;
}
.widget--reputation .recommended {
  width: 60%;
  float: right;
  border-left: 1px dashed #555;
  padding-left: 10px;
}
.widget--reputation .recommended .users {
  margin: 0 auto;
  width: 144px;
}
.widget--reputation .recommended .user {
  display: block;
  float: left;
  padding: 2px;
}
.widget--reputation .recommended .user a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  margin: 0 1px;
  border-radius: 2px;
}
.widget--reputation .recommended .user a img {
  display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Item - Details
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--details.widget--details__no_reviews {
  padding-top: 20px;
}
.widget--details ul {
  margin: 0;
  padding: 0;
}
.widget--details li {
  display: block;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 14px 24px;
}
.widget--details li:first-child {
  border-top: 0;
}
.widget--details li article {
  padding-top: 10px;
}
.widget--details li article:first-child {
  padding-top: 0;
}
.widget--details li a {
  text-decoration: none;
  cursor: default;
  color: #646464;
}
.widget--details li.details-categories a,
.widget--details li.details-tags a {
  cursor: pointer;
  color: #568db4;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Item - Author
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--author .section {
  padding: 24px;
}
.widget--author .author {
  border-bottom: 1px solid #e6e6e6;
}
.widget--author .author .photo {
  float: left;
}
.widget--author .author .info {
  width: 195px;
}
.widget--author .author .info .name,
.widget--author .author .info .country {
  padding-bottom: 4px;
  margin-bottom: 0;
}
.widget--author .author .info .profile {
  margin: 0;
  padding: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Items
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--items .item--small {
  float: left;
  padding: 3px 0;
}
.widget--items .item--small.item--set-2-3 {
  padding: 2px 6px;
}
.widget--items .item--small .item-photo {
  padding: 2px;
}
.widget--items .item--small .item-photo img {
  border-radius: 3px;
  width: 64px;
  height: 64px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Similar Items
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--similar-items .section {
  padding: 0;
}
.widget--similar-items__entry {
  padding: 6px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Single Purchase
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.widget--single-purchase-only {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 16px;
}
.progress-bar {
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 20px;
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
}
.progress-bar .bar {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  /* IE 6/7 fallback */
  background-color: transparent;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  transition: all 300ms ease-in;
  background-color: #b4b4b4;
  height: 20px;
}
.progress-bar .bar:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.progress-bar .bar:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.progress-bar .bar.green {
  background-color: #6cbb00;
}
.progress-bar .bar.red {
  background-color: #d90000;
}
.progress-bar .bar.orange {
  background-color: #ff8100;
}
.progress-bar .bar.light-blue {
  background-color: #bfefff;
}
.progress-bar .bar.blue {
  background-color: #00b6e6;
}
.progress-bar.striped .bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-bar.animate .bar {
  -webkit-animation: progress-bar 2s linear infinite;
  animation: progress-bar 2s linear infinite;
}
.mojo-modal {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 200ms ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.mojo-modal .mojo-modal-inner {
  -webkit-transform: translateZ(0) translateY(-50%);
  transform: translateZ(0) translateY(-50%);
  transition: all 200ms ease-in 200ms;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  width: 50%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  background-color: #ffffff;
  top: 100px;
  left: 0;
  right: 0;
  display: block !important;
  overflow: hidden;
}
.mojo-modal.xlarge .mojo-modal-inner {
  width: 900px;
}
.mojo-modal.large .mojo-modal-inner {
  width: 750px;
}
.mojo-modal.medium .mojo-modal-inner {
  width: 600px;
}
.mojo-modal.small .mojo-modal-inner {
  width: 200px;
}
.mojo-modal.center .mojo-modal-inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mojo-modal.column-1 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
}
.mojo-modal.column-1 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-2 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 50%;
  *width: 49.969%;
}
.mojo-modal.column-1-2 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-2 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-2 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-2 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-2 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-3 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 33.3333%;
  *width: 33.3023%;
}
.mojo-modal.column-1-3 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-3 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-3 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-3 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-3 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-2-3 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 66.6667%;
  *width: 66.6357%;
}
.mojo-modal.column-2-3 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-2-3 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-2-3 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-2-3 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-2-3 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-4 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 25%;
  *width: 24.969%;
}
.mojo-modal.column-1-4 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-4 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-4 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-4 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-4 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-3-4 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 75%;
  *width: 74.969%;
}
.mojo-modal.column-3-4 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-3-4 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-3-4 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-3-4 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-3-4 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-5 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 20%;
  *width: 19.969%;
}
.mojo-modal.column-1-5 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-5 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-5 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-5 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-5 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-2-5 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 40%;
  *width: 39.969%;
}
.mojo-modal.column-2-5 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-2-5 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-2-5 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-2-5 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-2-5 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-3-5 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 60%;
  *width: 59.969%;
}
.mojo-modal.column-3-5 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-3-5 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-3-5 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-3-5 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-3-5 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-4-5 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 80%;
  *width: 79.969%;
}
.mojo-modal.column-4-5 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-4-5 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-4-5 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-4-5 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-4-5 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-6 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 16.6667%;
  *width: 16.6357%;
}
.mojo-modal.column-1-6 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-6 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-6 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-6 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-6 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-5-6 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 83.3333%;
  *width: 83.3023%;
}
.mojo-modal.column-5-6 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-5-6 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-5-6 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-5-6 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-5-6 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-8 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 12.5%;
  *width: 12.469%;
}
.mojo-modal.column-1-8 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-8 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-8 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-8 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-8 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-3-8 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 37.5%;
  *width: 37.469%;
}
.mojo-modal.column-3-8 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-3-8 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-3-8 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-3-8 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-3-8 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-5-8 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 62.5%;
  *width: 62.469%;
}
.mojo-modal.column-5-8 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-5-8 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-5-8 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-5-8 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-5-8 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-7-8 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 87.5%;
  *width: 87.469%;
}
.mojo-modal.column-7-8 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-7-8 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-7-8 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-7-8 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-7-8 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-12 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 8.3333%;
  *width: 8.3023%;
}
.mojo-modal.column-1-12 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-12 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-12 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-12 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-12 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-5-12 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 41.6667%;
  *width: 41.6357%;
}
.mojo-modal.column-5-12 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-5-12 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-5-12 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-5-12 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-5-12 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-7-12 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 58.3333%;
  *width: 58.3023%;
}
.mojo-modal.column-7-12 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-7-12 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-7-12 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-7-12 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-7-12 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-11-12 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 91.6667%;
  *width: 91.6357%;
}
.mojo-modal.column-11-12 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-11-12 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-11-12 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-11-12 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-11-12 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-1-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 4.1667%;
  *width: 4.1357%;
}
.mojo-modal.column-1-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-1-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-1-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-1-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-1-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-5-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 20.8333%;
  *width: 20.8023%;
}
.mojo-modal.column-5-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-5-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-5-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-5-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-5-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-7-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 29.1667%;
  *width: 29.1357%;
}
.mojo-modal.column-7-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-7-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-7-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-7-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-7-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-11-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 45.8333%;
  *width: 45.8023%;
}
.mojo-modal.column-11-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-11-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-11-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-11-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-11-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-13-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 54.1667%;
  *width: 54.1357%;
}
.mojo-modal.column-13-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-13-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-13-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-13-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-13-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-17-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 70.8333%;
  *width: 70.8023%;
}
.mojo-modal.column-17-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-17-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-17-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-17-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-17-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-19-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 79.1667%;
  *width: 79.1357%;
}
.mojo-modal.column-19-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-19-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-19-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-19-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-19-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.column-23-24 .mojo-modal-inner {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 95.8333%;
  *width: 95.8023%;
}
.mojo-modal.column-23-24 .mojo-modal-inner.valign-middle {
  vertical-align: middle;
}
.mojo-modal.column-23-24 .mojo-modal-inner.valign-bottom {
  vertical-align: bottom;
}
.group .mojo-modal.column-23-24 .mojo-modal-inner {
  display: block;
  float: left;
}
.columns--text .mojo-modal.column-23-24 .mojo-modal-inner:first-child {
  padding-left: 0 !important;
}
.columns--text .mojo-modal.column-23-24 .mojo-modal-inner:last-child {
  padding-right: 0 !important;
}
.mojo-modal.active {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mojo-modal.active .mojo-modal-inner {
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  overflow: visible;
}
.mojo-modal.remove-active {
  transition: opacity 200ms ease-out 200ms, width 0ms ease-out 400ms, height 0ms ease-out 400ms;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.mojo-modal.remove-active .mojo-modal-inner {
  transition: all 200ms ease-out;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(0) translateY(-50%);
  transform: translateZ(0) translateY(-50%);
}
.mojo-modal .mojo-modal-close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 999;
}
#mojocode-modal .mojo-modal-inner {
  background: transparent url('/img/modals/mojocode-bg.png') center center no-repeat;
  width: 1044px;
  height: 573px;
  text-align: center;
}
#mojocode-modal .mojo-modal-inner h1 {
  color: #458513;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
#mojocode-modal .mojo-modal-inner h2 {
  color: #363a40;
  font-size: 30px;
  margin: 0;
}
#mojocode-modal .mojo-modal-inner p {
  color: #363a40;
  margin: 0 20%;
}
.flat-tooltip {
  position: relative;
  cursor: help;
}
.flat-tooltip:hover .mojo-tooltip {
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 999;
}
.mojo-tooltip {
  border-radius: 6px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(0) translateY(-20px);
  transform: translateZ(0) translateY(-20px);
  transition: all 300ms ease-in-out;
  box-shadow: 0 4px 2px -2px rgba(200, 200, 200, 0.8);
  position: absolute;
  background-color: #45494b;
  z-index: -1;
}
.mojo-tooltip .mojo-tooltip--holder {
  position: relative;
  text-align: left;
}
.mojo-tooltip .mojo-tooltip--holder .tooltip-title {
  color: #92c933;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}
.mojo-tooltip .mojo-tooltip--holder .tooltip-content {
  color: #ffffff;
  font-size: 12px;
}
.mojo-tooltip .mojo-tooltip--holder .tooltip-content p,
.mojo-tooltip .mojo-tooltip--holder .tooltip-content ul {
  padding: 10px 0 0 0 !important;
  margin: 0;
  color: #ffffff !important;
}
.mojo-tooltip .arrow {
  width: 0;
  height: 0;
}
.mojo-tooltip.large .mojo-tooltip--holder {
  padding: 35px 30px;
  width: 100%;
  width: 410px;
}
.mojo-tooltip.large .arrow {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #45494b;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
}
.mojo-tooltip.large.left .arrow {
  left: 5%;
  margin-left: 0;
}
.mojo-tooltip.small .mojo-tooltip--holder {
  padding: 10px;
  width: 100%;
  width: 200px;
}
.mojo-tooltip.small .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #45494b;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.mojo-tooltip.small.left .arrow {
  left: 5%;
  margin-left: 0;
}
.mojo-tooltip.cart-tooltip .mojo-tooltip--holder {
  padding: 10px;
  width: 100%;
  width: 210px;
}
.mojo-tooltip.cart-tooltip .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #45494b;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.mojo-tooltip.cart-tooltip .tooltip-content p {
  padding: 0 !important;
}
.mo-tooltip {
  position: absolute;
  z-index: 2001;
  max-width: 400px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 10px;
}
.mo-tooltip--validate-error {
  background-color: #ed1c3f;
  color: #ffffff;
}
.mo-tooltip--validate-error.tooltip--top .tooltip-arrow {
  border-top-color: #ed1c3f;
}
.mo-tooltip--validate-error.tooltip--right .tooltip-arrow {
  border-right-color: #ed1c3f;
}
.mo-tooltip--validate-error.tooltip--bottom .tooltip-arrow {
  border-bottom-color: #ed1c3f;
}
.mo-tooltip--validate-error.tooltip--left .tooltip-arrow {
  border-left-color: #ed1c3f;
}
.mo-tooltip--solid {
  background-color: #000000;
}
.mo-tooltip-holder--help {
  cursor: help;
}
.mo-tooltip .mo-tooltip-arrow {
  width: 0;
  height: 0;
  position: absolute;
}
.mo-tooltip--top .mo-tooltip-arrow {
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
}
.mo-tooltip--top.mo-tooltip--solid .mo-tooltip-arrow {
  border-top-color: #000000;
}
.mo-tooltip--bottom .mo-tooltip-arrow {
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
}
.mo-tooltip--bottom.mo-tooltip--solid .mo-tooltip-arrow {
  border-bottom-color: #000000;
}
.mo-tooltip--right .mo-tooltip-arrow {
  border-right: 5px solid rgba(0, 0, 0, 0.8);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px;
}
.mo-tooltip--right.mo-tooltip--solid .mo-tooltip-arrow {
  border-right-color: #000000;
}
.mo-tooltip--left .mo-tooltip-arrow {
  border-left: 5px solid rgba(0, 0, 0, 0.8);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
}
.mo-tooltip--left.mo-tooltip--solid .mo-tooltip-arrow {
  border-left-color: #000000;
}
.macro-widget {
  padding: 4px 0;
}
.macro-widget__options {
  min-width: 150px;
}
.macro-widget__title {
  margin-right: 4px;
  display: inline !important;
}
.module-boxes {
  display: table;
  width: 100%;
  border-spacing: 20px;
}
.module-boxes .module-box {
  border-radius: 4px;
  background-clip: padding-box;
  display: table-cell;
  background-color: #f0f0f0;
}
.module-boxes .module-box--2-3 {
  width: 66.66666667%;
}
.module-boxes .module-box--1-2 {
  width: 50%;
}
.module-boxes .module-box--1-3 {
  width: 33.33333333%;
}
.module-boxes .module-box--1-4 {
  width: 25%;
}
.module-boxes .module-box__header {
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  background-color: #e1e1e1;
  font-size: 14px;
  font-weight: 700;
  padding: 8px;
}
.mojicon {
  /* IE 6/7 fallback */
  background-color: transparent;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  display: inline-block;
  *display: inline;
}
.mojicon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.mojicon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.mojicon.mojicon-secure-lock {
  width: 24px;
  height: 28px;
  background: transparent url('../../img/mojicon/secure_lock.png') no-repeat center center;
}
.mojicon.mojicon-paypal {
  width: 81px;
  height: 22px;
  background: transparent url('../../img/mojicon/paypal.png') no-repeat center center;
  position: relative;
  top: 5px;
}
.mojicon.mojicon-backup-buddy {
  width: 25px;
  height: 25px;
  background: transparent url('../../img/mojicon/backup_buddy.png') no-repeat center center;
}
.mojicon.mojicon-power-on {
  width: 16px;
  height: 16px;
  background: transparent url('../../img/mojicon/power.png') no-repeat;
  background-position: 0 0;
}
a:hover .mojicon.mojicon-power-on {
  background-position: 0 -52px;
}
.mojicon.mojicon-power-off {
  width: 16px;
  height: 16px;
  background: transparent url('../../img/mojicon/power.png') no-repeat;
  background-position: 0 -52px;
}
a:hover .mojicon.mojicon-power-off {
  background-position: 0 0px;
}
.module-full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.module-header {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 1px 0;
  padding: 20px 12px 6px 12px;
}
.module-header .title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  padding-left: 12px;
}
.module-header .title .small {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.module-header .title i.small {
  font-size: 12px;
}
.module-upgrades table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.module-upgrades table h2,
.module-upgrades table h3,
.module-upgrades table h4,
.module-upgrades table h5,
.module-upgrades table h6 {
  margin: 0;
}
.module-upgrades table th,
.module-upgrades table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.module-upgrades table .input {
  text-align: center;
  border-right: 1px solid #e6e6e6;
  padding: 15px 10px;
}
.module-upgrades table .info {
  text-align: right;
  color: #393F3F;
}
.module-upgrades table .photo {
  width: 41px;
  text-align: center;
}
.module-upgrades table .photo img {
  border-radius: 4px;
  padding: 4px;
  display: block;
  border: 1px solid #e6e6e6;
}
.module-upgrades table thead th,
.module-upgrades table thead td {
  background-color: #ececec;
  padding: 5px 10px;
}
.module-upgrades table tbody .heading th,
.module-upgrades table tbody .heading td {
  background-color: #f7f7f7;
  padding: 5px 10px;
}
.module-intro .title i {
  color: #999999;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.module-intro .title .no-bold {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  top: -1px;
}
.module-intro .title .small {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.module-intro .title i.small {
  font-size: 12px;
}
.module-intro .search {
  width: 230px;
}
.module--top-tabs {
  padding-left: 20px;
}
.module--top-tabs .tab {
  border-radius: 3px 3px 0 0;
  display: inline-block;
  padding: 10px 16px;
  background-color: #f0f0f0;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.module--top-tabs .tab--active,
.module--top-tabs .tab:hover {
  color: #222;
  background-color: #dcdcdc;
  border-color: #c8c8c8;
}
.module-notifications-steps .step-1 {
  padding-bottom: 20px;
}
.module-notifications-steps .step-1 ul {
  margin: 0;
  padding: 0;
}
.module-notifications-steps .step-1 ul li {
  display: block;
  list-style-type: none;
  padding: 2px;
  font-size: 16px;
}
.module-notifications-steps .step-2 header {
  padding-bottom: 20px;
}
.module-notifications-steps .step-2 header h2 {
  float: left;
  padding-top: 40px;
}
.module-notifications-steps .step-2 header a {
  float: right;
  display: block;
  padding: 3px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.module-notifications-steps .step-2 header a img {
  display: block;
}
.bundle--sticky-sidebar__wrapper {
  position: absolute;
  left: -230px;
  width: 210px;
  margin-top: 115px;
}
.bundle--sticky-sidebar__wrapper .bundle--purchase {
  background-color: #f0f0f0;
}
.bundle--sticky-sidebar__wrapper .bundle--purchase__widget {
  width: 160px;
}
.bundle--wrapper {
  position: relative;
}
.bundle--sticky-sidebar {
  float: left;
}
.module-alert .inner {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
}
.module-alert .inner h2,
.module-alert .inner h3,
.module-alert .inner h4,
.module-alert .inner h5,
.module-alert .inner h6 {
  margin: 0;
  padding: 10px 0;
}
.module-alert .inner h2:first-child,
.module-alert .inner h3:first-child,
.module-alert .inner h4:first-child,
.module-alert .inner h5:first-child,
.module-alert .inner h6:first-child {
  padding-top: 0;
}
.module-alert .inner h2:last-child,
.module-alert .inner h3:last-child,
.module-alert .inner h4:last-child,
.module-alert .inner h5:last-child,
.module-alert .inner h6:last-child {
  padding-bottom: 0;
}
.module-alert .inner p,
.module-alert .inner ul,
.module-alert .inner li,
.module-alert .inner ol {
  margin: 0;
  padding: 10px 0;
  font-size: 18px !important;
}
.module-alert .inner p:first-child,
.module-alert .inner ul:first-child,
.module-alert .inner li:first-child,
.module-alert .inner ol:first-child {
  padding-top: 0;
}
.module-alert .inner p:last-child,
.module-alert .inner ul:last-child,
.module-alert .inner li:last-child,
.module-alert .inner ol:last-child {
  padding-bottom: 0;
}
.module-alert .success {
  border-color: #6DD900;
  background-color: #F0FFE0;
  color: #196600;
}
.module-alert .success p,
.module-alert .success ul,
.module-alert .success li,
.module-alert .success ol {
  color: #196600;
}
.module-alert .info {
  border-color: #D9A300;
  background-color: #FFFFBF;
  color: #664C00;
}
.module-alert .info p,
.module-alert .info ul,
.module-alert .info li,
.module-alert .info ol {
  color: #664C00;
}
.module--hr-heading {
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  padding: 20px 0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.module--hr-heading h2,
.module--hr-heading h3,
.module--hr-heading h4,
.module--hr-heading h5,
.module--hr-heading h6 {
  margin: 0;
}
.module--backup-buddy-widget {
  width: 560px;
}
.module--backup-buddy-widget .box {
  padding: 10px;
}
.module--backup-buddy-widget .pull-right {
  width: 400px;
}
.module--backup-buddy-widget .backup-buddy-title {
  margin-bottom: 0;
  padding-top: 8px;
}
.module--compare-boxes {
  border-spacing: 0 !important;
}
.module--compare-boxes:before,
.module--compare-boxes:after {
  content: "";
  display: table;
}
.module--compare-boxes:after {
  clear: both;
}
.module--compare-boxes:before,
.module--compare-boxes:after {
  content: "";
  display: table;
}
.module--compare-boxes:after {
  clear: both;
}
.module--compare-boxes .pull-left,
.module--compare-boxes .pull-right {
  width: 137px;
}
.module--compare-boxes .box--middle {
  margin: 25px 50px 0 50px;
  width: 376px;
}
.module--compare-boxes .box--middle p {
  padding: 10px 20px;
  margin: 0;
  font-size: 16px;
}
.module--compare-boxes .img--block {
  width: 127px;
  padding: 5px;
}
.img--block {
  display: block;
}
.module--inline-boxes .box {
  display: inline-block;
}
.bundle--purchase {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bundle--purchase .purchase-description {
  padding: 0 0 4px 0;
  margin: 0;
  font-size: 14px;
}
.bundle--purchase .purchase-button {
  padding-bottom: 10px;
  padding-top: 10px;
}
.bundle--purchase .purchase-price {
  font-size: 30px;
  width: 50px;
  padding: 4px 10px;
  background-color: #ffffff;
}
.bundle--limited-time p {
  color: #aaa;
}
.bundle--purchase__widget {
  width: 180px;
}
.bundle p {
  font-size: 16px;
  line-height: 150%;
}
.bundle .module--compare-boxes {
  width: 756px;
}
.bundle .module--bundle-middle {
  width: 756px;
}
.bundle .module {
  padding: 20px 0;
}
.bundle .bundle--banner .box {
  width: 640px;
  padding: 4px;
}
.bundle .module--inline-boxes {
  width: 756px;
  padding: 20px 0;
}
.bundle .module--inline-boxes .box {
  width: 76px;
  height: 76px;
  margin: 0 4px;
}
.bundle .module--inline-boxes .logo--wordpress .img--block {
  padding-top: 7px;
}
.bundle .module--inline-boxes .logo--joomla .img--block {
  padding-top: 7px;
}
.bundle .module--inline-boxes .logo--magento .img--block {
  padding-top: 7px;
}
.bundle .module--inline-boxes .logo--prestashop .img--block {
  padding-top: 4px;
}
.bundle .module--inline-boxes .logo--drupal .img--block {
  padding-top: 3px;
}
.bundle .module--hr-heading {
  width: 860px;
}
.bundle .module-alert {
  width: 650px;
}
.bundle--item {
  width: 590px;
  padding: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bundle--item-link {
  display: block;
  width: 590px;
  height: 330px;
}
.bundle--top {
  text-align: center;
  padding: 20px 0;
}
.bundle--top .bundle--title {
  font-size: 40px;
  margin-bottom: 0;
}
.bundle--top .bundle--sub-title {
  font-size: 22px;
}
.module-intro-installs {
  border-bottom: 1px solid #e6e6e6;
}
.module-install-upsell-intro {
  padding: 10px 20px !important;
  border-bottom: 1px solid #e6e6e6;
}
.module-install-upsell-intro h4 {
  margin: 0;
}
.module-install-upsell {
  background-color: #f5f5f5;
  position: relative;
}
.module-install-upsell .slides-holder {
  border-spacing: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 9000px;
}
.module-install-upsell .slides-holder:before,
.module-install-upsell .slides-holder:after {
  content: "";
  display: table;
}
.module-install-upsell .slides-holder:after {
  clear: both;
}
.module-install-upsell:hover .controls {
  display: block;
}
.module-install-upsell .controls {
  position: absolute;
  z-index: 10;
  width: 25px;
  background-color: #f0f0f0;
  background-color: rgba(230, 230, 230, 0.5);
  display: none;
  height: 200px;
  top: 0;
  cursor: pointer;
}
.module-install-upsell .controls:hover {
  background-color: #d2d2d2;
  background-color: rgba(200, 200, 200, 0.5);
}
.module-install-upsell .controls:hover i {
  color: #505050;
  font-weight: 700;
}
.module-install-upsell .controls i {
  width: 25px;
  display: block;
  text-align: center;
  position: relative;
  top: 90px;
  font-size: 20px;
  color: #c8c8c8;
}
.module-install-upsell .controls-previous {
  left: 0;
}
.module-install-upsell .controls-next {
  right: 0;
}
.module-install-upsell .controls-disable {
  display: none !important;
}
.module-install-upsell .slides {
  height: 200px;
  overflow: hidden;
  width: 743px;
  position: relative;
  z-index: 5;
}
.module-install-upsell .slides .slide {
  float: left;
  height: 160px;
  padding: 20px 30px;
  width: 683px;
}
.module-install-upsell .overlays {
  height: 200px;
  width: 743px;
  position: absolute;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  display: none;
}
.module-install-upsell .overlays .overlay {
  height: 200px;
  width: 743px;
  position: relative;
}
.module-install-upsell .overlays .overlay p {
  color: #dcdcdc !important;
}
.module-install-upsell .overlays .overlay .disable {
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  pointer-events: none !important;
  cursor: default !important;
}
.module-install-upsell .overlays .overlay .cancel {
  padding-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.module-install-upsell .overlays .overlay .cancel .btn {
  background: transparent none !important;
  color: #969696;
  border: 1px solid #969696;
  text-shadow: none;
  font-size: 12px;
  padding: 2px 6px;
  box-shadow: none !important;
}
.module-install-upsell .overlays .overlay .cancel .btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.module-install-upsell .overlays .how-do-you-pay {
  text-align: center;
  color: #f7f7f7;
}
.module-install-upsell .overlays .how-do-you-pay .step-1,
.module-install-upsell .overlays .how-do-you-pay .step-2,
.module-install-upsell .overlays .how-do-you-pay .step-3 {
  float: left;
  width: 240px;
  border-left: 1px dashed #646464;
  height: 160px;
  margin: 20px 0;
}
.module-install-upsell .overlays .how-do-you-pay .step-1:first-child,
.module-install-upsell .overlays .how-do-you-pay .step-2:first-child,
.module-install-upsell .overlays .how-do-you-pay .step-3:first-child {
  border-left: 0;
}
.module-install-upsell .overlays .how-do-you-pay .step-2 {
  width: 300px;
}
.module-install-upsell .overlays .how-do-you-pay .step-3 {
  width: 160px;
}
.module-install-upsell .overlays .how-do-you-pay .payment-type,
.module-install-upsell .overlays .how-do-you-pay .price,
.module-install-upsell .overlays .how-do-you-pay .license-options {
  border: 1px solid #3c3c3c;
  padding: 8px 8px 4px 8px;
  width: 80%;
  margin: 0 auto;
  border-radius: 4px;
}
.module-install-upsell .overlays .how-do-you-pay .price {
  width: 60%;
  font-size: 30px;
  padding-bottom: 11px;
  padding-top: 9px;
}
.module-install-upsell .overlays .how-do-you-pay .license-options {
  padding-bottom: 14px;
  padding-top: 12px;
}
.module-install-upsell .overlays .how-do-you-pay .payment-type h4 {
  float: left;
  padding-top: 8px;
}
.module-install-upsell .overlays .how-do-you-pay .payment-type .btn {
  float: right;
}
.module-install-upsell .overlays .overlay-message,
.module-install-upsell .overlays .overlay-message-paypal {
  text-align: center;
  color: #fff;
}
.module-install-upsell .overlays .overlay-message h2,
.module-install-upsell .overlays .overlay-message-paypal h2 {
  padding-top: 20px;
}
.module-install-upsell .overlays .overlay-message p,
.module-install-upsell .overlays .overlay-message-paypal p {
  color: #ddd;
}
.module-install-upsell .overlays .overlay-message .cancel,
.module-install-upsell .overlays .overlay-message-paypal .cancel,
.module-install-upsell .overlays .overlay-message .loader.hide,
.module-install-upsell .overlays .overlay-message-paypal .loader.hide {
  display: none;
}
.module-install-upsell .overlays .overlay-message .can-cancel,
.module-install-upsell .overlays .overlay-message-paypal .can-cancel {
  display: block;
}
.module-install-upsell .overlays .overlay-message-paypal .loader {
  padding-top: 8px;
}
.module-install-upsell .photo {
  float: left;
}
.module-install-upsell .photo .photo-image {
  border-radius: 4px;
  display: block;
  width: 200px;
  padding: 5px;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}
.module-install-upsell .photo .photo-image img {
  display: block;
}
.module-install-upsell .info {
  float: left;
  width: 280px;
  padding-left: 10px;
}
.module-install-upsell .info .title {
  margin: 0;
  padding-bottom: 4px;
  font-size: 16px;
}
.module-install-upsell .info .author {
  color: #999999;
}
.module-install-upsell .info .checkmarks {
  padding: 0;
}
.module-install-upsell .info .checkmarks .entry {
  list-style-type: none;
  display: block;
  padding: 2px 0;
}
.module-install-upsell .purchase {
  border-radius: 4px;
  width: 150px;
  float: right;
  text-align: center;
  background-color: #e6e6e6;
  padding: 10px;
  margin-top: 8px;
}
.module-install-upsell .purchase .price {
  font-size: 40px;
  color: #999999;
}
.module-install-upsell .purchase select {
  margin-top: 5px;
  width: 150px;
}
.module-install-upsell .purchase .select2-container {
  padding-top: 5px;
}
.module-install-upsell .screenshots {
  width: 214px;
  float: left;
  text-align: center;
}
.module-install-upsell .extras {
  padding-top: 10px;
}
.module-install-upsell .view-more {
  width: 380px;
  padding-right: 2px;
  float: right;
  text-align: right;
}
.module-install-upsell .view-more-link {
  color: #0085ED;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.module-install-upsell .view-more-link:hover {
  color: #004c87;
}
.module-install-upsell .photo-screenshots {
  font-size: 13px;
  color: #999999 !important;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.module-install-upsell .photo-screenshots:hover {
  color: #222 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Admin Professional Services
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.module-manage-services .module-header {
  border-bottom: 0;
}
.module-manage-services .actions .buttons {
  padding-bottom: 8px;
}
.module-manage-services .details .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 4px;
}
.module-manage-services .details .title .bubble {
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: none !important;
  position: relative;
  top: -2px;
}
.module-manage-services .details .date {
  color: #999999;
  font-style: italic;
  font-size: 12px;
}
.module-manage-services .details .status {
  font-size: 12px !important;
}
.module-manage-services .action-status {
  font-size: 16px;
  color: #777777;
  text-decoration: none;
}
.module-manage-services .action-status .mojicon {
  position: relative;
  top: 2px;
}
.module-services-credentials header {
  background-color: #ececec;
  padding: 5px 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.module-services-credentials header h4 {
  margin: 0;
}
.module-services-credentials .content .content-header {
  padding: 20px;
}
.module-services-credentials .content .content-header .user {
  float: left;
}
.module-services-credentials .content .content-header .user .photo {
  float: left;
}
.module-services-credentials .content .content-header .user .photo img {
  border-radius: 4px;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 4px;
}
.module-services-credentials .content .content-header .user .info {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
}
.module-services-credentials .content .content-header .user .info h5 {
  margin: 0;
  padding-bottom: 10px;
}
.module-services-credentials .content .content-header .user .info .date {
  padding: 4px 8px;
  background-color: #f7f7f7;
  color: #999999;
}
.module-services-credentials .content .content-header .actions {
  float: right;
}
.module-services-credentials .content .content-header .actions .action {
  float: left;
  padding-left: 10px;
  text-align: center;
}
.module-services-credentials .content .content-header .actions .action p a {
  color: #535353 !important;
}
.module-services-credentials .content .credentials {
  padding: 0 20px;
}
.module-services-credentials .content .credentials .alert-general {
  border-radius: 6px;
  background: #f7f7f7 url('../../img/alert_icon.png') no-repeat 15px 17px;
  padding: 12px 12px 12px 58px;
  width: 240px;
  margin-bottom: 40px;
}
.module-services-credentials .content .credentials .alert-general p {
  margin: 0;
  padding: 0;
}
.module-services-credentials .content .credentials ul {
  margin: 0;
  padding: 0 0 20px 0;
}
.module-services-credentials .content .credentials ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
}
.module-services-credentials .content .credentials h4 {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  width: 70%;
}
.module-services-messages .messages {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 20px;
}
.module-services-messages .messages article {
  padding: 20px 0;
}
.module-services-messages .messages article:first-child {
  padding-top: 0;
}
.module-services-messages .messages article .photo {
  float: left;
  width: 50px;
}
.module-services-messages .messages article .photo img {
  border-radius: 4px;
  display: block;
  padding: 4px;
  border: 1px solid #e6e6e6;
}
.module-services-messages .messages article .content {
  border-radius: 4px;
  float: right;
  width: 600px;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  padding: 10px;
}
.module-services-messages .messages article .content header h4 {
  float: left;
  margin: 0;
  font-size: 14px;
}
.module-services-messages .messages article .content header p {
  float: left;
  display: block;
  margin: 0;
  padding-left: 8px;
  position: relative;
  top: 1px;
  font-size: 11px !important;
}
.module-services-messages .messages article .content .message-content p {
  margin: 0;
  padding: 12px 0 0 0;
  font-size: 13px !important;
}
.module-services-messages form {
  padding: 20px;
}
.module-services-timeline {
  font-size: 14px;
}
.module-services-timeline fieldset {
  border-width: 0;
  border-top-width: 1px;
  padding: 0;
  position: relative;
  margin: 0;
}
.module-services-timeline legend {
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: -8px;
  font-weight: 700;
}
.module-services-timeline .timeline-content-date {
  width: 175px;
  float: left;
  border-right: 1px solid #e6e6e6;
  padding: 17px 10px 18px 0;
  text-align: right;
  color: #777777;
  font-size: 12px;
  font-style: italic;
}
.module-services-timeline .timeline-content-action {
  width: 540px;
  float: right;
  padding: 15px 0;
}
.module-services-timeline .timeline-content-action a {
  color: #333;
  font-weight: 700;
}
.module-services-timeline .timeline-content-action a.bubble {
  font-weight: 400;
  text-decoration: none;
}
.module-services-timeline .timeline-content-action a.bubble.bubble-dark {
  color: #f8f8f8;
}
.module-services-timeline .timeline-content-action .bubble {
  font-size: 12px;
}
.module-services-timeline .entries .entry:first-child .timeline-content-date {
  padding-top: 27px;
}
.module-services-timeline .entries .entry:first-child .timeline-content-action {
  padding-top: 25px;
}
.module-services-timeline .entries .entry:last-child .timeline-content-date {
  padding-bottom: 27px;
}
.module-services-timeline .entries .entry:last-child .timeline-content-action {
  padding-bottom: 25px;
}
.module-services-timeline .timeline-header .timeline-content-date,
.module-services-timeline .timeline-header .timeline-content-action {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 8px 10px;
  color: #333;
  font-style: normal;
}
.module-services-timeline .timeline-header .timeline-content-date {
  padding: 8px 10px 8px 0;
}
.module-services-timeline .timeline-header .timeline-content-action {
  padding: 8px 0 8px 10px;
}
.module-view-service-messages .box-fill {
  color: #999999;
}
.module-view-service-messages .box-fill .bubble-dark {
  color: #fff !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Account Center Earnings
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.module--ac-earnings .module-header {
  border-radius: 4px 4px 0 0;
}
.module--ac-earnings .table {
  min-height: 182px;
}
.module--ac-earnings .earnings {
  font-size: 44px;
  margin: 0 20px 20px 20px;
  color: #666666;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  padding-bottom: 15px;
}
.module--ac-earnings .description {
  font-size: 13px;
  color: #666666;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Account center affiliate earnings
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
p.footnote {
  color: #888!important;
  font-size: 12px;
  margin-left: 2px;
  margin-top: 3px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Account Center Affiliate Paypal Form
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.module--ac-affiliate-paypal-form .title {
  padding-right: 20px;
  margin: 0;
  padding-top: 8px;
}
.module--ac-affiliate-paypal-form form button {
  margin-left: 20px;
}
.module--ac-affiliate-paypal-form form input {
  font-size: 13px;
}
.module--ac-affiliate-paypal-form form input.btn {
  margin-left: 12px;
  padding: 8px 32px;
  font-size: 16px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Account Center Withdrawal Earnings
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.module--ac-withdrawal-earnings .module-header {
  border-radius: 4px 4px 0 0;
}
.module--ac-withdrawal-earnings .table .title {
  font-size: 11px;
  margin: 0;
}
.module--ac-withdrawal-earnings .table .value {
  font-size: 20px;
  margin: 0;
}
.module--ac-withdrawal-earnings .table .table-cell {
  padding: 10px 0;
}
.module--ac-withdrawal-earnings .table .lifetime-earnings .title {
  font-weight: 700;
}
.module--ac-withdrawal-earnings .table tr:first-child .table-cell {
  padding-top: 0;
}
.module--ac-withdrawal-earnings .table tr:last-child .table-cell {
  padding-bottom: 0;
}
.module--installs header {
  background-color: #f7f7f7;
  padding: 10px 25px;
  border-top: 1px solid #e6e6e6;
}
.module--installs header h4 {
  margin: 0;
  padding: 0;
}
.module--installs header h4 em {
  font-size: 13px;
  font-style: 400;
  color: #999999;
  padding-left: 8px;
}
.module--installs header h4 em a {
  color: #999999;
}
.module--installs article {
  padding: 20px 40px 20px 25px;
  border-top: 1px solid #e6e6e6;
}
.module--installs article .photo {
  float: left;
  width: 50px;
}
.module--installs article .photo a {
  display: block;
  padding: 3px;
  width: 33px;
  height: 33px;
}
.module--installs article .photo a img {
  display: block;
}
.module--installs article .actions {
  width: 120px !important;
  float: right;
}
.module--installs article .actions .btn {
  font-size: 14px;
}
.module--installs article .content {
  float: left;
  width: 475px;
}
.module--installs article .content h5 {
  margin-bottom: 0;
  padding: 4px 0 8px 0;
}
.module--installs article .content h5 span {
  padding-right: 8px;
}
.module--installs article .content h5 a {
  color: #0085ED;
  text-decoration: none;
  font-weight: 700;
}
.module--installs article .content nav {
  color: #555;
}
.module--installs article .content nav a {
  color: #555;
  text-decoration: none;
}
.module--installs article .content nav a.active {
  color: #FF7F00;
  font-weight: 700;
}
.module--installs article .content nav a:hover {
  color: #111;
}
.module--installs article .content nav span {
  padding: 0 4px;
}
.module--installs article .content .backup-buddy-info {
  border-spacing: 0 !important;
  font-size: 12px;
  font-weight: 700;
  padding: 14px 0 0 0;
}
.module--installs article .content .backup-buddy-info:before,
.module--installs article .content .backup-buddy-info:after {
  content: "";
  display: table;
}
.module--installs article .content .backup-buddy-info:after {
  clear: both;
}
.module--installs article .content .backup-buddy-info:before,
.module--installs article .content .backup-buddy-info:after {
  content: "";
  display: table;
}
.module--installs article .content .backup-buddy-info:after {
  clear: both;
}
.module--installs article .content .backup-buddy-info span {
  display: block;
  float: left;
  position: relative;
  top: -5px;
}
.module--installs article .content .backup-buddy-info a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  display: block;
  float: left;
  margin: 0 8px;
}
.module--installs article .content .backup-buddy-info em {
  color: #D80000;
  display: block;
  float: left;
}
.module--installs article .actions {
  float: right;
  width: 155px;
}
.reveal-modal .close-reveal-modal {
  padding: 4px 8px;
  top: 0 !important;
  right: 0 !important;
  background-color: #fff;
  border-radius: 50%;
}
.reveal-modal .close-reveal-modal:hover i {
  color: red;
}
.reveal-modal .reveal-modal-center {
  margin: 0 auto;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal .reveal-modal-header {
  background-color: #ededed;
}
.reveal-modal .reveal-modal-header .left {
  float: left;
  width: 49%;
}
.reveal-modal .reveal-modal-header .right {
  float: right;
  width: 49%;
}
.reveal-modal .reveal-modal-content {
  background-color: #fff;
}
.reveal-modal .reveal-modal-alerts {
  width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.reveal-modal .reveal-modal-alerts .alert {
  background-color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.reveal-modal .reveal-modal-alerts .alert p {
  margin: 0;
  padding: 12px;
}
.reveal-modal .reveal-modal-alerts .alert-error {
  background-color: #FF4B47;
  color: #fff;
}
.reveal-modal .reveal-modal-alerts .alert-success {
  background-color: #bfcd00;
  color: #fff;
}
.reveal-modal .reveal-modal-alerts .alert-warning {
  background-color: #ff8000;
  color: #222;
}
#ajax-modal-item-rating {
  width: 855px;
}
#ajax-modal-item-rating .reveal-modal-header {
  padding: 20px;
}
#ajax-modal-item-rating .item-card img {
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 5px;
  width: 68px;
  height: 68px;
  float: left;
  border-radius: 4px;
}
#ajax-modal-item-rating .item-card .info {
  float: left;
  padding-left: 20px;
  padding-top: 5px;
}
#ajax-modal-item-rating .item-card .info h3 {
  margin-bottom: 10px;
}
#ajax-modal-item-rating .item-card .info p {
  padding: 0;
}
#ajax-modal-item-rating .right h4 {
  padding-top: 30px;
  padding-right: 20px;
  text-align: right;
}
#ajax-modal-item-rating .reveal-modal-content {
  padding: 20px;
}
#ajax-modal-item-rating .reveal-modal-content form {
  width: 560px;
  background-color: #f9f9f9;
  padding: 20px 40px;
  margin: 0 auto;
}
#ajax-modal-item-rating .reveal-modal-content form .row {
  padding: 10px 0;
}
#ajax-modal-item-rating .reveal-modal-content form .row label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
#ajax-modal-item-rating .reveal-modal-content form .row textarea {
  width: 560px;
  height: 150px;
  display: block;
}
#ajax-modal-item-rating .reveal-modal-content form .choose-rating select,
#ajax-modal-item-rating .reveal-modal-content form .choose-rating .select2-container,
#ajax-modal-item-rating .reveal-modal-content form .choose-rating .star-ratings {
  float: left;
}
#ajax-modal-item-rating .reveal-modal-content form .choose-rating .star-ratings {
  margin-left: 10px;
}
#ajax-modal-terms-of-service .breadcrumbs {
  display: none;
}
#ajax-modal-terms-of-service .page-title {
  margin-top: 0 !important;
}
#ajax-modal-terms-of-service .page-layout--full {
  width: auto !important;
}
#ajax-modal-terms-of-service .page-layout--full .full-width-content {
  height: 400px;
  overflow: auto;
}
#ajax-modal-exclusive .breadcrumbs {
  display: none;
}
#ajax-modal-exclusive .page-title {
  margin-top: 0 !important;
}
#ajax-modal-exclusive .page-layout--full {
  width: auto !important;
}
#ajax-modal-exclusive .page-layout--full .full-width-content {
  height: 400px;
  overflow: auto;
}
#ajax-modal-non-exclusive .breadcrumbs {
  display: none;
}
#ajax-modal-non-exclusive .page-title {
  margin-top: 0 !important;
}
#ajax-modal-non-exclusive .page-layout--full {
  width: auto !important;
}
#ajax-modal-non-exclusive .page-layout--full .full-width-content {
  height: 400px;
  overflow: auto;
}
#ajax-modal-activate-seller {
  width: 600px;
  margin: 0 30%;
  left: 0%;
}
#ajax-modal-activate-seller .breadcrumbs {
  display: none;
}
#ajax-modal-activate-seller .page-title {
  margin-top: 0 !important;
}
#ajax-modal-activate-seller .page-layout--full {
  width: auto !important;
}
#ajax-modal-activate-seller .page-layout--full .full-width-content {
  min-height: 300px!important;
  overflow: auto;
}
#ajax-modal-activate-seller .page-layout--full .full-width-content a.seller-signup {
  width: 300px;
  margin-left: 110px;
  margin-top: 20px;
}
#ajax-modal-activate-affiliate {
  width: 600px;
  margin: 0 30%;
  left: 0%;
}
#ajax-modal-activate-affiliate .breadcrumbs {
  display: none;
}
#ajax-modal-activate-affiliate .page-title {
  margin-top: 0 !important;
}
#ajax-modal-activate-affiliate .page-layout--full {
  width: auto !important;
}
#ajax-modal-activate-affiliate .page-layout--full .full-width-content {
  min-height: 300px!important;
  overflow: auto;
}
#ajax-modal-activate-affiliate .page-layout--full .full-width-content a.affiliate-signup {
  width: 300px;
  margin-left: 110px;
  margin-top: 20px;
}
#ajax-modal-install-details .close-reveal-modal {
  padding: 4px 8px;
  top: 0px !important;
  right: 0px !important;
  background-color: #EDEDED;
  border-radius: 0%;
}
#ajax-modal-install-details .close-reveal-modal:hover i {
  color: red;
}
#ajax-modal-install-details .loading {
  position: relative;
}
#ajax-modal-install-details .loading .loading-spinner {
  position: absolute;
  left: 15px;
  top: 28%;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-left {
  float: left;
  display: block;
  width: 350px;
  padding: 25px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-left .script-install-image {
  float: left;
  display: block;
  width: 80px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-left .script-install-title {
  float: left;
  display: block;
  width: 200px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-left .script-install-title h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-left .script-install-title h4 {
  margin: 0px;
  font-size: 13px;
  color: #535353;
  font-weight: 100;
  padding: 5px 2px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right {
  float: right;
  display: block;
  width: 290px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right.logged-in {
  padding: 25px 30px 0 0;
  font-size: 14px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right.logged-out {
  padding: 15px 30px 0 0;
  margin-bottom: 20px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-button,
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-import-button {
  text-align: center;
  display: block;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-button a,
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-import-button a {
  font-size: 16px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-button p,
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-import-button p {
  font-size: 12px;
  color: #a0a0a0;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-button {
  float: left;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-import-button {
  float: right;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-banner {
  background-color: #fff;
  width: 250px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-banner h3 {
  text-align: center;
  color: #525252;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-signup-button {
  float: left;
  display: block;
  width: 140px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-signup-button a {
  font-size: 16px;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-signup-button p {
  float: right;
  display: block;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-login-link {
  float: right;
  display: block;
  padding: 8px 15px 0 0;
}
#ajax-modal-install-details #script-install .script-install-header .script-install-header-right .script-install-login-link a {
  font-size: 14px;
  color: #007FFF;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-left nav {
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-left nav li {
  list-style-type: none;
  display: inline;
  border-right: 1px solid #e6e6e6;
  padding: 8px 15px;
  line-height: 26px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-left nav li:nth-child(5) {
  border-right: none;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-left nav li a {
  color: #3A3F40;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-left p {
  font-size: 13px;
  line-height: 20px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-right .script-install-body-right-links nav li {
  list-style-type: none;
  margin: 10px 0;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-right .script-install-body-right-links nav li a {
  font-size: 12px;
  color: #525252;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-body-right p.install-terms {
  padding: 20px;
  text-align: center;
  line-height: 20px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-shell {
  width: 745px;
  margin: 0 auto;
  padding: 40px 0;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-shell h3 {
  font-size: 14px;
  color: #393F3F;
  font-weight: bold;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-shell p.note {
  border: 1px solid;
  border-color: #E6DB55;
  padding: 15px;
  background-color: #ffffe0;
  color: #524e1d;
  margin-top: 15px;
  margin-bottom: 15px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-shell select#UninstallReasonId {
  width: 235px;
  margin-left: 5px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-shell .btn {
  color: #000;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain {
  width: 600px;
  margin: 0 auto;
  padding: 40px 0;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain h3 {
  font-size: 14px;
  color: #393F3F;
  font-weight: bold;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain .domain-select {
  padding: 10px 0;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain .domain-select input#install-confirm-overwrite.text_error {
  float: left !important;
  display: block;
  margin-right: 10px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain .domain-select .sep {
  padding-left: 10px;
  font-size: 16px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain .script-install-action {
  margin: 10px 0;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain .script-install-domain-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain .script-install-domain-list select {
  float: left;
  display: block;
  width: 250px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain .script-install-domain-list input[type="text"] {
  float: right;
  display: block;
  width: 172px;
}
#ajax-modal-install-details #script-install .script-install-body .script-install-domain a.install-now {
  margin: 20px auto;
  padding: 12px 0;
  width: 300px;
  font-size: 26px;
  display: block;
}
#ajax-modal-install-items-inner {
  width: 855px;
}
#ajax-modal-install-items-inner .close-reveal-modal {
  padding: 4px 8px;
  top: 0px !important;
  right: 0px !important;
  background-color: #EDEDED;
  border-radius: 0%;
}
#ajax-modal-install-items-inner .close-reveal-modal:hover i {
  color: red;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-left {
  float: left;
  display: block;
  width: 350px;
  padding: 15px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-left .script-install-image {
  float: left;
  display: block;
  width: 80px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-left .script-install-image img {
  border: 1px solid #e6e6e6;
  padding: 4px;
  background-color: #fff;
  border-radius: 4px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-left .script-install-title {
  float: left;
  display: block;
  width: 200px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-left .script-install-title h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-left .script-install-title h4 {
  margin: 0px;
  font-size: 13px;
  color: #535353;
  font-weight: 100;
  padding: 5px 2px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right {
  float: right;
  display: block;
  width: 290px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right.logged-in {
  padding: 35px 30px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right.logged-out {
  padding: 15px 30px;
  margin-bottom: 20px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-button {
  float: left;
  display: block;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-button a {
  font-size: 16px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-import-button {
  float: right;
  display: block;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-banner {
  background-color: #fff;
  width: 250px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-banner h3 {
  text-align: center;
  color: #525252;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-signup-button {
  float: left;
  display: block;
  width: 140px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-signup-button a {
  font-size: 16px;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-signup-button p {
  float: right;
  display: block;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-login-link {
  float: right;
  display: block;
  padding: 8px 15px 0 0;
}
#ajax-modal-install-items-inner #script-install .script-install-header .script-install-header-right .script-install-login-link a {
  font-size: 14px;
  color: #007FFF;
}
#ajax-modal-install-items-inner #script-install .script-install-body {
  background-color: #fff;
  border-top: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-left {
  float: left;
  display: block;
  width: 475px;
  padding: 20px 15px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-left nav {
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-left nav li {
  list-style-type: none;
  display: inline;
  border-right: 1px solid #e6e6e6;
  padding: 8px 15px;
  line-height: 26px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-left nav li:nth-child(5) {
  border-right: none;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-left nav li a {
  color: #3A3F40;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-left p {
  font-size: 13px;
  line-height: 20px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-right {
  float: right;
  display: block;
  width: 285px;
  margin-right: 20px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-right .script-install-body-right-links {
  padding: 15px;
  background-color: #f8f8f8;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-right .script-install-body-right-links nav li {
  list-style-type: none;
  margin: 10px 0;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-right .script-install-body-right-links nav li a {
  font-size: 12px;
  color: #525252;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-body-right p.install-terms {
  padding: 20px;
  text-align: center;
  line-height: 20px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-shell {
  width: 745px;
  margin: 0 auto;
  padding: 40px 0;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-shell h3 {
  font-size: 14px;
  color: #393F3F;
  font-weight: bold;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-shell p.note {
  border: 1px solid;
  border-color: #E6DB55;
  padding: 15px;
  background-color: #ffffe0;
  color: #524e1d;
  margin-top: 15px;
  margin-bottom: 15px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-shell p {
  font-size: 12px;
  line-height: 16px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-shell select#UninstallReasonId {
  width: 235px;
  margin-left: 5px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-shell .btn {
  color: #000;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain {
  width: 550px;
  margin: 0 auto;
  padding: 40px 0;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain h3 {
  font-size: 14px;
  color: #393F3F;
  font-weight: bold;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain label {
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain select {
  margin: 5px 0 15px 0;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain .script-install-domain-list {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain .script-install-domain-list select {
  float: left;
  display: block;
  width: 250px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain .script-install-domain-list input {
  float: left;
  display: block;
  width: 172px;
  position: relative;
  top: -10px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain a.install-now {
  margin: 20px auto;
  padding: 12px 0;
  width: 300px;
  font-size: 26px;
  display: block;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain .product-installs {
  padding: 30px 0;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain .product-installs h2 {
  font-size: 20px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain .product-installs .new-install {
  float: left;
  display: block;
  width: 200px;
}
#ajax-modal-install-items-inner #script-install .script-install-body .script-install-domain .product-installs .import-install {
  float: right;
  display: block;
  width: 200px;
}
.install-location-actions p {
  display: inline;
  padding: 20px 10px 0 10px;
}
#ajax-modal-ratings {
  width: 600px;
  margin: 0 30%;
  left: 0%;
}
#ajax-modal-ratings label {
  padding-bottom: 4px;
  display: block;
  font-weight: bold;
  font-size: 13px;
}
#ajax-modal-ratings label span {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
#ajax-modal-ratings span.checkbox {
  background-color: #FAFAFA;
  display: block;
  margin-bottom: 4px;
  border: 1px solid #e6e6e6;
}
#ajax-modal-ratings span.checkbox span.check {
  float: left;
  display: block;
  padding: 8px 8px;
  background-color: #E7E7E7;
  border-right: 1px solid #e6e6e6;
}
#ajax-modal-ratings span.checkbox label {
  float: left;
  display: block;
  width: 90%;
  padding: 11px 4px 4px 8px;
  font-weight: 400;
  font-size: 14px;
}
#ajax-modal-ratings textarea {
  border: 1px solid #e6e6e6;
  height: 27px;
  width: 300px;
  background-color: #f8f8f8;
  width: 585px;
  height: 150px;
  border-radius: 4px;
}
#ajax-modal-ratings p {
  margin-top: 45px;
}
#ajax-modal-ratings a.btn {
  width: 200px;
  margin-top: 20px;
}
#script-install-errors {
  background-color: red;
  width: 100%;
  margin: 12px auto 0;
}
#script-install-errors h2,
#script-install-errors h3,
#script-install-errors h4,
#script-install-errors h5,
#script-install-errors h6,
#script-install-errors p,
#script-install-errors ul {
  padding: 8px 16px;
  margin: 0;
  color: #fff;
}
#script-install-errors li {
  margin-left: 20px;
}
.show-error-message {
  padding: 4px;
  color: red;
}
.interstitial-not-seen-welcome {
  background-color: #e5f8fe!important;
  margin: 0px!important;
  padding: 10px 0!important;
  width: 100%!important;
}
.interstitial-not-seen-welcome p {
  padding: 8px 16px;
  margin: 0;
  color: #2895f8!important;
  font-style: bold;
  font-size: 14px;
  text-align: center;
}
.interstitial-not-seen-welcome .left {
  float: right;
  padding: 5px;
  margin-right: 20px;
}
#mojo-ajax-alerts {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 998;
}
#mojo-ajax-alerts .message {
  text-align: center;
  padding: 12px;
  position: relative;
  z-index: 998;
}
#mojo-ajax-alerts .message .inner {
  width: 960px;
  margin: 0 auto;
  padding: 1px 0;
  font-size: 18px;
}
#mojo-ajax-alerts .message .inner span {
  font-weight: bold;
}
#mojo-ajax-alerts .message-success {
  background-color: #bfcd00;
  color: #fff;
}
#mojo-ajax-alerts .message-success .close {
  background-color: #679b00;
}
#mojo-ajax-alerts .message-success .close i {
  color: #fff;
}
#mojo-ajax-alerts .message-success .close:hover i {
  color: #ccc;
}
#mojo-ajax-alerts .message-error {
  background-color: #FF4B47;
  color: #fff;
}
#mojo-ajax-alerts .message-error .close {
  background-color: #ce352a;
}
#mojo-ajax-alerts .message-error .close i {
  color: #fff;
}
#mojo-ajax-alerts .message-error .close:hover i {
  color: #ccc;
}
#mojo-ajax-alerts .message-auth {
  background-color: gray;
  color: #000;
}
#mojo-ajax-alerts .message-warn {
  background-color: #ff8000;
  color: #000;
}
#mojo-ajax-alerts .message-warn .close {
  background-color: #c26100;
}
#mojo-ajax-alerts .message-warn .close i {
  color: #fff;
}
#mojo-ajax-alerts .message-warn .close:hover i {
  color: #ccc;
}
#mojo-ajax-alerts .message-info {
  background-color: #00bdff;
  color: #fff;
}
#mojo-ajax-alerts .message-info .close {
  background-color: #0090c2;
}
#mojo-ajax-alerts .message-info .close i {
  color: #fff;
}
#mojo-ajax-alerts .message-info .close:hover i {
  color: #ccc;
}
#mojo-ajax-alerts .close {
  position: absolute;
  width: 25px;
  right: 10px;
  top: 30%;
  background-color: #fff;
  cursor: pointer;
  padding: 3px 0px;
  border-radius: 50%;
}
#mojo-ajax-alerts .close:hover i {
  color: red;
}
#mojo-ajax-alerts .close i {
  color: #000;
  font-size: 16px;
}
.rgba #mojo-ajax-alerts .message-success {
  background-color: rgba(27, 169, 39, 0.9);
}
input.form-error {
  border: 1px solid #D14!important;
  background-color: #FF8A94!important;
}
.error-message {
  margin: 5px 0;
  font-weight: bold;
}
.notice {
  border: 1px solid #6DD900!important;
  color: #196600;
  font-size: 14px;
  background-color: #F0FFE0!important;
  padding: 18px;
  border-radius: 4px;
}
.alert {
  border-radius: 4px;
  transition: all 400ms ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #f5f5f5;
  border-bottom: 2px solid #ebebeb;
  font-size: 16px;
  color: #646464;
}
.alert p,
.alert ul,
.alert ol {
  margin: 0;
  padding: 12px;
}
.alert.alert-warning,
.alert.alert--warning {
  background-color: #ffffbf;
  border-color: #ffca00;
  color: #674d00;
}
.alert.alert--error,
.alert.alert-error {
  background-color: #f55555;
  border-color: #c03c3c;
  color: #fafafa;
}
.alert.alert--fail,
.alert.alert-fail {
  background-color: #f55555;
  border-color: #c03c3c;
  color: #fafafa;
}
.alert.alert-success,
.alert.alert--success {
  background-color: #85F581;
  border-color: #17cd10;
  color: #515151;
}
.alert.alert-info,
.alert.alert--info {
  background-color: #d0f1ff;
  border-color: #6ad3ff;
  color: #515151;
}
.alert.box-fill {
  border-color: #cdcdcd;
}
.tag {
  padding: 4px 8px;
  margin: 2px;
}
.tag i {
  color: #969696;
  font-size: 12px;
  padding-right: 4px;
  position: relative;
  top: 1px;
}
.tag i:hover {
  color: #000000;
  cursor: pointer;
}
.tags .tag {
  float: left;
}
.mojo-banner {
  width: 100%;
}
.mojo-banner.mojo-banner--alert article {
  position: relative;
}
.mojo-banner.mojo-banner--alert .close {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
}
.mojo-banner article,
.mojo-banner .mojo-banner__inner {
  padding: 5px 0;
}
.mojo-banner article .close,
.mojo-banner .mojo-banner__inner .close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1a000000', GradientType=0);
  /* IE6-9 */
  border-radius: 50%;
  padding: 6px 7px;
  float: left;
  display: block;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
}
.rgba .mojo-banner article .close,
.rgba .mojo-banner .mojo-banner__inner .close {
  background: rgba(0, 0, 0, 0.1);
}
.ie9 .mojo-banner article .close,
.ie9 .mojo-banner .mojo-banner__inner .close {
  -webkit-filter: none;
          filter: none;
}
.mojo-banner article .close:hover i,
.mojo-banner .mojo-banner__inner .close:hover i {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mojo-banner article .close i,
.mojo-banner .mojo-banner__inner .close i {
  transition: opacity 400ms ease;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
  color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
}
.mojo-banner article .close .icon-circle,
.mojo-banner .mojo-banner__inner .close .icon-circle {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  z-index: 4;
}
.mojo-banner article .close .icon-remove,
.mojo-banner .mojo-banner__inner .close .icon-remove {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 14px;
  padding-left: 4px;
  padding-top: 4px;
  z-index: 8;
  color: #000000;
}
.mojo-banner article .photo,
.mojo-banner .mojo-banner__inner .photo {
  float: left;
  padding-left: 10px;
}
.mojo-banner article .photo img,
.mojo-banner .mojo-banner__inner .photo img {
  display: block;
}
.mojo-banner article .text,
.mojo-banner .mojo-banner__inner .text {
  float: left;
  font-size: 20px;
  position: relative;
  top: 4px;
  padding: 2px 10px;
}
.mojo-banner article .text p,
.mojo-banner .mojo-banner__inner .text p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.mojo-banner article .action,
.mojo-banner .mojo-banner__inner .action {
  float: right;
}
.mojo-banner.mojo-banner--backup-buddy {
  background-color: #D1F1FF;
}
.mojo-custom-banner {
  width: 100%;
}
.mojo-custom-banner .mojo-custom-banner__inner {
  border-spacing: 0 !important;
  position: relative;
}
.mojo-custom-banner .mojo-custom-banner__inner:before,
.mojo-custom-banner .mojo-custom-banner__inner:after {
  content: "";
  display: table;
}
.mojo-custom-banner .mojo-custom-banner__inner:after {
  clear: both;
}
.mojo-custom-banner .mojo-custom-banner__inner .close:hover i {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mojo-custom-banner .mojo-custom-banner__inner .close i {
  transition: opacity 400ms ease;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
  color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
}
.mojo-custom-banner .mojo-custom-banner__inner .close .icon-circle {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  z-index: 4;
}
.mojo-custom-banner .mojo-custom-banner__inner .close .icon-remove {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 14px;
  padding-left: 4px;
  padding-top: 4px;
  z-index: 8;
  color: #000000;
}
.mojo-custom-banner .mojo-custom-banner__inner .close--outside {
  position: absolute;
  left: -20px;
  top: 40%;
}
.mojo-custom-banner--spring-blowout {
  background-color: #00a7b5;
  padding: 10px 0;
}
.mojo-custom-banner--spring-blowout .cta {
  padding-left: 20px;
  float: left;
  display: block;
}
.mojo-custom-banner--spring-blowout .cta .title {
  color: #fff;
  font-size: 39px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
}
.mojo-custom-banner--spring-blowout .cta .sub-title {
  color: #F5FF7E;
  font-size: 38px;
  margin: 0;
  line-height: 57%;
}
.mojo-custom-banner--spring-blowout .cta .btn-small {
  border-radius: 4px;
  position: relative;
  top: -4px;
  background-color: #ff6090;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 4px 12px;
  line-height: 18px;
  font-weight: 300;
}
.mojo-custom-banner--spring-blowout .cta .btn-small:hover {
  background-color: #ff2d6c;
}
.mojo-custom-banner--spring-blowout .time-left {
  float: right;
  height: 80px;
}
.mojo-custom-banner--spring-blowout .time-left .inn {
  font-size: 32px;
  color: #fff;
}
.mojo-custom-banner--spring-blowout .time-left .flip {
  border-radius: 4px;
  box-shadow: none;
  height: 58px;
  font-size: 32px;
  line-height: 64px;
  width: 42px;
  margin: 5px 0 5px 1px;
}
.mojo-custom-banner--spring-blowout .time-left .flip-clock-dot {
  display: none;
}
.mojo-custom-banner--spring-blowout .time-left .flip-clock {
  margin: 0;
  height: 70px;
  position: relative;
  top: -5px;
}
.mojo-custom-banner--spring-blowout .time-left .flip-clock-wrapper {
  font: inherit !important;
}
.mojo-custom-banner--spring-blowout .time-left .flip-clock-label {
  top: 70% !important;
  color: #fff;
  font-weight: 100;
  right: -67px;
  font-size: 12px;
  text-transform: uppercase;
}
.mojo-custom-banner--spring-blowout .time-left .minutes .flip-clock-label {
  right: -72px;
}
.mojo-custom-banner--spring-blowout .time-left .seconds .flip-clock-label {
  right: -73px;
}
.mojo-custom-banner--spring-blowout .time-left .flip-clock-divider {
  width: 6px;
}
#mojo-expo {
  position: absolute;
  z-index: 100;
  display: none;
  background-color: #f1f1f1;
}
#mojo-expo.open {
  display: block;
}
#mojo-expo .expo-item {
  display: none;
}
#mojo-expo .expo-item.active {
  display: block;
}
#mojo-expo .expo-item img {
  display: block;
  padding: 8px;
  width: 590px;
  height: 330px;
}
#mojo-expo .expo-item footer {
  padding: 8px;
}
#mojo-expo .expo-item footer .left {
  width: 90px;
  float: left;
}
#mojo-expo .expo-item footer .left span {
  display: block;
  text-align: center;
}
#mojo-expo .expo-item footer .left .price {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 4px;
}
#mojo-expo .expo-item footer .left .sales {
  font-size: 12px;
}
#mojo-expo .expo-item footer .right {
  float: right;
  width: 475px;
}
#mojo-expo .expo-item footer .right .title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0 4px 0;
}
#mojo-expo .expo-item footer .right .sub-title {
  margin: 0;
  font-size: 12px;
  font-style: italic;
}
.mojo-footer {
  color: #fff;
  padding-top: 100px;
}
.mojo-footer a {
  color: #fff;
}
.mojo-footer a:hover {
  color: #b3b3b3;
}
.mojo-footer__inner {
  width: 994px;
  margin: 0 auto;
  padding: 35px 0;
}
.mojo-footer-top {
  background-color: #3B3F41;
}
.mojo-footer__links {
  float: left;
}
.mojo-footer__nav {
  float: left;
  padding-right: 50px;
}
.mojo-footer__nav .title {
  font-weight: 200;
}
.mojo-footer__nav .menu {
  margin: 0;
  padding: 0;
}
.mojo-footer__nav .menu .menu__item {
  margin: 0;
  list-style-type: none;
  display: block;
}
.mojo-footer__nav .menu .menu__item a {
  text-decoration: none;
  display: block;
  padding: 4px 0;
  font-size: 12px;
}
.mojo-footer__info {
  float: right;
}
.mojo-footer__info .menu {
  margin: 0;
  padding: 0;
}
.mojo-footer__info .menu .menu__item {
  margin: 0;
  padding: 0;
  display: block;
  padding: 6px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.mojo-footer__info .menu .menu__item span {
  font-weight: 100;
}
.mojo-footer-bottom {
  background-color: #2C2F31;
  border-top: 1px solid #212325;
  padding: 35px;
}
.mojo-footer-bottom .mojo-footer__inner {
  padding: 0;
}
.mojo-footer-bottom__info {
  float: left;
  margin: 0;
  padding: 0;
}
.mojo-footer-bottom__info a {
  text-decoration: none;
  padding: 0 2px;
}
.mojo-footer-bottom__info i {
  padding: 6px;
  background-color: #6D6E71;
  text-decoration: none;
  border-radius: 50%;
}
.mojo-footer-bottom__links {
  float: right;
  padding-top: 4px;
}
.mojo-footer-bottom__links a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 2px;
}
#ItemItemForm {
  padding-bottom: 24px;
}
#ItemItemForm .input {
  padding: 4px 0;
}
#ItemItemForm input,
#ItemItemForm textarea {
  display: block;
  padding: 4px;
  width: 90%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
#comments {
  padding: 24px 0;
}
#comments .comments {
  border-top: 1px dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
  padding: 35px 0;
}
#comments .comment-main-reply-holder {
  padding: 24px 0;
}
#comments ul {
  margin: 0;
  padding: 0;
}
#comments ul ul {
  margin-left: 25px;
}
#comments ul ul .comment__content {
  width: 465px;
}
#comments ul ul .comment__photo-link {
  width: 60px;
  height: 60px;
}
#comments ul ul .comment__photo-link img {
  width: 50px;
  height: 50px;
}
#comments ul ul .comment__is-seller,
#comments ul ul .comment__is-buyer {
  font-size: 9px;
}
#comments ul ul .comment__content {
  margin-top: 8px;
}
#comments ul ul ul .comment__content {
  width: 450px;
}
#comments ul ul ul ul .comment__content {
  width: 435px;
}
#comments ul ul ul ul ul .comment__content {
  width: 420px;
}
#comments ul ul li:first-child .comment-hook {
  display: block;
}
#comments ul ul li:first-child .comment {
  margin-top: 0 !important;
}
#comments li {
  list-style-type: none;
  display: block;
  margin: 0;
}
.comment {
  padding-bottom: 20px;
}
.comment__photo-link {
  display: block;
  width: 74px;
  height: 74px;
}
.comment__photo-link img {
  border-radius: 4px;
  display: block;
  padding: 5px;
  background-color: #f8f8f8;
  border-bottom: 2px solid #dbdbdb;
  width: 64px;
  height: 64px;
}
.comment__photo-link img a {
  border-radius: 4px;
  display: block;
  padding: 4px;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}
.comment__photo-link img a img {
  display: block;
}
.comment__content-reply-to-comment {
  border-top: 1px solid #e6e6e6;
}
.comment__user-type {
  padding-top: 4px;
}
.comment__is-seller {
  background-color: #ff8100;
  color: #ffffff;
}
.comment__is-buyer {
  background-color: #1a8de5;
  color: #ffffff;
}
.comment__content {
  width: 480px;
  position: relative;
  margin-top: 14px;
}
.comment__arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 9px;
  left: -9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f3f3f3;
}
.comment__content-header {
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
}
.comment__content-header-title {
  margin: 0;
  padding: 8px 20px;
  color: #515151;
  font-weight: 500;
}
.comment__content-header-title time {
  color: #8c8c8c;
  font-weight: 100;
}
.popular-items__author {
  border-top: 1px solid #e6e6e6;
}
.popular-items__author-link {
  color: #515151;
}
.popular-items__author-link:hover {
  background-color: #f0f0f0;
}
.popular-items__author-link:first-child {
  border-top: 0;
}
.popular-items__author-photo {
  padding: 8px;
  border: 0 !important;
  width: 10%;
}
.popular-items__author-info {
  padding: 8px;
}
.popular-items__author-info .sub-title,
.popular-items__author-info .title,
.popular-items__author-info .profile {
  margin: 0;
  padding: 0;
}
.admin-item.item--default {
  padding: 20px 0 !important;
}
.admin-item .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.admin-item .group > * {
  padding: 8px;
}
.admin-item .group .item-description {
  width: 100%;
}
.admin-item .group .item-actions {
  text-align: right;
  width: 100%;
}
.admin-item .group .item-actions > * {
  float: right !important;
}
.admin-item .item-checkbox input {
  margin-top: 30px;
}
.admin-item .item-description {
  float: left;
  width: 45%;
}
.admin-item .item-description .title {
  margin-bottom: 5px;
}
.admin-item .item-actions .item-select,
.admin-item .item-actions .item-demo {
  float: left;
  margin-right: 5px;
}
.admin-item .item-actions .right-group {
  float: left;
  text-align: center;
}
.admin-item .item-actions .right-group .review {
  margin: 8px 0;
}
.admin-item .item-actions .right-group .btn {
  margin-bottom: 10px;
}
.admin-item .item-actions a.btn {
  padding: 5px 12px;
  font-size: 15px;
}
.item-rejection-reasons {
  margin-top: 20px;
}
.item-rejection--modal-select {
  width: 160px;
}
.mo-wp-nav > .mo-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  font-size: 14px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mo-wp-nav > .mo-menu > .mo-menu__item {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mo-wp-nav > .mo-menu > .mo-menu__item--search {
  text-align: right;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mo-wp-nav > .mo-menu > .mo-menu__item--search .mo-menu__item-inner {
  background: none transparent !important;
}
.mo-wp-nav > .mo-menu > .mo-menu__item:hover > .mo-menu__item-inner,
.mo-wp-nav > .mo-menu > .mo-menu__item.active > .mo-menu__item-inner {
  background: #f5f5f5;
  /* Old browsers */
  background: linear-gradient(to right, #f5f5f5 0%, #e2e2e2 100%);
}
.mo-wp-nav > .mo-menu > .mo-menu__item:hover > .mo-menu__item-inner .mo-chevron:after,
.mo-wp-nav > .mo-menu > .mo-menu__item.active > .mo-menu__item-inner .mo-chevron:after {
  border-left-color: #e2e2e2;
}
.mo-wp-nav > .mo-menu > .mo-menu__item:hover > .mo-menu__item-inner:before,
.mo-wp-nav > .mo-menu > .mo-menu__item.active > .mo-menu__item-inner:before {
  opacity: 1;
}
.mo-wp-nav > .mo-menu > .mo-menu__item:hover > .mo-menu__item-inner .mo-menu__link,
.mo-wp-nav > .mo-menu > .mo-menu__item.active > .mo-menu__item-inner .mo-menu__link {
  color: #181818;
}
.mo-wp-nav > .mo-menu > .mo-menu__item:hover .mo-mega-menu,
.mo-wp-nav > .mo-menu > .mo-menu__item.show-mega-menu .mo-mega-menu {
  opacity: 1;
  top: 100%;
  box-shadow: 1px 2px 1px rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.mo-wp-nav > .mo-menu > .mo-menu__item.active > .mo-menu__item-inner {
  font-weight: bold;
}
.mo-wp-nav > .mo-menu > .mo-menu__item.active > .mo-menu__item-inner:before {
  background-color: #9dd046;
}
.mo-wp-nav > .mo-menu > .mo-menu__item:first-child > .mo-menu__item-inner {
  padding-left: 10px;
}
.mo-wp-nav > .mo-menu > .mo-menu__item > .mo-menu__item-inner {
  background: #f5f5f5;
  /* Old browsers */
  background: linear-gradient(to right, #f5f5f5 0%, #eeeeee 100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  position: relative;
}
.mo-wp-nav > .mo-menu > .mo-menu__item > .mo-menu__item-inner:before {
  transition: opacity 300ms ease-in-out;
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 4px;
  background-color: #668c24;
  position: absolute;
  bottom: -4px;
  left: -2px;
  z-index: 100;
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
}
.mo-wp-nav > .mo-menu > .mo-menu__item > .mo-menu__item-inner .mo-menu__link {
  padding: 10px 0 10px 10px;
  white-space: nowrap;
  color: #787878;
}
.mo-wp-nav > .mo-menu > .mo-menu__item > .mo-menu__item-inner .mo-chevron {
  left: 9px;
}
.mo-wp-nav .mo-chevron {
  display: block;
  width: 10px;
  height: 50px;
  position: relative;
}
.mo-wp-nav .mo-chevron:before {
  content: "";
  position: absolute;
  z-index: 5;
  margin-left: 1px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #dcdcdc;
}
.mo-wp-nav .mo-chevron:after {
  content: "";
  position: absolute;
  z-index: 10;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #eeeeee;
}
.mo-wp-nav .mo-mega-menu {
  transition: opacity 300ms ease-in-out;
  opacity: 0;
  position: absolute;
  top: -99999px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 4px solid #83b52e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  z-index: 50;
}
.mo-wp-nav .mo-mega-menu .mo-title {
  margin-bottom: 4px;
  padding-left: 4px;
}
.mo-wp-nav .mo-mega-menu__column {
  border-left: 1px solid #c8c8c8;
  padding: 0 40px;
}
.mo-wp-nav .mo-mega-menu__column--nav {
  white-space: nowrap;
}
.mo-wp-nav .mo-mega-menu__column:first-child {
  border-left: 0;
  padding-left: 0;
}
.mo-wp-nav .mo-mega-menu .mo-menu {
  margin: 0;
  padding: 0;
}
.mo-wp-nav .mo-mega-menu .mo-menu .mo-menu__link {
  color: #5a5a5a;
}
.mo-wp-nav .mo-mega-menu .mo-menu .mo-menu__link.active,
.mo-wp-nav .mo-mega-menu .mo-menu .mo-menu__link:hover {
  color: #000000;
}
.mo-wp-nav .mo-mega-menu .mo-menu .mo-menu__link .mo-item-link {
  display: inline-block;
  margin: 10px 0;
}
.mo-wp-nav .mo-mega-menu .mo-menu--columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.mo-wp-nav .mo-mega-menu .mo-menu--columns a .mo-item {
  margin-bottom: 8px;
}
.mo-wp-nav .mo-mega-menu .mo-menu--columns-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.mo-wp-nav .mo-mega-menu .mo-menu--columns-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.mo-wp-nav .mo-mega-menu .mo-menu--show {
  transition: opacity ease-in-out 300ms;
  opacity: 0;
  display: none;
}
.mo-wp-nav .mo-mega-menu .mo-menu--show.active {
  opacity: 1;
  display: block;
}
.mo-wp-nav .mo-mega-menu .mo-menu__item {
  list-style-type: none;
  font-size: 16px;
  padding: 2px 0;
  margin: 0;
}
.mo-wp-nav .mo-mega-menu .mo-menu__link {
  color: #646464;
  display: inline-block;
  padding: 4px;
}
.mo-wp-nav .mo-mega-menu .mo-menu__link:hover {
  color: #8c8c8c;
}
.mo-wp-nav .mo-mega-menu__items-row {
  padding-top: 20px;
}
.mo-wp-nav .mo-mega-menu__items-row:first-child {
  padding-top: 0;
}
.mo-wp-nav .mo-mega-menu .mo-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mo-wp-nav .mo-mega-menu .mo-item__content {
  max-width: 200px;
  padding-left: 10px;
}
.mo-wp-nav .mo-mega-menu .mo-item__content .mo-title {
  margin: 0;
  padding-bottom: 8px;
  color: #181818;
}
.mo-wp-nav .mo-mega-menu .mo-item__content .mo-meta {
  padding: 0;
  margin: 0;
  color: #181818;
}
.mo-wp-nav .mo-mega-menu .mo-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.mo-wp-nav .mo-mega-menu .mo-heading--fluid {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: inherit !important;
}
.mo-wp-nav .mo-mega-menu .mo-heading--fluid .mo-actions {
  padding-left: 20px;
}
.mo-wp-nav .mo-mega-menu .mo-heading .mo-title {
  margin: 0;
  white-space: nowrap;
}
.mo-wp-nav .mo-mega-menu .mo-heading .mo-actions {
  text-align: right;
  color: #bebebe;
}
.mo-wp-nav .mo-mega-menu .mo-heading .mo-actions a {
  color: #bebebe;
}
.mo-wp-nav .mo-mega-menu .mo-heading .mo-actions a:hover {
  color: #568db4;
}
.wp-hub-nav-takeover {
  transition: 200ms opacity ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.wp-hub-nav-takeover.active {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-layout--full {
  width: 995px;
  margin: 0 auto;
}
.page-layout--full .page-title {
  font-size: 26px;
  color: #535353;
  margin: 25px 0;
}
.page-layout--full .page-sub-title {
  font-size: 20px;
  color: #999999;
  margin: 25px 0;
}
.full-width-content {
  border-radius: 4px;
  min-height: 400px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.full-width-content .full-width-header {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 65px;
}
.full-width-content .center {
  text-align: center;
}
.full-width-content .headline {
  font-size: 36px;
  color: #535353;
  padding: 15px 0 0 0;
  font-weight: bold;
}
.full-width-content a {
  color: #0C92F2;
  text-decoration: none;
}
.full-width-content p {
  font-size: 15px;
  margin: 0em 0 1em 0;
  line-height: 24px;
}
.full-width-content ul {
  list-style: none;
  padding: 0px 15px;
}
.full-width-content ul li {
  margin: 6px 0;
  font-size: 14px;
}
.full-width-content ul li:before {
  content: "• ";
  color: #bbb;
  font-size: 20px;
}
.full-width-content ol li {
  margin: 6px 0;
  font-size: 14px;
}
.full-width-content .alignright {
  float: right;
}
.full-width-content img.alignright {
  margin: 0 0 2px 7px;
  display: inline;
}
.full-width-content .alignleft {
  float: left;
}
.full-width-content img.alignleft {
  margin: 0 7px 2px 0;
  display: inline;
}
.full-width-content .circle {
  border-radius: 50%;
}
.seller-center-nav h2 {
  float: left;
  display: block;
}
.seller-center-nav nav {
  float: right;
  display: block;
  margin-left: 15px;
  margin-top: 30px;
}
.seller-center-nav nav li {
  display: inline;
  font-size: 14px;
  padding: 6px 12px;
  border-left: 1px solid #e6e6e6;
}
.seller-center-nav nav li:nth-child(1) {
  border: none;
}
.seller-center-nav nav li a {
  color: #3A3F40;
  text-decoration: none;
}
#page-sellers {
  padding: 0 !important;
}
#page-sellers .intro {
  text-align: center;
  padding: 60px 0 30px 0;
}
#page-sellers .intro h2 {
  font-size: 36px;
  font-weight: 700;
}
#page-sellers .intro p {
  font-size: 20px;
  line-height: 140%;
  padding: 0 54px;
  margin: 0;
}
#page-sellers .intro p i {
  position: relative;
  top: 2px;
}
#page-sellers .storefront {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
#page-sellers .storefront section {
  padding: 30px 30px 0 30px;
}
#page-sellers .storefront aside {
  float: left;
  width: 186px;
}
#page-sellers .storefront aside article {
  position: relative;
  padding: 16px 0;
}
#page-sellers .storefront aside article p {
  display: block;
  width: 130px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
#page-sellers .storefront aside article em {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #535353;
  position: absolute;
  top: 16px;
}
#page-sellers .storefront .left article em {
  right: -1px;
}
#page-sellers .storefront .inner {
  float: left;
  width: 559px;
}
#page-sellers .storefront .inner .photo {
  width: 545px;
  padding: 7px;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
#page-sellers .storefront .inner img {
  display: block;
}
#page-sellers .storefront .right {
  float: right;
}
#page-sellers .storefront .right article {
  padding-left: 50px;
}
#page-sellers .storefront .right article em {
  left: -1px;
}
#page-sellers .storefront footer {
  width: 100%;
  position: absolute;
  bottom: -54px;
  text-align: center;
}
#page-sellers .storefront footer p {
  font-size: 14px;
  font-weight: 600;
}
#page-sellers .storefront footer .btn {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
#page-sellers .benefits {
  background-color: #fafafa;
}
#page-sellers .benefits header {
  text-align: center;
  padding: 100px 0 50px 0;
}
#page-sellers .benefits header h2 {
  font-size: 22px;
}
#page-sellers .benefits article {
  padding: 20px 44px;
}
#page-sellers .benefits article.left img {
  float: left;
}
#page-sellers .benefits article.left .content {
  float: right;
}
#page-sellers .benefits article.right img {
  float: right;
}
#page-sellers .benefits article.right .content {
  float: left;
}
#page-sellers .benefits article img {
  padding: 11px;
  background-color: #fff;
}
#page-sellers .benefits article .content {
  width: 700px;
}
#page-sellers .benefits article .content p {
  font-size: 18px;
  line-height: 140%;
}
#pages-seller-inner {
  margin-top: 40px;
}
#pages-seller-inner .left-nav {
  float: left;
  display: block;
}
#pages-seller-inner .left-nav #seller-center-sidebar {
  width: 225px;
}
#pages-seller-inner .left-nav #seller-center-sidebar section {
  padding: 24px 0;
}
#pages-seller-inner .left-nav #seller-center-sidebar section:first-child {
  padding-top: 0;
}
#pages-seller-inner .left-nav #seller-center-sidebar section header {
  padding-bottom: 12px;
}
#pages-seller-inner .left-nav #seller-center-sidebar section header h2 {
  font-weight: 400;
  margin: 0;
}
#pages-seller-inner .left-nav #seller-center-sidebar section header h2 span {
  font-weight: 700;
  text-transform: uppercase;
}
#pages-seller-inner .left-nav #seller-center-sidebar section .content p {
  font-size: 13px;
  line-height: 160%;
  color: #525252;
  margin: 0;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav ul {
  padding: 0;
  margin: 0;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav ul ul {
  display: none;
  padding: 4px 4px 4px 20px;
  background-color: #FAFAFA;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav ul ul li {
  border-left: 1px solid #e6e6e6;
  border-top: 0 !important;
  padding: 0;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav ul ul li:active {
  color: #0090F4;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav ul ul a {
  font-size: 13px;
  font-weight: 400 !important;
  color: #525252;
  padding: 4px 4px 4px 8px;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav ul ul a:hover {
  color: #0090F4;
  background-color: transparent;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px solid #e6e6e6;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li:first-child {
  border-top: 0;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li:first-child a {
  border-radius: 4px 4px 0 0 !important;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li:last-child a {
  border-radius: 0 0 4px 4px !important;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li.active.has_sub {
  background-color: #FAFAFA;
  padding-bottom: 8px;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li.active.has_sub i.icon-chevron-down {
  display: block;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li.active.has_sub i.icon-chevron-right {
  display: none;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li.active a {
  font-weight: bold;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li.active a i {
  color: #525252;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li.active a:hover {
  background-color: transparent;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav li.active ul {
  display: block;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav a {
  display: block;
  font-size: 14px;
  color: #525252;
  text-decoration: none;
  position: relative;
  padding: 13px;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav a:hover {
  background-color: #eee;
  font-weight: bold;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav a:hover i {
  color: #525252;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav a i {
  position: absolute;
  right: 20px;
  top: 33%;
  color: #ccc;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav a i.icon-chevron-down {
  display: none;
}
#pages-seller-inner .left-nav #seller-center-sidebar section nav a em {
  background-color: #FF8000;
  color: #fff;
  padding: 0.30em 0.5em 0.25em 0.5em;
  font-size: 13px;
  font-style: 400;
  line-height: 100%;
  border-radius: 50%;
}
#pages-seller-inner .left-nav #seller-center-sidebar section footer {
  padding-top: 12px;
}
#pages-seller-inner .right-content {
  float: right;
  display: block;
  width: 745px;
  margin-top: 30px;
}
#pages-seller-inner .right-content .right-content-inner {
  padding: 20px;
}
#pages-seller-inner .right-content .right-content-inner p {
  font-size: 14px;
  color: #525252;
  line-height: 140%;
}
#pages-seller-inner .right-content .right-content-inner p a {
  color: #0C92F2;
}
#pages-seller-inner .right-content .right-content-inner img {
  padding: 3px;
}
#pages-seller-inner .right-content .right-content-inner ul {
  list-style: none;
  padding: 2px 15px;
}
#pages-seller-inner .right-content .right-content-inner ul li {
  margin: 6px 0;
  font-size: 14px;
}
#pages-seller-inner .right-content .right-content-inner ul li:before {
  content: "• ";
  color: #bbb;
  font-size: 20px;
}
.advertise--form input {
  margin-bottom: 8px;
}
#user-profile {
  padding: 48px 0;
}
#user-profile .user-profile-content .module {
  padding: 26px;
}
#user-profile .module p {
  font-size: 14px;
  line-height: 150%;
}
#user-profile .module .favorite-items header,
#user-profile .module .favorite-sellers header {
  text-align: left !important;
  padding: 10px !important;
  background: #ffffff;
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #EDEDED 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
#user-profile .module .favorite-items header a,
#user-profile .module .favorite-sellers header a {
  color: #0099FF;
  font-size: 12px;
  padding-left: 6px;
  font-weight: 400;
}
#user-profile .module .favorite-items .items,
#user-profile .module .favorite-sellers .items {
  padding: 10px;
}
#user-profile .module .favorite-items .items span,
#user-profile .module .favorite-sellers .items span {
  float: left;
  display: block;
  padding: 10px;
}
#user-profile .module .favorite-items .items span a,
#user-profile .module .favorite-sellers .items span a {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 4px;
  border-radius: 4px;
}
#user-profile .module .favorite-items .items span a img,
#user-profile .module .favorite-sellers .items span a img {
  display: block;
}
#user-profile .module .favorite-sellers h5 {
  margin: 0 10px;
  color: #0099FF;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
#user-profile .module .favorite-sellers h5 a {
  display: block;
  text-decoration: none;
}
.loading-container {
  width: 800px;
  margin: auto;
  display: block;
}
.loading-container header {
  width: 800px;
  margin-top: 60px;
  font-size: 16px;
  text-align: center;
}
.loading-container header span {
  text-transform: uppercase;
  font-weight: bold;
}
.loading-container .body-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 20px;
  border: 1px solid #e6e6e6;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
  border-radius: 4px;
}
.loading-container .body-container .mojo-monster {
  display: block;
  background-image: url('/img/mojo-retina-forward.png');
  background-repeat: no-repeat;
  background-size: 256px 256px;
  width: 256px;
  height: 256px;
  float: left;
}
.loading-container .body-container .body-text {
  width: 470px;
  float: right;
  text-align: center;
}
.loading-container .body-container .body-text .loading-text {
  font-size: 14px;
}
.loading-container .body-container .body-text .loading-bar {
  padding: 40px 0px;
}
.loading-container .body-container .body-text .loading-body-text {
  text-align: left;
  padding: 15px;
  line-height: 20px;
}
.loading-container footer {
  width: 790px;
  margin-top: 10px;
  text-align: center;
}
#storefront {
  padding-top: 32px;
}
#storefront .hr-dotted {
  border-top: 1px dashed #ccc;
  height: 1px;
  width: 690px;
  margin: 10px auto;
}
#storefront .module-team .entry {
  float: left;
  padding: 0 30px;
  border-left: 1px solid #EDEDED;
}
#storefront .module-team .entry:first-child {
  padding-left: 0;
  border-left: 0;
}
#storefront .module-team .entry .photo {
  width: 64px;
  height: 64px;
  padding: 4px;
}
#storefront .module-team .entry .photo img {
  display: block;
}
#storefront .module-team .entry h3 {
  margin: 0;
  padding: 15px 0 10px 0;
  font-weight: 700;
  color: #525252;
}
#storefront .module-team .entry h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #777777;
}
#storefront .module-team .entry .contact {
  padding-top: 15px;
}
#storefront-header {
  width: 100%;
}
#storefront-header .hero {
  background-color: #eeeeee;
  width: 100%;
}
#storefront-header .hero .no-photo {
  padding: 40px 0 0 0;
  min-height: 1px;
}
#storefront-header .hero .no-photo .store-banner img {
  padding: 10px 10px 0 10px;
  position: relative;
  top: 4px;
  left: -1px;
  max-height: 300px;
  background-color: #ffffff;
  border-radius: 4px 4px 0px 0px;
}
#storefront-header .storefront-card {
  background-color: #f5f5f5;
  border-top: 0;
  margin: 0 auto;
  border-radius: 0 0 4px 4px;
}
#storefront-header .storefront-card .actions {
  float: left;
  width: 130px;
  padding-left: 30px;
}
#storefront-header .storefront-card .actions .inner {
  position: relative;
  top: -32px;
}
#storefront-header .storefront-card .actions .action {
  border-top: 0;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 0 0 4px 4px;
}
#storefront-header .storefront-card .details {
  width: 475px;
  float: left;
  padding-left: 20px;
}
#storefront-header .storefront-card .details h2 {
  font-size: 22px;
  padding: 15px 0 10px 0;
  margin: 0;
}
#storefront-header .storefront-card .details h2 i {
  font-size: 12px;
  color: #a2a2a2;
}
#storefront-header .storefront-card .details h2 em {
  font-style: normal;
  font-size: 16px;
  color: #a2a2a2;
  padding-left: 10px;
}
#storefront-header .storefront-card .details h2 a {
  font-size: 16px;
  color: #a2a2a2;
  text-decoration: none;
}
#storefront-header .storefront-card .details h2 a:hover {
  color: #777777;
}
#storefront-header .storefront-card .details .location {
  color: #a1a1a1;
  font-style: italic;
  font-size: 13px;
  margin: 0;
}
#storefront-header .storefront-card .details .description {
  width: 400px;
}
#storefront-header .storefront-card .details .description p {
  font-size: 14px;
  line-height: 140%;
  color: #525252;
}
#storefront-header .storefront-card .info {
  float: right;
  padding: 15px 30px 0 0;
}
#storefront-header .storefront-card .info .data {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 4px;
}
#storefront-header .storefront-card .info .data a {
  display: block;
  float: left;
  padding: 10px 15px;
  text-align: center;
  color: #525252;
  text-decoration: none;
}
#storefront-header .storefront-card .info .data a.followers {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
#storefront-header .storefront-card .info .data a strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
}
#storefront-header .storefront-card .info .data a span {
  display: block;
  font-size: 12px;
}
#storefront-header .storefront-card .info .social {
  padding: 19px 0 0 0;
}
#storefront-header .storefront-card .info .social.social-count-5 {
  float: right;
}
#storefront-header .storefront-card .info .social.social-count-4 {
  padding-left: 58px;
}
#storefront-header .storefront-card .info .social.social-count-3 {
  padding-left: 75px;
}
#storefront-header .storefront-card .info .social.social-count-2 {
  padding-left: 92px;
}
#storefront-header .storefront-card .info .social.social-count-1 {
  padding-left: 109px;
}
#storefront-header .storefront-card .info .social span {
  display: block;
  float: left;
  padding: 4px;
}
#storefront-header .storefront-card .info .social a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  float: left;
}
#storefront-header .storefront-card .info .social a i {
  padding: 6px;
  background-color: #6D6E71;
  text-decoration: none;
  border-radius: 50%;
}
#storefront-header .storefront-card .info .social a i:hover {
  background-color: #62a100;
}
#account-installs .installs h2 {
  margin-bottom: 0px;
}
#account-installs .installs .status,
#account-installs .installs .status-text {
  float: left;
  font-size: 14px;
}
#account-installs .installs .status-text {
  padding-left: 10px;
}
#account-installs .installs .install-message {
  padding: 14px;
  background-color: #CDEFFF;
  color: #00698C;
}
#account-installs .installs .install-message span {
  padding-left: 12px;
  font-weight: bold;
}
#account-installs .installs .install-credentials {
  margin: 15px 0;
}
#account-installs .installs .install-credentials ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
  font-size: 14px;
}
#account-installs .installs .install-credentials ul li {
  margin: 10px 0;
}
#account-installs .installs .install-credentials ul li span {
  font-weight: bold;
}
#account-installs .installs .install-credentials ul li span.install-user-pass {
  font-weight: normal!important;
}
#account-installs .installs .install-actions {
  padding-bottom: 20px;
}
#account-installs .installs .install-actions a.btn {
  margin-right: 15px;
}
/*
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-upload-button {
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 300ms ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0.6em 1.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  background-color: #eeeeee;
  color: #646464;
  text-decoration: none;
  outline: none;
  background-color: #48a4ff;
  color: #ffffff;
}
.qq-upload-button:hover {
  background-color: #c8c8c8;
  color: #646464;
}
.qq-upload-button i {
  position: relative;
  top: 1px;
}
.qq-upload-button .icon-chevron-right,
.qq-upload-button .icon-chevron-left {
  font-size: 90%;
  top: 2px;
}
.qq-upload-button .icon-play-circle {
  top: 3px;
}
.qq-upload-button:hover {
  background-color: #158bff;
  color: #ffffff;
}
.qq-upload-button-focus {
  outline: 1px dotted #000000;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 5px 0;
  padding: 12px;
  line-height: 15px;
  font-size: 14px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-finished {
  margin-right: 12px;
}
.qq-upload-spinner {
  display: inline-block;
  background: url("/img/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-finished {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-retry {
  display: none;
  color: #000000;
}
.qq-upload-cancel {
  color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
  display: inline;
}
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #D60000;
}
.qq-upload-list li.qq-upload-success {
  background-color: #ebebeb;
  color: #323232;
}
.qq-upload-list li.qq-upload-success a {
  color: #969696;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail a {
  color: #fff;
}
.qq-progress-bar {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* W3C */
  width: 0%;
  height: 15px;
  border-radius: 6px;
  margin-bottom: 3px;
  display: none;
}
.uploadifyQueueItem {
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 4px;
}
.uploadifyQueueItem i {
  font-size: 18px;
  text-decoration: none;
}
.uploadifyQueueItem img {
  padding-right: 8px;
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  padding: 1.25em;
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.small {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.medium {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.large {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.xlarge {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.expand {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  div:not(.reveal-modal) {
    display: none;
  }
}
/* Foundation Joyride */
.joyride-list {
  display: none;
}
/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #2C2F31;
  border-radius: 4px;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
  box-shadow: 3px -1px 6px rgba(50, 50, 50, 0.75);
}
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}
.joyride-content-wrapper {
  width: 90%;
  padding: 1.125em 1.25em 1.5em;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
.joyride-tip-guide .joyride-nub.top {
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}
/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}
.joyride-tip-guide h3.joyride-title {
  text-align: center;
}
.joyride-tip-guide h3 {
  font-weight: 100!important;
  font-size: 17px;
  padding-bottom: 8px;
}
.joyride-tip-guide h4 {
  font-weight: normal!important;
  font-size: 14px;
}
.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 14px;
  line-height: 1.3;
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important;
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eeeeee !important;
}
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .joyride-tip-guide {
    width: 400px;
    left: 0;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
    bottom: none;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    bottom: none;
    left: auto;
    right: -28px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
    bottom: none;
  }
}
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  border-radius: 3px;
}
.tooltip > .nub {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}
.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal;
}
@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/**
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.com/pickadate.js/themes.htm#default
 */
/**
 * Colors used:
 *
 * #0089ec -> Base blue
 * #b1dcfb -> Hover blue bg
 *
 * #0059bc -> Dark blue for "today" tag
 * #aaa    -> Light grey for "today" tag if disabled
 *
 * #f5f5f5 -> Dimmed grey bg for disabled days
 * #ddd    -> Less dimmed grey for text in disabled & outfocus days
 *
 * rgb(119, 119, 119)    -> Grey for calendar border
 * #888    -> Slightly lighter grey for calendar top border
 *
 * rgb(153, 153, 153)    -> Medium grey used for year & weekday labels
 *
 * #e20    -> Red used for "clear" icon
 *
 * #000    -> Black
 * #fff    -> White
 *
 */
/**
 * When the calendar is open
 */
/* Prevent the page from scrolling */
/*body*/
.pickadate__active {
  overflow: hidden;
}
/* And add the "active" state to the input */
/*input*/
.pickadate__input--active {
  border-color: #0089ec !important;
}
/**
 * The holder that fills the entire screen
 */
.pickadate__holder {
  /* The base font-size */
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  /* Fade out the background, then immediately hide the holder */
  transition: background 0.15s ease-out, top 0s 0.2s;
}
/**
 * The frame that bounds the calendar
 */
.pickadate__frame {
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  /* Allow the frame to be scrolled in case the screen is too small */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Animate the frame in and out of view */
  transition: all 0.15s ease-out;
}
/**
 * Make the calendar holder and frame fullscreen
 */
.pickadate__holder,
.pickadate__frame {
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
/**
 * When the calendar opens
 */
.pickadate__holder--opened {
  /* Show a translucent black background (order is important for IE) */
  background: transparent;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000);
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000);
  /* IE6 & 7 */
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  /* Normal browsers */
  /* Animate in the background */
  transition: background 0.15s ease-out;
}
/* Bring the holder and frame into view */
.pickadate__holder--opened,
.pickadate__holder--opened .pickadate__frame {
  top: 0;
}
/**
 * The calendar wrapper
 */
.pickadate__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
/**
 * The calendar itself
 */
.pickadate__calendar {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  padding: 1em;
}
/**
 * The calendar table of dates
 */
.pickadate__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .5em;
}
/* Remove browser stylings on a table cell */
.pickadate__table td {
  margin: 0;
  padding: 0;
}
/**
 * The header containing the month and year tags/selectors
 */
.pickadate__header {
  text-align: center;
  position: relative;
}
.pickadate__nav--prev,
.pickadate__nav--next {
  position: absolute;
  top: -0.1em;
  padding: .5em;
  margin: -0.5em;
  text-align: center;
  min-width: 24px;
  height: 24px;
  line-height: 26px;
}
.pickadate__nav--prev {
  left: 0;
}
.pickadate__nav--next {
  right: 0;
}
.pickadate__month,
.pickadate__year {
  font-weight: 500;
  display: inline-block;
}
.pickadate__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
  margin-left: .5em;
}
.pickadate__select--month,
.pickadate__select--year {
  font-size: .8em;
  border: 1px solid #ccc;
  height: 2.5em;
  padding: .66em .25em;
  /* For firefox */
  margin-top: -0.5em;
}
.pickadate__select--month {
  width: 35%;
}
.pickadate__select--year {
  width: 22.5%;
  margin-left: .5em;
}
.pickadate__select--month:focus,
.pickadate__select--year:focus {
  border-color: #0089ec;
}
/**
 * The weekday labels
 */
.pickadate__weekday {
  width: 14.285714286%;
  /* 100/7 */
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
}
/**
 * The days on the calendar
 */
.pickadate__day {
  padding: .33em 0 .25em;
  font-weight: 100;
  border: 1px solid #fff;
  margin-bottom: 1px;
}
/**
 * The various states of a day
 */
.pickadate__day--today {
  color: #0089ec;
  position: relative;
}
.pickadate__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
}
.pickadate__day--selected,
.pickadate__day--selected:hover {
  border-color: #0089ec;
}
.pickadate__day--highlighted {
  background: #fff;
}
.pickadate__day--disabled:before {
  border-top-color: #aaa;
}
.pickadate__day--outfocus {
  color: #ddd;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
}
/**
 * The footer containing the "today" and "clear" buttons
 */
.pickadate__footer {
  text-align: center;
  margin: 0.25em 0 -0.75em;
}
.pickadate__button--today,
.pickadate__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  margin: 0 2.5%;
  font-weight: bold;
  width: 40%;
}
.pickadate__button--today:before,
.pickadate__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.pickadate__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}
.pickadate__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em;
}
.pickadate__button--today:focus,
.pickadate__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
/**
 * The hover effect on any buttons
 */
.pickadate__day--infocus:hover,
.pickadate__day--outfocus:hover,
.pickadate__nav--prev:hover,
.pickadate__nav--next:hover,
.pickadate__button--today:hover,
.pickadate__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.pickadate__day--disabled,
.pickadate__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.pickadate__day--highlighted:hover,
.pickadate__holder--focused .pickadate__day--highlighted {
  background: #0089ec;
  color: #fff;
}
/**
 * Adjust the calendar for not so tiny screens
 * by just increasing the font size a bit
 */
@media (min-height: 342px) {
  .pickadate__calendar {
    font-size: 1.25em;
  }
}
/**
 * For bigger viewports, adjust the calendar
 * to not cover the entire screen
 */
@media (min-height: 424px) {
  /* Align the frame to the bottom, rather than top */
  .pickadate__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
  }
  .pickadate__holder--opened .pickadate__frame {
    top: auto;
    bottom: 0;
  }
  /* Remove the calendar middle-aligned styling */
  .pickadate__wrap,
  .pickadate__calendar {
    display: block;
  }
  .pickadate__calendar {
    /* Increase the font size a bit more */
    font-size: 1.33em;
    /* Add the borders except the bottom one */
    border: 1px solid #777777;
    border-top-color: #888;
    border-bottom-width: 0;
    /* Make 'em rounded at the top corners */
    border-radius: 6px 6px 0 0;
    /* And finally, add a nice shadow */
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
  /* Increase the spacing a tad */
  .pickadate__table {
    margin-top: .75em;
  }
  .pickadate__weekday {
    padding-bottom: .5em;
  }
  .pickadate__footer {
    margin: 0.5em 0 -0.5em;
  }
}
/**
 * For bigger monitors still, move it away
 * from the bottom edge of the screen
 * and round the top and bottom corners.
 */
@media (min-height: 542px) {
  .pickadate__frame {
    margin-bottom: 5%;
  }
  .pickadate__calendar {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 6px;
  }
}
/*
VideoJS Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
*/
/*
REQUIRED STYLES (be careful overriding)
================================================================================ */
/* When loading the player, the video tag is replaced with a DIV,
   that will hold the video tag or object tag for other playback methods.
   The div contains the video playback element (Flash or HTML5) and controls, and sets the width and height of the video.

   ** If you want to add some kind of border/padding (e.g. a frame), or special positioning, use another containing element.
   Otherwise you risk messing up control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
}
/* Playback technology elements expand to the width/height of the containing div.
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
  /* IE6 Full-window (underscore hack) */
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  /* Leave padding on left and right */
  right: 1em;
  font-family: Arial, sans-serif;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff;
}
/* Subtitles are white */
.video-js .vjs-captions {
  color: #fc6;
}
/* Captions are yellow */
.vjs-tt-cue {
  display: block;
}
/* Fading sytles, used to fade control bar. */
.vjs-fade-in {
  display: block !important;
  visibility: visible;
  /* Needed to make sure things hide in older browsers too. */
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-fade-out {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.5s, opacity 1.5s;
  /* Wait a moment before fading out the control bar */
  transition-delay: 2s;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/* DEFAULT SKIN (override in another file to create new skins)
================================================================================
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. You can remove all these styles by removing the 'vjs-default-skin' class from the tag. */
/* Base UI Component Classes
-------------------------------------------------------------------------------- */
@font-face {
  font-family: 'VideoJS';
  src: url('/font/vjs.eot');
  src: url('/font/vjs.eot') format('embedded-opentype'), url('/font/vjs.woff') format('woff'), url('/font/vjs.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.vjs-default-skin {
  color: #ccc;
}
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  outline: 0;
  /* Replace browser focus hightlight with handle highlight */
  position: relative;
  cursor: pointer;
  padding: 0;
  background: #323232;
  /* IE8- Fallback */
  background: rgba(100, 100, 100, 0.5);
}
.vjs-default-skin .vjs-slider:focus {
  background: #464646;
  /* IE8- Fallback */
  background: rgba(100, 100, 100, 0.7);
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  /*content: "\f111";*/
  /* Circle icon = f111 */
  content: "\e009";
  /* Square icon */
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
/* Control Bar
-------------------------------------------------------------------------------- */
/* The default control bar. Created by controls.js */
.vjs-default-skin .vjs-control-bar {
  display: none;
  /* Start hidden */
  position: absolute;
  /* Distance from the bottom of the box/video. Keep 0. Use height to add more bottom margin. */
  bottom: 0;
  /* 100% width of player div */
  left: 0;
  right: 0;
  /* Controls are absolutely position, so no padding necessary */
  padding: 0;
  margin: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  background-color: #000000;
  /* Slight blue so it can be seen more easily on black. */
  background-color: rgba(7, 40, 50, 0.7);
  /* Default font settings */
  font-style: normal;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* FontAwsome button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders: h5bp.com/v */
.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
  /* Play Icon */
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
  /* Pause Icon */
}
/* Rewind
-------------------------------------------------------------------------------- */
/*.vjs-default-skin .vjs-rewind-control { width: 5em; cursor: pointer !important; }
.vjs-default-skin .vjs-rewind-control div { width: 19px; height: 16px; background: url('video-js.png'); margin: 0.5em auto 0; }
*/
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
  /* Full volume */
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
  /* No volume */
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
  /* Half volume */
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
  /* Full volume */
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}
/*.vjs-default-skin .vjs-menu-button .vjs-volume-control {
  height: 1.5em;
}*/
/* Progress
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  transition: top 0.4s, height 0.4s, font-size 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, height 0.4s, font-size 0.4s, transform 0.4s;
  transition: top 0.4s, height 0.4s, font-size 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  transition: top 0.2s, height 0.2s, font-size 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, height 0.2s, font-size 0.2s, transform 0.2s;
  transition: top 0.2s, height 0.2s, font-size 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  /* Placement within the progress control item */
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprising works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464;
  /* IE8- Fallback */
  background: rgba(255, 255, 255, 0.4);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
  /* Minor adjustment */
}
/* Time Display
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
  /* Enter full screen */
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
  /* Exit full screen */
}
/* Big Play Button (at start)
---------------------------------------------------------*/
.vjs-default-skin .vjs-big-play-button {
  display: block;
  z-index: 2;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 12.0em;
  height: 8.0em;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  background-color: #282828;
  background-color: rgba(7, 40, 50, 0.7);
  border: 0.3em solid #323232;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  transition: border 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
  transition: border 0.4s, box-shadow 0.4s, transform 0.4s;
  transition: border 0.4s, box-shadow 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #ffffff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 3em #fff;
  transition: border 0s, box-shadow 0s, -webkit-transform 0s;
  transition: border 0s, box-shadow 0s, transform 0s;
  transition: border 0s, box-shadow 0s, transform 0s, -webkit-transform 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  /* Play icon */
  font-family: VideoJS;
  font-size: 3em;
  line-height: 2.66;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  /* Needed for IE8 */
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Loading Spinner
---------------------------------------------------------*/
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e00a";
  /* Loading spinner icon */
  font-family: VideoJS;
  position: absolute;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
/* Add a gradient to the spinner by overlaying another copy.
   Text gradient plus a text shadow doesn't work
   and `background-clip: text` only works in Webkit. */
.vjs-default-skin .vjs-loading-spinner:after {
  content: "\e00a";
  /* Loading spinner icon */
  font-family: VideoJS;
  position: absolute;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  background-color: #000000;
  background-color: rgba(7, 40, 50, 0.7);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
/*.vjs-default-skin .vjs-menu-button:focus ul,*/
/* This is not needed because keyboard accessibility for the caption button is not handled with the focus any more. */
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  color: #111;
  outline: 0;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* There's unfortunately no CC button in FontAwesome, so we need
    to manually create one. Please +1 the fontawesome request.
    https://github.com/FortAwesome/Font-Awesome/issues/968 */
.vjs-default-skin .vjs-captions-button {
  font-size: 1em;
  /* Font icons are 1.5em */
}
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: none;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  box-shadow: 0 0 1em #ffffff;
}
/**
 * Customizations
 */
.vjs-default-skin .vjs-big-play-button {
  left: 420px;
  top: 220px;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}
/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  max-width: 980px !important;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}
/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  max-width: 980px !important;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 39, ../sass/lightbox.sass */
/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}
/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}
/* line 65, ../sass/lightbox.sass */
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}
/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}
/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}
/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ngdialog {
  box-sizing: border-box;
}
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  box-sizing: inherit;
}
.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}
.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}
.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer;
}
body.ngdialog-open {
  overflow: hidden;
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}
.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-family: 'Helvetica', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px;
}
.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777;
}
.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: .5em;
}
.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}
.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}
.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}
.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}
.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}
@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
.animation-icon-loading--start {
  -webkit-animation: icon-loading 500ms infinite linear;
  animation: icon-loading 500ms infinite linear;
}
@-webkit-keyframes icon-loading {
  from {
    -webkit-transform: translateZ(0) rotate(0deg);
    transform: translateZ(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateZ(0) rotate(360deg);
    transform: translateZ(0) rotate(360deg);
  }
}
@keyframes icon-loading {
  from {
    -webkit-transform: translateZ(0) rotate(0deg);
    transform: translateZ(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateZ(0) rotate(360deg);
    transform: translateZ(0) rotate(360deg);
  }
}
@-webkit-keyframes progress-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes rock-sign {
  0% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
  50% {
    -webkit-transform: translateZ(0) rotate(25deg);
    transform: translateZ(0) rotate(25deg);
  }
  90% {
    -webkit-transform: translateZ(0) rotate(-5deg);
    transform: translateZ(0) rotate(-5deg);
  }
  97% {
    -webkit-transform: translateZ(0) rotate(2deg);
    transform: translateZ(0) rotate(2deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@keyframes rock-sign {
  0% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
  50% {
    -webkit-transform: translateZ(0) rotate(25deg);
    transform: translateZ(0) rotate(25deg);
  }
  90% {
    -webkit-transform: translateZ(0) rotate(-5deg);
    transform: translateZ(0) rotate(-5deg);
  }
  97% {
    -webkit-transform: translateZ(0) rotate(2deg);
    transform: translateZ(0) rotate(2deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
/* Loading Spinner */
.loading-spinner {
  border-radius: 8px;
  -webkit-animation: loading-spinner 1000ms infinite;
  animation: loading-spinner 1000ms infinite;
  width: 8px;
  height: 8px;
  margin: -24px 0px 0px -24px;
}
@-webkit-keyframes loading-spinner {
  0% {
    box-shadow: 36px 24px 5px #54a200, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  12.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 5px #54a200, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  25% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 5px #54a200, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  37.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 5px #54a200, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  50% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 5px #54a200, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  62.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 5px #54a200, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  75% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 5px #54a200, 27.6px 27.6px 0px #dcdcdc;
  }
  87.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 5px #54a200;
  }
  100% {
    box-shadow: 36px 24px 5px #54a200, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
}
@keyframes loading-spinner {
  0% {
    box-shadow: 36px 24px 5px #54a200, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  12.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 5px #54a200, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  25% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 5px #54a200, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  37.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 5px #54a200, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  50% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 5px #54a200, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  62.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 5px #54a200, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
  75% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 5px #54a200, 27.6px 27.6px 0px #dcdcdc;
  }
  87.5% {
    box-shadow: 36px 24px 0px #dcdcdc, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 5px #54a200;
  }
  100% {
    box-shadow: 36px 24px 5px #54a200, 44.4px 27.6px 0px #dcdcdc, 48px 36px 0px #dcdcdc, 44.4px 44.4px 0px #dcdcdc, 36px 48px 0px #dcdcdc, 27.6px 44.4px 0px #dcdcdc, 24px 36px 0px #dcdcdc, 27.6px 27.6px 0px #dcdcdc;
  }
}
.mo-tab {
  display: inline-block;
  border-radius: 3px 3px 0 0;
  background-color: #d0d0d0;
  color: #424242;
  padding: 0.5em 1em;
  cursor: pointer;
}
.mo-tab.active {
  background-color: #ffffff;
  font-weight: bold;
}
.mo-tab.active:hover {
  background-color: #ffffff;
}
.mo-tab:hover {
  background-color: #c6c6c6;
}
.mo-tabs__content {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 0 3px 3px 3px;
}
.mo-tags__list.is-editing .mo-tag:hover {
  background-color: #e10b33;
  color: #ffffff;
}
.mo-tag {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 0.5em 1em;
  background-color: #eeeeee;
  color: #424242;
  cursor: pointer;
  border-radius: 3px;
}
.mo-tag:hover {
  background-color: #e4e4e4;
}
.mo-checkbox-list__item {
  display: inline-block;
  word-spacing: nowrap;
  padding: 0.25em;
}
/*
 * Photos
 */
.mo-photo {
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.1);
}
.mo-photo--square {
  border-radius: 0;
}
.mo-photo--round {
  border-radius: 50%;
}
.mo-multi-select {
  position: relative;
}
.mo-multi-select.active .mo-multi-select__label-text {
  border-radius: 3px 0 0 0;
  border-color: #c8c8c8;
}
.mo-multi-select.active .mo-multi-select__label-arrow {
  border-radius: 0 3px 0 0;
}
.mo-multi-select.active .mo-multi-select__options {
  border-color: #c8c8c8;
}
.mo-multi-select__choose {
  display: block;
  border: 0;
  background: transparent none;
  width: 100%;
  padding: 0;
}
.mo-multi-select__choose:focus {
  outline: none;
}
.mo-multi-select__choose:hover .mo-multi-select__label-text {
  background-color: #f0f0f0;
}
.mo-multi-select__choose:hover .mo-multi-select__label-arrow {
  background-color: #181818;
}
.mo-multi-select__label {
  display: table;
  width: 100%;
  text-align: left;
}
.mo-multi-select__label-text {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  background-color: #f5f5f5;
  padding: 1em;
}
.mo-multi-select__label-arrow {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
  word-spacing: nowrap;
  background-color: #515151;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
  padding: 1em;
}
.mo-multi-select__options {
  max-height: 200px;
  overflow: auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.mo-multi-select__options.mo-multi-select__z-index {
  z-index: 100;
}
.mo-multi-select__option {
  display: block;
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.mo-multi-select__option:first-child {
  border-top: 0;
}
.mo-multi-select__option:nth-child(odd) {
  background-color: #ffffff;
}
.mo-multi-select__option:hover {
  background-color: #ebebeb;
}
.mo-multi-select__option ul {
  font-size: 80%;
}
.mo-multi-select__option ul .mo-multi-select__option {
  border: 0;
}
.mo-multi-select__option ul .mo-multi-select__option,
.mo-multi-select__option ul .mo-multi-select__option:nth-child(odd) {
  background-color: #ffffff;
}
.mo-multi-select__option ul .mo-multi-select__option:hover {
  background-color: #fafafa;
}
.mo-multi-select__option ul .mo-multi-select__option-selected {
  padding: 0.375em 0.375em 0.375em 3.15em;
}
.mo-multi-select__option ul .mo-multi-select__option-text {
  padding: 0.375em;
}
.mo-multi-select__option-label {
  display: table;
  width: 100%;
}
.mo-multi-select__option-selected {
  display: table-cell;
  width: 1px;
  word-spacing: no-wrap;
  padding: 0.75em;
}
.mo-multi-select__option-text {
  display: table-cell;
  padding: 0.75em 0.75em 0.75em 0;
}
.mo-reject-select {
  position: relative;
  width: 180px;
  float: left;
}
.mo-reject-select.active .mo-reject-select__label-text {
  border-radius: 3px 0 0 0;
  border-color: #c8c8c8;
}
.mo-reject-select.active .mo-reject-select__label-arrow {
  border-radius: 0 3px 0 0;
}
.mo-reject-select.active .mo-reject-select__options {
  border-color: #c8c8c8;
}
.mo-reject-select__choose {
  display: block;
  border: 0;
  background: transparent none;
  width: 100%;
  padding: 0;
}
.mo-reject-select__choose:focus {
  outline: none;
}
.mo-reject-select__choose:hover .mo-reject-select__label-text {
  background-color: #ef6272;
}
.mo-reject-select__choose:hover .mo-reject-select__label-arrow {
  background-color: #181818;
}
.mo-reject-select__label {
  display: table;
  width: 100%;
  text-align: left;
}
.mo-reject-select__label {
  display: table;
  width: 100%;
  text-align: left;
}
.mo-reject-select__label-text {
  border-right: 0;
  border-radius: 3px 0 0 3px;
  background-color: #e81d34;
  padding: .75em;
  color: #ffffff;
}
.mo-reject-select__label-arrow {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
  word-spacing: nowrap;
  background-color: #515151;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
  padding: .75em;
}
.mo-reject-select__options {
  max-height: 200px;
  overflow: auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.mo-reject-select__options:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.mo-reject-select__options:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.mo-reject-select__option {
  display: block;
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.mo-reject-select__option:first-child {
  border-top: 0;
}
.mo-reject-select__option:nth-child(odd) {
  background-color: #ffffff;
}
.mo-reject-select__option:hover {
  background-color: #ebebeb;
}
.mo-reject-select__option ul {
  font-size: 90%;
}
.mo-reject-select__option ul .mo-reject-select__option {
  border: 0;
}
.mo-reject-select__option ul .mo-reject-select__option,
.mo-reject-select__option ul .mo-reject-select__option:nth-child(odd) {
  background-color: #ffffff;
}
.mo-reject-select__option ul .mo-reject-select__option:hover {
  background-color: #fafafa;
}
.mo-reject-select__option ul .mo-reject-select__option-selected {
  padding: 0.375em 0.375em 0.375em 1.5em;
}
.mo-reject-select__option ul .mo-reject-select__option-text {
  padding: 0.375em;
}
.mo-reject-select__option-label {
  display: table;
  width: 100%;
}
.mo-reject-select__option-selected {
  display: table-cell;
  width: 1px;
  word-spacing: no-wrap;
  padding: 0.75em;
}
.mo-reject-select__option-text {
  display: table-cell;
  padding: 0.75em;
}
.mo-remove {
  width: 16px;
  height: 16px;
  background: transparent url('/img/mo_icon_remove_circle.png') no-repeat 0 0;
}
