/* line 1, ../../../app/styles/error-pages/partials/_commons.scss */
.secondary-background {
  background-color: #151519;
}

/* line 4, ../../../app/styles/error-pages/partials/_commons.scss */
.text {
  color: #363636;
}

/* line 8, ../../../app/styles/error-pages/partials/_commons.scss */
.page-subtitle {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
  font-size: 34px;
  line-height: 48px;
}

/* line 13, ../../../app/styles/error-pages/partials/_commons.scss */
.page-title {
  font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", sans-serif;
  font-size: 45px;
  line-height: 50px;
}

/* line 19, ../../../app/styles/error-pages/partials/_commons.scss */
.error-code {
  margin-top: 30px;
  font-size: 22px;
  color: #929292;
  line-height: 35px;
}

/* line 26, ../../../app/styles/error-pages/partials/_commons.scss */
.page-message {
  margin-top: 14px;
  font-size: 22px;
  line-height: 26px;
}

/* line 32, ../../../app/styles/error-pages/partials/_commons.scss */
.contact-support {
  font-size: 18px;
  margin-top: 87px;
  line-height: 30px;
}

/* line 38, ../../../app/styles/error-pages/partials/_commons.scss */
.secondary-font {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
}

/* line 41, ../../../app/styles/error-pages/partials/_commons.scss */
.thick-font, .support-link, .unsupported-browser .continue-link, .error-400 .help-link, .undocumented-error .help-link {
  font-family: "HelveticaNeueW01-65Medi", "HelveticaNeueW02-65Medi", "HelveticaNeueW10-65Medi", sans-serif;
}

/* line 44, ../../../app/styles/error-pages/partials/_commons.scss */
.support-link, .unsupported-browser .continue-link {
  color: #fb7d33;
}

/* line 48, ../../../app/styles/error-pages/partials/_commons.scss */
.link-arrow {
  width: 4px;
  height: 8px;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/link-arrow.png) no-repeat;
  position: absolute;
  margin-top: 13px;
  margin-left: 8px;
}

/* line 57, ../../../app/styles/error-pages/partials/_commons.scss */
body[lang="de"] .link-arrow {
  margin-top: 11px;
}

/* line 61, ../../../app/styles/error-pages/partials/_commons.scss */
.text-arrow {
  width: 4px;
  height: 8px;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/text-arrow.png) no-repeat;
  margin-top: 15px;
  margin-left: 8px;
  position: absolute;
}

/* line 70, ../../../app/styles/error-pages/partials/_commons.scss */
.pink-arrow {
  width: 4px;
  height: 8px;
  position: absolute;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/pink-arrow.png) no-repeat;
  margin-top: 13px;
  margin-left: 5px;
  float: right;
}

/* line 80, ../../../app/styles/error-pages/partials/_commons.scss */
a {
  text-decoration: none;
}
/* line 82, ../../../app/styles/error-pages/partials/_commons.scss */
a:hover {
  text-decoration: underline;
}

/* line 87, ../../../app/styles/error-pages/partials/_commons.scss */
.bg-img, .cable-spaghetti-bg {
  z-index: -1;
  width: 1219px;
  height: 457px;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/default-bg.jpg) no-repeat;
  position: fixed;
  top: 200px;
  margin-left: 340px;
}

/* line 97, ../../../app/styles/error-pages/partials/_commons.scss */
body[lang="ja"] .bg-img, body[lang="ja"] .cable-spaghetti-bg {
  margin-left: 530px !important;
}

/* line 102, ../../../app/styles/error-pages/partials/_commons.scss */
.cable-spaghetti-bg {
  width: 1138px;
  height: 776px;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/cable-spaghetti-bg.jpg) no-repeat;
  top: 60px;
  margin-left: 420px;
}

/* line 2, ../../../app/styles/error-pages/partials/_header.scss */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

/* line 12, ../../../app/styles/error-pages/partials/_header.scss */
.header-link {
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  border-top: 4px solid transparent;
  padding: 17px 15px 0px 15px;
  font-family: "HelveticaNeueW01-65Medi", "HelveticaNeueW02-65Medi", "HelveticaNeueW10-65Medi", sans-serif;
  color: #555555;
}
/* line 18, ../../../app/styles/error-pages/partials/_header.scss */
.header-link:hover {
  color: #0f0f0f;
  text-decoration: none;
  border-top: 4px solid #fc0;
}

/* line 24, ../../../app/styles/error-pages/partials/_header.scss */
.wix-logo {
  position: absolute;
  top: 10px;
  width: 121px;
  height: 33px;
}

/* line 1, ../../../app/styles/error-pages/partials/_layout.scss */
.error-page-app {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
}

/* line 7, ../../../app/styles/error-pages/partials/_layout.scss */
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

/* line 12, ../../../app/styles/error-pages/partials/_layout.scss */
.content {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  width: 1060px;
}

/* line 18, ../../../app/styles/error-pages/partials/_layout.scss */
.page-content-wrapper {
  margin-top: 204px;
  width: 560px;
}

/* line 23, ../../../app/styles/error-pages/partials/_layout.scss */
.pull-right {
  float: right;
}

/* line 27, ../../../app/styles/error-pages/partials/_layout.scss */
.pull-left {
  float: left;
}

@media only screen and (max-width: 1060px) {
  /* line 34, ../../../app/styles/error-pages/partials/_layout.scss */
  .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 41, ../../../app/styles/error-pages/partials/_layout.scss */
  .wix-logo {
    top: 18px;
    width: 70px;
    height: 19px;
  }

  /* line 46, ../../../app/styles/error-pages/partials/_layout.scss */
  .header nav {
    margin-left: 50px;
  }

  /* line 49, ../../../app/styles/error-pages/partials/_layout.scss */
  .page-content-wrapper, .page-title {
    width: 100%;
  }

  /* line 52, ../../../app/styles/error-pages/partials/_layout.scss */
  .page-title {
    font-size: 44px;
  }

  /* line 55, ../../../app/styles/error-pages/partials/_layout.scss */
  .undocumented-error .page-title {
    font-size: 34px;
  }

  /* line 58, ../../../app/styles/error-pages/partials/_layout.scss */
  .bg-img, .cable-spaghetti-bg {
    width: 100%;
    height: 100%;
    top: 90px;
    margin-left: 100px;
  }

  /* line 64, ../../../app/styles/error-pages/partials/_layout.scss */
  .page-content-wrapper {
    margin-top: 110px !important;
    margin-left: 20px;
  }

  /* line 68, ../../../app/styles/error-pages/partials/_layout.scss */
  .contact-support {
    margin-top: 67px;
    padding-bottom: 70px;
  }

  /* line 73, ../../../app/styles/error-pages/partials/_layout.scss */
  .unsupported-browser .page-content-wrapper, .unsupported-browser .page-title, .connect-your-domain .page-content-wrapper, .connect-your-domain .page-title {
    width: 70%;
  }
  /* line 76, ../../../app/styles/error-pages/partials/_layout.scss */
  .unsupported-browser .bg-img, .unsupported-browser .cable-spaghetti-bg, .connect-your-domain .bg-img, .connect-your-domain .cable-spaghetti-bg {
    margin-left: 130px;
  }
  /* line 79, ../../../app/styles/error-pages/partials/_layout.scss */
  .unsupported-browser .continue-link, .connect-your-domain .continue-link {
    margin-top: 10px !important;
  }
  /* line 82, ../../../app/styles/error-pages/partials/_layout.scss */
  .unsupported-browser .update-options-list, .connect-your-domain .update-options-list {
    margin-top: 10px !important;
  }
  /* line 85, ../../../app/styles/error-pages/partials/_layout.scss */
  .unsupported-browser .page-title, .connect-your-domain .page-title {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 89, ../../../app/styles/error-pages/partials/_layout.scss */
  .unsupported-browser .page-subtitle, .connect-your-domain .page-subtitle {
    font-size: 19px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  /* line 97, ../../../app/styles/error-pages/partials/_layout.scss */
  .page-title {
    font-size: 50px;
  }

  /* line 100, ../../../app/styles/error-pages/partials/_layout.scss */
  .bg-img, .cable-spaghetti-bg {
    margin-left: 100px !important;
  }

  /* line 103, ../../../app/styles/error-pages/partials/_layout.scss */
  .page-content-wrapper {
    margin-top: 110px;
    margin-left: 20px;
  }

  /* line 107, ../../../app/styles/error-pages/partials/_layout.scss */
  .contact-support {
    margin-top: 67px;
  }

  /* line 111, ../../../app/styles/error-pages/partials/_layout.scss */
  .unsupported-browser .bg-img, .unsupported-browser .cable-spaghetti-bg, .connect-your-domain .bg-img, .connect-your-domain .cable-spaghetti-bg {
    margin-left: 320px !important;
  }
}
@media only screen and (min-width: 1061px) and (max-width: 1440px) {
  /* line 121, ../../../app/styles/error-pages/partials/_layout.scss */
  body[lang="ja"] .bg-img, body[lang="ja"] .cable-spaghetti-bg {
    margin-left: 490px !important;
  }
}
/* line 66, icons/unsupported-browser/*.png */
.unsupported-browser-sprite, .unsupported-browser-Chrome, .unsupported-browser-Firefox, .unsupported-browser-IE, .unsupported-browser-Safari {
  background: url('../images/generated/icons/unsupported-browser-s376e213eee.png') no-repeat;
}

/* line 60, ../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.unsupported-browser-Chrome {
  background-position: 0 0;
}

/* line 60, ../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.unsupported-browser-Firefox {
  background-position: 0 -21px;
}

/* line 60, ../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.unsupported-browser-IE {
  background-position: 0 -42px;
}

/* line 60, ../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.unsupported-browser-Safari {
  background-position: 0 -62px;
}

/* line 5, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
body[lang="it"] .page-title {
  width: 530px;
}

/* line 11, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .browser-icon {
  width: 21px;
  height: 21px;
  margin-top: 8px;
  display: inline-block;
  position: absolute;
}
/* line 18, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .update-option {
  line-height: 35px;
  height: 35px;
}
/* line 22, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .update-text {
  font-size: 18px;
  margin-left: 30px;
  display: inline-block;
}
/* line 28, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .continue-link {
  font-size: 18px;
  position: absolute;
  margin-top: 60px;
  cursor: pointer;
}
/* line 34, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .continue-link .link-arrow {
  top: -6px;
  right: -10px;
}
/* line 41, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .update-options-list {
  margin-top: 60px;
}
/* line 46, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .page-content-wrapper {
  margin-top: 111px;
}
/* line 49, ../../../app/styles/error-pages/pages/_unsupported-browser.scss */
.unsupported-browser .page-message {
  margin-top: 22px;
  font-size: 18px;
}

/* line 2, ../../../app/styles/error-pages/pages/_error-400.scss */
body[lang="ja"] .page-content-wrapper {
  width: 700px;
}

/* line 7, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400, .undocumented-error {
  /**
   *
   *  Template overrides
   *
  **/
}
/* line 8, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .bg-img, .undocumented-error .bg-img, .error-400 .cable-spaghetti-bg, .undocumented-error .cable-spaghetti-bg {
  z-index: -1;
  width: 1313px;
  height: 721px;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/400_BG.jpg) no-repeat;
  position: fixed;
  top: 61px;
  margin-left: 350px;
}
/* line 17, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .links-list-400-page, .undocumented-error .links-list-400-page {
  margin-top: 53px;
}
/* line 20, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .help-link, .undocumented-error .help-link {
  position: relative;
  color: #aa4dc8;
  font-size: 18px;
  line-height: 30px;
}
/* line 33, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .page-content-wrapper, .undocumented-error .page-content-wrapper {
  margin-top: 177px;
}
/* line 36, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .page-title, .undocumented-error .page-title {
  display: inline;
}
/* line 39, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .error-code, .undocumented-error .error-code {
  margin-top: 0px;
}
/* line 42, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .page-message, .undocumented-error .page-message {
  margin-top: 22px;
}

/* line 2, ../../../app/styles/error-pages/pages/_error-400.scss */
body[lang="ja"] .page-content-wrapper {
  width: 700px;
}

/* line 7, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400, .undocumented-error {
  /**
   *
   *  Template overrides
   *
  **/
}
/* line 8, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .bg-img, .undocumented-error .bg-img, .error-400 .cable-spaghetti-bg, .undocumented-error .cable-spaghetti-bg {
  z-index: -1;
  width: 1313px;
  height: 721px;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/400_BG.jpg) no-repeat;
  position: fixed;
  top: 61px;
  margin-left: 350px;
}
/* line 17, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .links-list-400-page, .undocumented-error .links-list-400-page {
  margin-top: 53px;
}
/* line 20, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .help-link, .undocumented-error .help-link {
  position: relative;
  color: #aa4dc8;
  font-size: 18px;
  line-height: 30px;
}
/* line 33, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .page-content-wrapper, .undocumented-error .page-content-wrapper {
  margin-top: 177px;
}
/* line 36, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .page-title, .undocumented-error .page-title {
  display: inline;
}
/* line 39, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .error-code, .undocumented-error .error-code {
  margin-top: 0px;
}
/* line 42, ../../../app/styles/error-pages/pages/_error-400.scss */
.error-400 .page-message, .undocumented-error .page-message {
  margin-top: 22px;
}

/* line 5, ../../../app/styles/error-pages/pages/_undocumented-error.scss */
.undocumented-error .page-content-wrapper {
  margin-top: 189px;
}

/* line 1, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published {
  /**
   *
   *  Template overrides
   *
  **/
}
/* line 3, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published .bg-img, .not-published .cable-spaghetti-bg {
  z-index: -1;
  width: 1920px;
  height: 765px;
  background: url(http://static.parastorage.com/services/third-party/errors/images/error-pages/not-published-bg.jpg) no-repeat;
  position: fixed;
  top: 60px;
}
/* line 12, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published .how-to-steps {
  list-style: inside;
  list-style-type: decimal;
}
/* line 17, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published .steps-to-publish {
  margin-top: 55px;
}
/* line 21, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published .my-sites-link {
  color: #3899ec;
}
/* line 30, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published .text {
  color: #fff;
}
/* line 34, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published .page-subtitle {
  line-height: 38px;
}
/* line 38, ../../../app/styles/error-pages/pages/_not-published.scss */
.not-published .page-content-wrapper {
  margin-top: 146px;
}

/* line 1, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain {
  /**
   *
   *  Template overrides
   *
  **/
}
/* line 3, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain .how-to-steps {
  margin-top: 20px;
  list-style: inside;
  list-style-type: decimal;
}
/* line 8, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain .steps-to-connect {
  margin-top: 30px;
}
/* line 11, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain .my-sites-link {
  color: #fb7d33;
}
/* line 14, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain .contact-support {
  line-height: 25px;
}
/* line 17, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain .link-arrow {
  margin-top: 10px;
}
/* line 26, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain .page-title {
  font-size: 34px;
  line-height: 40px;
}
/* line 30, ../../../app/styles/error-pages/pages/_connect-your-domain.scss */
.connect-your-domain .page-content-wrapper {
  margin-top: 187px;
  width: 600px;
}
