@charset "UTF-8";
.loading-animation-1 {
  display: inline-block;
  border-left-color: transparent !important;
  border-radius: 50%;
}

@-webkit-keyframes keyframes-loader-animation-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes keyframes-loader-animation-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.frame-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  z-index: 119;
}

.frame-blur .frame-content:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  z-index: 130;
}

.frame-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5em;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 120;
  overflow: auto;
  white-space: nowrap;
}
.frame-wrapper * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.frame-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.frame-wrapper .frame-content {
  position: relative;
  z-index: 140;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
}

.frame-wrapper.type-window {
  display: none;
}
.frame-wrapper.type-window .frame-content {
  color: #333;
}
.frame-wrapper.type-window .window-title {
  background: #212121;
  overflow: hidden;
  padding: 11px 11px 11px 30px;
  font-size: 19px;
}
.frame-wrapper.type-window .window-title h2 {
  margin: 0;
  float: left;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  height: 1em;
  color: #fff;
}
.frame-wrapper.type-window .window-title h2:after {
  content: ".";
  visibility: hidden;
}
.frame-wrapper.type-window .window-title a.close {
  float: right;
  display: block;
  width: 15px;
  height: 20px;
  line-height: 100%;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDkvMTIvMTV1XYZGAAACDElEQVQokY1TbUtTUQB+boMLuzm2kfYTTJL+RritF0ikyFITy3BsIhJmzi1tU2euWWGUfYtlXwpy+wGjtrmPcnfu2P5C3i/bruAE59OH5ei6kA4cOBzO83Ke8xyQBEn4/RM8WZ81J/2+1jmQxNZWguVymYHA7JkEPq+XQgimkkmShBQKzvLu4Ah0XYfD4cCXrc8IR5YknBqh+Tn2D9yGUavhQmcnUtvbTeXl5QVqmsZsNkMhBOcDcyYHH95vUFVV5vN5aprGV7EYW7ZJIhoNUwjBTKZJEAm/IEmEF4N/gDsUQvB1fL1FLJFsWVtcCPFW/wAMw4AsyxBCRU/PZUiSBEVRoO7u4t7QUOtKJjAALD4P0nP9Jg4P61CU8zg4OIAsy9CEiuGRUVMWbWAASCQ+sbf3Cvb3DVitCvb2fsHt9rSFeO70xvSUn93dl1Cv12G1Kjg6OkJX10VEV5baVEzgZzNPOPxgDMfHhCzL0HUdFosFjUYDnms38HJ1lf8EP52Z5p3B+zAMAx0dHSioKlwul/TzRwY2mw21ag0utxtrfxOQhG9inKqqMpvNslAo8OPmpumdY2trFEIwl8tR0zRGlyLNhk1Nejk69hjVahV2ux35nRwePhpvCycei/FqXx8qlQqcTie+f/vaVE6lkiyVSny38fbMbkdXllksFplOp80Ne7Me/69fdVJNkvgNl7u7FO6nAeQAAAAASUVORK5CYII=) center center no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.frame-wrapper.type-window .window-title a.close:hover {
  opacity: 1;
  text-decoration: none;
}
.frame-wrapper.type-window .window-title a.close:hover {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.frame-wrapper.type-window .window-content {
  background: #fff;
  overflow: hidden;
}
.frame-wrapper.type-window .footer {
  height: 80px;
  width: 100%;
  display: table;
}
.frame-wrapper.type-window .footer .footer-content {
  color: #ddd;
  display: table-cell;
  padding: 0 30px;
  font-size: 12px;
  background: #212121;
  vertical-align: middle;
}
.frame-wrapper.type-window .footer .footer-content a {
  color: #ddd;
}
.frame-wrapper.type-window .footer .footer-content a:hover {
  text-decoration: underline;
}

.frame-messagebox.frame-wrapper {
  z-index: 120;
}
.frame-messagebox.frame-wrapper * {
  box-sizing: border-box;
}
.frame-messagebox.frame-wrapper .frame-content {
  z-index: 140;
}
.frame-messagebox.frame-wrapper .frame-background {
  background: rgba(0, 0, 0, 0.9);
}
.frame-messagebox.frame-wrapper .window-content {
  padding: 30px 30px 30px 30px;
  min-width: 500px;
  max-width: 600px;
  min-height: 30px;
  background: #fff;
}
.frame-messagebox.frame-wrapper .window-content p {
  margin-top: 0;
}

#frame_lightbox.frame-wrapper {
  z-index: 21474836390;
}
#frame_lightbox.frame-wrapper .frame-background {
  background: rgba(0, 0, 0, 0.9);
}
#frame_lightbox.frame-wrapper .frame-content {
  position: relative;
  z-index: 21474836410;
  padding: 20px 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#frame_lightbox.frame-wrapper .image {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 1px;
}
#frame_lightbox.frame-wrapper img {
  vertical-align: top;
}
#frame_lightbox.frame-wrapper .content-wrapper {
  position: relative;
}
#frame_lightbox.frame-wrapper .content-wrapper img {
  vertical-align: top;
  max-width: 95%;
}
#frame_lightbox.frame-wrapper .content-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#frame_lightbox.frame-wrapper .content-loading .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}
#frame_lightbox.frame-wrapper .close {
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 22px;
  top: 7px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

#frame_contact.frame-wrapper {
  z-index: 140;
}
#frame_contact.frame-wrapper .frame-content {
  position: relative;
  z-index: 160;
}
#frame_contact.frame-wrapper .window-content {
  position: relative;
  overflow: auto;
  width: 800px;
  min-height: 200px;
  padding: 30px;
  background: #fff;
}
#frame_contact.frame-wrapper p {
  margin-top: 0;
}
#frame_contact.frame-wrapper .fields-wrapper {
  position: relative;
  margin: 30px 0;
}
#frame_contact.frame-wrapper .fields-left {
  width: 50%;
  padding-right: 30px;
}
#frame_contact.frame-wrapper .fields-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
#frame_contact.frame-wrapper .sxcf-textfield, #frame_contact.frame-wrapper .sxcf-select {
  width: 100%;
  display: block;
}
#frame_contact.frame-wrapper .sxcf-textarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#frame_contact.frame-wrapper .sxcf-textarea textarea {
  height: 100%;
  resize: none;
}
#frame_contact.frame-wrapper .loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
}
#frame_contact.frame-wrapper .loading-layer .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}
#frame_contact.frame-wrapper div.captcha {
  border: 1px solid #aaa;
  position: relative;
}
#frame_contact.frame-wrapper div.captcha a.label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 13px;
}
#frame_contact.frame-wrapper div.captcha a.label i {
  font-size: 20px;
  color: #888;
  vertical-align: middle;
}
#frame_contact.frame-wrapper div.captcha span.captcha {
  display: block;
  text-align: center;
}
#frame_contact.frame-wrapper div.captcha img {
  vertical-align: top;
}

#frame_login.frame-wrapper {
  z-index: 120;
}
#frame_login.frame-wrapper .frame-content {
  width: 610px;
  z-index: 140;
  position: relative;
}
#frame_login.frame-wrapper .login-frame {
  min-height: 200px;
  background: #fff;
}
#frame_login.frame-wrapper .login-frame.ask {
  width: 675px;
}
#frame_login.frame-wrapper .frame-background {
  background: rgba(0, 0, 0, 0.9);
}
#frame_login.frame-wrapper form {
  padding: 30px 30px 30px 30px;
}
#frame_login.frame-wrapper .content-dialog {
  position: relative;
}
#frame_login.frame-wrapper .content-dialog a {
  text-decoration: none;
  color: #0079ad;
}
#frame_login.frame-wrapper .content-dialog p {
  margin-top: 0;
  margin-bottom: 22px;
}
#frame_login.frame-wrapper .content-dialog h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
#frame_login.frame-wrapper .content-dialog .sxcf-button-container {
  margin-top: -5px;
}
#frame_login.frame-wrapper .content-dialog .sxcf-textfield {
  width: 100%;
}
#frame_login.frame-wrapper .login-select {
  display: none;
}
#frame_login.frame-wrapper .loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}
#frame_login.frame-wrapper .loading-layer .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}
#frame_login.frame-wrapper .footer .footer-content {
  color: #ddd;
}
#frame_login.frame-wrapper .footer .footer-content a {
  color: #ddd;
}
#frame_login.frame-wrapper .footer .footer-content a:hover {
  text-decoration: underline;
}

#frame_gdpr_consent.frame-wrapper {
  z-index: 120;
}
#frame_gdpr_consent.frame-wrapper .frame-content {
  width: 680px;
  z-index: 140;
  position: relative;
}
#frame_gdpr_consent.frame-wrapper .gdpr-consent-frame {
  min-height: 200px;
  background: #fff;
}
#frame_gdpr_consent.frame-wrapper .gdpr-consent-frame.ask {
  width: 675px;
}
#frame_gdpr_consent.frame-wrapper .frame-background {
  background: rgba(0, 0, 0, 0.9);
}
#frame_gdpr_consent.frame-wrapper form {
  padding: 30px 30px 30px 30px;
}
#frame_gdpr_consent.frame-wrapper .content-dialog {
  position: relative;
}
#frame_gdpr_consent.frame-wrapper .content-dialog a {
  text-decoration: none;
  color: #0079ad;
}
#frame_gdpr_consent.frame-wrapper .content-dialog p {
  margin-top: 0;
  margin-bottom: 22px;
}
#frame_gdpr_consent.frame-wrapper .content-dialog h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
#frame_gdpr_consent.frame-wrapper .content-dialog .sxcf-textfield {
  width: 100%;
}
#frame_gdpr_consent.frame-wrapper .sxcf-checkbox label .title, #frame_gdpr_consent.frame-wrapper .sxcf-checkbox label .desc {
  display: block;
}
#frame_gdpr_consent.frame-wrapper .sxcf-checkbox label .title {
  font-size: 1.1em;
  text-decoration: underline;
  margin-bottom: 5px;
}
#frame_gdpr_consent.frame-wrapper .sxcf-button-container {
  margin-top: 20px;
}
#frame_gdpr_consent.frame-wrapper .loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}
#frame_gdpr_consent.frame-wrapper .loading-layer .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}
#frame_gdpr_consent.frame-wrapper .footer .footer-content {
  color: #ddd;
  text-align: center;
}

.livechat-overlay-button-debug {
  position: absolute;
  top: 20px;
  right: 43px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/design/new/livesupport-bug.svg) center center no-repeat;
  background-size: 14px;
  border: none;
}

#frame_sendertool.frame-wrapper {
  /*Because notifications are 100000 */
  z-index: 100001;
}
#frame_sendertool.frame-wrapper:before {
  margin-right: 0;
}
#frame_sendertool.frame-wrapper .frame-content {
  position: relative;
  z-index: 100021;
  width: 100%;
  height: 100%;
}
#frame_sendertool.frame-wrapper .sendertool-main {
  width: 100%;
  height: 100%;
}
#frame_sendertool.frame-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
#frame_sendertool.frame-wrapper .loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3b4e61;
  z-index: 100;
}
#frame_sendertool.frame-wrapper .loading-layer .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}

#frame_personreg,
#frame_userreg,
#frame_regapprove {
  z-index: 120;
}
#frame_personreg object:focus, #frame_personreg object:active, #frame_personreg embed:focus, #frame_personreg embed:active,
#frame_userreg object:focus,
#frame_userreg object:active,
#frame_userreg embed:focus,
#frame_userreg embed:active,
#frame_regapprove object:focus,
#frame_regapprove object:active,
#frame_regapprove embed:focus,
#frame_regapprove embed:active {
  outline: none;
}
#frame_personreg .frame-content,
#frame_userreg .frame-content,
#frame_regapprove .frame-content {
  z-index: 140;
  position: relative;
}
#frame_personreg .window-content,
#frame_userreg .window-content,
#frame_regapprove .window-content {
  width: 680px;
  min-height: 300px;
  background: #fff;
  position: relative;
}
#frame_personreg .content-scroll-wrapper,
#frame_userreg .content-scroll-wrapper,
#frame_regapprove .content-scroll-wrapper {
  overflow: hidden;
  margin-bottom: 80px;
}
#frame_personreg .content-wrapper,
#frame_userreg .content-wrapper,
#frame_regapprove .content-wrapper {
  padding: 30px;
}
#frame_personreg .frame-background,
#frame_userreg .frame-background,
#frame_regapprove .frame-background {
  background: rgba(0, 0, 0, 0.9);
}
#frame_personreg .loading-area,
#frame_userreg .loading-area,
#frame_regapprove .loading-area {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  text-align: center;
}
#frame_personreg .loading-area .loading-animation-1,
#frame_userreg .loading-area .loading-animation-1,
#frame_regapprove .loading-area .loading-animation-1 {
  width: 50px;
  height: 50px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}
#frame_personreg .loading-layer,
#frame_userreg .loading-layer,
#frame_regapprove .loading-layer {
  display: none;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#frame_personreg .loading-layer.visible,
#frame_userreg .loading-layer.visible,
#frame_regapprove .loading-layer.visible {
  display: block;
}
#frame_personreg .loading-layer .loading-animation-1,
#frame_userreg .loading-layer .loading-animation-1,
#frame_regapprove .loading-layer .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}
#frame_personreg .has-footer.loading-layer,
#frame_userreg .has-footer.loading-layer,
#frame_regapprove .has-footer.loading-layer {
  bottom: 80px;
}
#frame_personreg .sxc-form .sxcf-textfield,
#frame_userreg .sxc-form .sxcf-textfield,
#frame_regapprove .sxc-form .sxcf-textfield {
  width: 100%;
}
#frame_personreg .sxc-form .sxcf-select,
#frame_userreg .sxc-form .sxcf-select,
#frame_regapprove .sxc-form .sxcf-select {
  width: 100%;
}
#frame_personreg h3,
#frame_userreg h3,
#frame_regapprove h3 {
  margin: 0 0 22px 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
}
#frame_personreg a,
#frame_userreg a,
#frame_regapprove a {
  color: #0079ad;
  text-decoration: none;
}
#frame_personreg p,
#frame_userreg p,
#frame_regapprove p {
  margin-top: 0;
  margin-bottom: 22px;
}
#frame_personreg .login-select,
#frame_userreg .login-select,
#frame_regapprove .login-select {
  display: none;
}
#frame_personreg .footer,
#frame_userreg .footer,
#frame_regapprove .footer {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
}
#frame_personreg .footer .footer-content,
#frame_userreg .footer .footer-content,
#frame_regapprove .footer .footer-content {
  color: #ddd;
}
#frame_personreg .footer .footer-content a,
#frame_userreg .footer .footer-content a,
#frame_regapprove .footer .footer-content a {
  color: #ddd;
}
#frame_personreg .footer .footer-content a:hover,
#frame_userreg .footer .footer-content a:hover,
#frame_regapprove .footer .footer-content a:hover {
  text-decoration: underline;
}
#frame_personreg .image-camera-upload,
#frame_userreg .image-camera-upload,
#frame_regapprove .image-camera-upload {
  display: none;
}
#frame_personreg .image-camera-upload .publisher-wrapper,
#frame_userreg .image-camera-upload .publisher-wrapper,
#frame_regapprove .image-camera-upload .publisher-wrapper {
  position: relative;
}
#frame_personreg .image-camera-upload .publisher-wrapper .publisher,
#frame_userreg .image-camera-upload .publisher-wrapper .publisher,
#frame_regapprove .image-camera-upload .publisher-wrapper .publisher {
  width: 620px;
  height: 348px;
}
#frame_personreg .image-camera-upload .publisher-wrapper .overlay,
#frame_userreg .image-camera-upload .publisher-wrapper .overlay,
#frame_regapprove .image-camera-upload .publisher-wrapper .overlay {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
#frame_personreg .image-camera-upload .publisher-wrapper .overlay.visible,
#frame_userreg .image-camera-upload .publisher-wrapper .overlay.visible,
#frame_regapprove .image-camera-upload .publisher-wrapper .overlay.visible {
  display: block;
}
#frame_personreg .step,
#frame_userreg .step,
#frame_regapprove .step {
  display: none;
}
#frame_personreg .incognito,
#frame_userreg .incognito,
#frame_regapprove .incognito {
  display: none;
  position: absolute;
  padding-top: 7px;
  top: 0;
  left: 0;
}

#frame_personreg .publisher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEE;
}
#frame_personreg .publisher .flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#frame_personreg .publisher.hidden {
  border: none;
}
#frame_personreg .publisher.mini {
  border: 1px solid #DDD;
}
#frame_personreg .publisher.mini .flash {
  top: 50%;
  left: 50%;
  margin-top: -69px;
  margin-left: -107.5px;
  width: 215px;
  height: 138px;
}
#frame_personreg .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}
#frame_personreg .overlay .areas {
  pointer-events: none;
}
#frame_personreg .overlay .areas .area {
  width: 80px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
}
#frame_personreg .overlay .areas .area-allow {
  top: -5px;
  left: -112px;
}
#frame_personreg .overlay .areas .area-remember {
  top: 11px;
  left: -109px;
}
#frame_personreg .overlay .areas .area-close {
  top: 36px;
  left: 25px;
}
#frame_personreg .overlay .areas .area-incognito-close {
  top: 36px;
  left: 25px;
}
#frame_personreg .overlay .areas .area-incognito-allow {
  top: 36px;
  left: -61px;
}
#frame_personreg .overlay .bubble {
  position: absolute;
  display: none;
}
#frame_personreg .overlay .bubble.visible {
  display: table;
}
#frame_personreg .overlay .bubble-wrp {
  display: table-cell;
  vertical-align: middle;
}
#frame_personreg .overlay .bubble-cnt {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  background: #009cde;
  border-radius: 3px;
  padding: 8px 10px;
  line-height: 1.4em;
}
#frame_personreg .overlay .bubble-cnt:after {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
}
#frame_personreg .overlay .bubble-remember {
  right: 125px;
  top: -75px;
  height: 200px;
}
#frame_personreg .overlay .bubble-remember .bubble-cnt {
  width: 120px;
}
#frame_personreg .overlay .bubble-remember .bubble-cnt:after {
  left: 100%;
  top: 50%;
}
#frame_personreg .overlay .bubble-remember .bubble-cnt:after {
  border-color: hsla(197, 100%, 43%, 0);
  border-left-color: hsl(197, 100%, 43%);
  border-width: 10px;
  margin-top: -10px;
}
#frame_personreg .overlay .bubble-close, #frame_personreg .overlay .bubble-incognito-close {
  text-align: center;
  left: -35px;
  top: 80px;
  width: 200px;
}
#frame_personreg .overlay .bubble-close .bubble-cnt, #frame_personreg .overlay .bubble-incognito-close .bubble-cnt {
  text-align: left;
}
#frame_personreg .overlay .bubble-close .bubble-cnt:after, #frame_personreg .overlay .bubble-incognito-close .bubble-cnt:after {
  bottom: 100%;
  left: 50%;
}
#frame_personreg .overlay .bubble-close .bubble-cnt:after, #frame_personreg .overlay .bubble-incognito-close .bubble-cnt:after {
  border-color: hsla(197, 100%, 43%, 0);
  border-bottom-color: hsl(197, 100%, 43%);
  border-width: 10px;
  margin-left: -10px;
}
#frame_personreg .overlay .bubble-allow {
  right: 125px;
  top: -90px;
  height: 200px;
}
#frame_personreg .overlay .bubble-allow .bubble-cnt {
  width: 110px;
}
#frame_personreg .overlay .bubble-allow .bubble-cnt:after {
  left: 100%;
  top: 50%;
}
#frame_personreg .overlay .bubble-allow .bubble-cnt:after {
  border-color: hsla(197, 100%, 43%, 0);
  border-left-color: hsl(197, 100%, 43%);
  border-width: 10px;
  margin-top: -10px;
}
#frame_personreg .overlay .bubble-incognito-allow {
  text-align: center;
  left: -115px;
  top: 80px;
  width: 200px;
}
#frame_personreg .overlay .bubble-incognito-allow .bubble-cnt {
  text-align: left;
}
#frame_personreg .overlay .bubble-incognito-allow .bubble-cnt:after {
  bottom: 100%;
  left: 50%;
}
#frame_personreg .overlay .bubble-incognito-allow .bubble-cnt:after {
  border-color: hsla(197, 100%, 43%, 0);
  border-bottom-color: hsl(197, 100%, 43%);
  border-width: 10px;
  margin-left: -10px;
}
#frame_personreg .overlay .bubble-allow .q, #frame_personreg .overlay .bubble-incognito-allow .q {
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#frame_personreg .overlay .bubble-allow .q, #frame_personreg .overlay .bubble-allow .q span, #frame_personreg .overlay .bubble-incognito-allow .q, #frame_personreg .overlay .bubble-incognito-allow .q span {
  position: absolute;
  background: hsl(197, 100%, 43%);
  border-radius: 100%;
}
#frame_personreg .overlay .bubble-allow .q span, #frame_personreg .overlay .bubble-incognito-allow .q span {
  cursor: pointer;
  color: #FFF;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}
#frame_personreg .overlay .bubble-allow .q.visible, #frame_personreg .overlay .bubble-incognito-allow .q.visible {
  -webkit-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#frame_personreg .overlay .bubble-allow .q {
  top: -20px;
  right: 15px;
}
#frame_personreg .overlay .bubble-allow .q span {
  top: -40px;
  left: 0;
}
#frame_personreg .overlay .bubble-incognito-allow .q {
  left: -20px;
  top: 15px;
}
#frame_personreg .overlay .bubble-incognito-allow .q span {
  left: -40px;
  bottom: 0;
}
#frame_personreg .overlay .bubble-remember {
  display: none;
}
#frame_personreg .scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
#frame_personreg .scene .settings {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -69px;
  margin-left: -107.5px;
  width: 215px;
  height: 138px;
}
#frame_personreg .scene .dctick,
#frame_personreg .scene .dtick,
#frame_personreg .scene .actick,
#frame_personreg .scene .atick,
#frame_personreg .scene .rtick,
#frame_personreg .scene .rctick {
  position: absolute;
  display: none;
  width: 6px;
  height: 5px;
  background: url(/design/new/register/cursor.png?6);
}
#frame_personreg .scene .dctick, #frame_personreg .scene .dtick, #frame_personreg .scene .actick, #frame_personreg .scene .atick {
  top: 78px;
}
#frame_personreg .scene .rctick, #frame_personreg .scene .rtick {
  top: 92px;
}
#frame_personreg .scene .dctick, #frame_personreg .scene .dtick {
  left: 117px;
}
#frame_personreg .scene .actick, #frame_personreg .scene .atick, #frame_personreg .scene .rctick, #frame_personreg .scene .rtick {
  left: 12px;
}
#frame_personreg .scene .atick, #frame_personreg .scene .dtick {
  background-position: -20px 0;
}
#frame_personreg .scene .actick, #frame_personreg .scene .dctick {
  background-position: -30px 0;
}
#frame_personreg .scene .rtick {
  background-position: -20px -10px;
}
#frame_personreg .scene .rctick {
  background-position: -30px -10px;
}
#frame_personreg .scene .cursor {
  position: absolute;
  width: 17px;
  height: 23px;
  left: 100px;
  top: 150px;
  background: url(/design/new/register/cursor.png);
}
#frame_personreg .scene .crc {
  position: absolute;
  display: none;
  width: 85px;
  height: 30px;
  background: url(/design/new/register/circle.png);
  background-size: 85px 300px;
  background-position: 0 0;
}
#frame_personreg .scene .crc.c1 {
  left: -7px;
  top: 65px;
}
#frame_personreg .scene .crc.c2 {
  left: -7px;
  top: 80px;
}
#frame_personreg .scene .crc.c3 {
  left: 130px;
  top: 105px;
}
#frame_personreg .scene .crc.c4 {
  left: 48px;
  top: 105px;
}
#frame_personreg .scene .player {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
#frame_personreg .scene .player .cancel, #frame_personreg .scene .player .seekbar {
  position: absolute;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
#frame_personreg .scene .player .cancel {
  left: 0;
  bottom: 0;
  width: 110px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
#frame_personreg .scene .player .seekbar {
  left: 117px;
  right: 0;
  bottom: 0;
}
#frame_personreg .scene .player .seek-wrp {
  position: absolute;
  outline: 1px solid rgba(255, 255, 255, 0.4);
  border: 1px solid transparent;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
#frame_personreg .scene .player .seek {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background: #00adef;
}

#frame_personreg .step-images .camera-wrapper {
  position: relative;
}
#frame_personreg .step-images .info-bubble {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 156, 222, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 156, 222, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 156, 222, 0.4));
  font-size: 13px;
  line-height: 1.4em;
  color: #009cde;
  min-width: 100px;
  padding: 2px 10px 2px 10px;
  background: #fff;
  border: 1px solid #009cde;
  border-radius: 3px;
  margin-right: 10px;
}
#frame_personreg .step-images .info-bubble .info {
  display: block;
  padding: 5px 0;
}
#frame_personreg .step-images .info-bubble .info.visible {
  display: block;
}
#frame_personreg .step-images .info-bubble:after, #frame_personreg .step-images .info-bubble:before {
  position: absolute;
  right: auto;
  top: 50%;
  bottom: auto;
  left: 100%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
}
#frame_personreg .step-images .info-bubble:after {
  border-color: rgba(190, 75, 73, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#frame_personreg .step-images .info-bubble:before {
  border-color: rgba(160, 58, 56, 0);
  border-bottom-color: #009cde;
  border-width: 11px;
  margin-left: -11px;
}
#frame_personreg .step-images .info-bubble.nowrap {
  white-space: nowrap;
}
#frame_personreg .step-images .info-bubble.visible {
  display: block;
}
#frame_personreg .step-images .uploader-wrapper {
  height: 149px;
  margin-bottom: 2em;
}
#frame_personreg .step-images .uploader-wrapper.immutable {
  pointer-events: none;
}
#frame_personreg .step-images .uploader-wrapper .image, #frame_personreg .step-images .uploader-wrapper .preview, #frame_personreg .step-images .uploader-wrapper .drag-drop {
  height: 100%;
}
#frame_personreg .step-images .uploader-wrapper .drag-drop-area, #frame_personreg .step-images .uploader-wrapper .method-chooser {
  border: 3px dashed #ccc;
  border-radius: 5px;
  padding: 15px;
  color: #666;
  height: 100%;
}
#frame_personreg .step-images .uploader-wrapper .drag-drop-area {
  display: none;
  cursor: pointer;
  text-align: center;
}
#frame_personreg .step-images .uploader-wrapper .drag-drop-area.visible {
  display: block;
}
#frame_personreg .step-images .uploader-wrapper .drag-drop-area div {
  font-size: 16px;
}
#frame_personreg .step-images .uploader-wrapper .drag-drop-area i {
  color: #AAA;
}
#frame_personreg .step-images .uploader-wrapper .method-chooser {
  display: none;
}
#frame_personreg .step-images .uploader-wrapper .method-chooser.visible {
  display: block;
}
#frame_personreg .step-images .uploader-wrapper .method-chooser .method {
  display: block;
  color: #ccc;
  text-align: center;
}
#frame_personreg .step-images .uploader-wrapper .method-chooser .method i {
  color: #aaa;
}
#frame_personreg .step-images .uploader-wrapper .method-chooser .method span {
  color: #666;
  display: none;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .drag-drop-area i {
  display: none;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .drag-drop-area img {
  display: inline-block;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 30px;
  font-size: 16px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method i {
  font-size: 42px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method span.normal {
  display: block;
  margin-top: 10px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method:hover {
  color: #ccc;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method:hover i {
  color: #999;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method:hover span {
  color: #444;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-file {
  border-right: 2px solid #eee;
  padding-right: 20px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-camera {
  padding-left: 20px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-disabled, #frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-disabled:hover {
  color: #eee;
  cursor: not-allowed;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-disabled i, #frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-disabled:hover i {
  color: #ddd;
}
#frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-disabled span, #frame_personreg .step-images .uploader-wrapper.uploader-empty .method-chooser .method-disabled:hover span {
  color: #ccc;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser {
  padding: 0 15px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method span.short {
  display: block;
  font-size: 12px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method i {
  font-size: 20px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method-file {
  border-bottom: 2px solid #eee;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method-disabled, #frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method-disabled:hover {
  color: #eee;
  cursor: not-allowed;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method-disabled i, #frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method-disabled:hover i {
  color: #ddd;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method-disabled span, #frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser .method-disabled:hover span {
  color: #ccc;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .image, #frame_personreg .step-images .uploader-wrapper.uploader-non-empty .drag-drop-area, #frame_personreg .step-images .uploader-wrapper.uploader-non-empty .method-chooser {
  margin-left: 8px;
  float: left;
  width: 149px;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .drag-drop-area {
  padding: 0;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .drag-drop-area i {
  display: inline-block;
  font-size: 36px;
  line-height: 149px;
  height: 100%;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .drag-drop-area img {
  display: none;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .drag-drop-area div {
  display: none;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .image {
  width: 149px;
  height: 149px;
  background-size: cover;
}
#frame_personreg .step-images .uploader-wrapper.uploader-non-empty .image:first-child {
  margin-left: 0;
}
#frame_personreg .step-images .image-list .image {
  position: relative;
}
#frame_personreg .step-images .image-list .image .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#frame_personreg .step-images .image-list .image .preview img {
  width: 100%;
  height: 100%;
}
#frame_personreg .step-images .image-list .image .preview.loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -18px;
  font-family: FontAwesome;
  text-align: center;
  content: "\f1ce";
  display: inline;
  color: #aaa;
  font-size: 35px;
}
#frame_personreg .step-images .image-list .image .remove {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  background: rgba(51, 51, 51, 0.7);
}
#frame_personreg .step-images .image-list .image .remove:after {
  cursor: pointer;
  display: block;
  content: "×";
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-left: -20px;
  margin-top: -20px;
  width: 39px;
  height: 39px;
  text-align: center;
  background: rgba(200, 200, 200, 0.9);
  border-radius: 100%;
}
#frame_personreg .step-images .image-list .image:hover .remove {
  display: block;
}
#frame_personreg .step-images .image-list .image.type-image .name {
  display: none;
}
#frame_personreg .step-images .image-list .image.type-pdf, #frame_personreg .step-images .image-list .image.type-file {
  border: 1px solid #ccc;
}
#frame_personreg .step-images .image-list .image.type-pdf .name, #frame_personreg .step-images .image-list .image.type-file .name {
  position: absolute;
  text-align: center;
  display: block;
  left: 5px;
  right: 5px;
  bottom: 18px;
  height: 1em;
  width: 133px;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
#frame_personreg .step-images .image-list .image.type-pdf .icon, #frame_personreg .step-images .image-list .image.type-file .icon {
  position: absolute;
  top: 22px;
  left: 40px;
  width: 69px;
  height: 69px;
  background-size: contain;
  opacity: 0.7;
}
#frame_personreg .step-images .image-list .image.type-pdf .icon.icon-default, #frame_personreg .step-images .image-list .image.type-file .icon.icon-default {
  background-image: url(/design/new/register/file.png);
}
#frame_personreg .step-images .image-list .image.type-pdf .icon.icon-pdf, #frame_personreg .step-images .image-list .image.type-file .icon.icon-pdf {
  background-image: url(/design/new/register/pdf.png);
}
#frame_personreg .step-images .button-container-loading, #frame_personreg .step-images .button-container-waiting {
  position: relative;
}

#frame_personreg .step-video .main {
  position: relative;
  width: 620px;
  height: 280.6875px;
  overflow: hidden;
}
#frame_personreg .step-video .publisher-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 499px;
}
#frame_personreg .step-video .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#frame_personreg .step-video .video-overlay {
  color: #fff;
  font-weight: bold;
}
#frame_personreg .step-video .video-overlay .countdown {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
#frame_personreg .step-video .video-overlay .timer {
  position: absolute;
  bottom: 45px;
  right: 45px;
}
#frame_personreg .step-video .video-overlay .status {
  white-space: nowrap;
  position: absolute;
  bottom: 45px;
  left: 45px;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 15px;
}
#frame_personreg .step-video .video-overlay .status:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: blinker 1s infinite steps(1, start);
  -moz-animation: blinker 1s infinite steps(1, start);
  animation: blinker 1s infinite steps(1, start);
  display: block;
  content: "";
  background: #e00;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
@-webkit-keyframes blinker {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#frame_personreg .step-video .grid {
  position: absolute;
  width: 50px;
  height: 5px;
  background: #fff;
}
#frame_personreg .step-video .grid:after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 5px;
  background: #fff;
}
#frame_personreg .step-video .grid.grid-tl {
  top: 25px;
  left: 25px;
}
#frame_personreg .step-video .grid.grid-tl:after {
  top: 0;
  left: 0;
}
#frame_personreg .step-video .grid.grid-tr {
  top: 25px;
  right: 25px;
}
#frame_personreg .step-video .grid.grid-tr:after {
  top: 0;
  right: 0;
}
#frame_personreg .step-video .grid.grid-bl {
  bottom: 25px;
  left: 25px;
}
#frame_personreg .step-video .grid.grid-bl:after {
  bottom: 0;
  left: 0;
}
#frame_personreg .step-video .grid.grid-br {
  bottom: 25px;
  right: 25px;
}
#frame_personreg .step-video .grid.grid-br:after {
  bottom: 0;
  right: 0;
}
#frame_personreg .step-video .details {
  position: absolute;
  margin-top: -95px;
  top: 50%;
  left: 40px;
  right: 40px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 0 20px;
}
#frame_personreg .step-video .details .numbers {
  margin-top: 1em;
  font-size: 24px;
  color: #aaa;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-align: center;
}
#frame_personreg .step-video .number-icons {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: -3px;
  width: 115px;
}
#frame_personreg .step-video .number-icons .number {
  width: 100%;
  height: 25%;
  position: relative;
}
#frame_personreg .step-video .number-icons .number span {
  display: block;
  position: absolute;
  font-size: 0;
  top: 3px;
  bottom: 3px;
  left: 0;
  right: 0;
  background-size: cover;
}
#frame_personreg .step-video .number-icons .number span.number-1 {
  background-image: url(/design/new/register/1.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-2 {
  background-image: url(/design/new/register/2.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-3 {
  background-image: url(/design/new/register/3.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-4 {
  background-image: url(/design/new/register/4.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-5 {
  background-image: url(/design/new/register/5.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-6 {
  background-image: url(/design/new/register/6.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-7 {
  background-image: url(/design/new/register/7.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-8 {
  background-image: url(/design/new/register/8.jpg);
}
#frame_personreg .step-video .number-icons .number span.number-9 {
  background-image: url(/design/new/register/9.jpg);
}
#frame_personreg .step-video .number-icons .number.number-past {
  opacity: 0.4;
}
#frame_personreg .step-video .number-icons .number.number-future {
  opacity: 0.2;
}
#frame_personreg .step-video .info-bubble {
  position: absolute;
  top: -1px;
  left: 0;
  text-align: left;
  display: none;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 156, 222, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 156, 222, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 156, 222, 0.4));
  font-size: 13px;
  line-height: 1.4em;
  color: #009cde;
  min-width: 100px;
  padding: 3px 10px;
  background: #fff;
  border: 1px solid #009cde;
  border-radius: 3px;
}
#frame_personreg .step-video .info-bubble .info {
  display: none;
  padding: 5px 0;
}
#frame_personreg .step-video .info-bubble .info.visible {
  display: block;
}
#frame_personreg .step-video .info-bubble:after, #frame_personreg .step-video .info-bubble:before {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 99%;
  left: 20px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
}
#frame_personreg .step-video .info-bubble:after {
  border-color: rgba(190, 75, 73, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#frame_personreg .step-video .info-bubble:before {
  border-color: rgba(160, 58, 56, 0);
  border-bottom-color: #009cde;
  border-width: 11px;
  margin-left: -11px;
}
#frame_personreg .step-video .info-bubble.nowrap {
  white-space: nowrap;
}
#frame_personreg .step-video .info-bubble.visible {
  display: block;
}
#frame_personreg .step-video .results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#frame_personreg .step-video .results .images, #frame_personreg .step-video .results .remove {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
#frame_personreg .step-video .results div.img {
  top: 0;
  left: 0;
  position: absolute;
  width: 25%;
  height: 25%;
  vertical-align: top;
  outline: 1px solid #000;
  overflow: hidden;
}
#frame_personreg .step-video .results div.img:nth-child(1) {
  top: 0;
  left: 0;
}
#frame_personreg .step-video .results div.img:nth-child(2) {
  top: 0;
  left: 25%;
}
#frame_personreg .step-video .results div.img:nth-child(3) {
  top: 0;
  left: 50%;
}
#frame_personreg .step-video .results div.img:nth-child(4) {
  top: 0;
  left: 75%;
}
#frame_personreg .step-video .results div.img:nth-child(5) {
  top: 25%;
  left: 0;
}
#frame_personreg .step-video .results div.img:nth-child(6) {
  top: 25%;
  left: 25%;
}
#frame_personreg .step-video .results div.img:nth-child(7) {
  top: 25%;
  left: 50%;
}
#frame_personreg .step-video .results div.img:nth-child(8) {
  top: 25%;
  left: 75%;
}
#frame_personreg .step-video .results div.img:nth-child(9) {
  top: 50%;
  left: 0;
}
#frame_personreg .step-video .results div.img:nth-child(10) {
  top: 50%;
  left: 25%;
}
#frame_personreg .step-video .results div.img:nth-child(11) {
  top: 50%;
  left: 50%;
}
#frame_personreg .step-video .results div.img:nth-child(12) {
  top: 50%;
  left: 75%;
}
#frame_personreg .step-video .results div.img:nth-child(13) {
  top: 75%;
  left: 0;
}
#frame_personreg .step-video .results div.img:nth-child(14) {
  top: 75%;
  left: 25%;
}
#frame_personreg .step-video .results div.img:nth-child(15) {
  top: 75%;
  left: 50%;
}
#frame_personreg .step-video .results div.img:nth-child(16) {
  top: 75%;
  left: 75%;
}
#frame_personreg .step-video .results .images img {
  width: 100%;
  vertical-align: top;
}
#frame_personreg .step-video .results .button-reset {
  display: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  background: rgba(51, 51, 51, 0.7);
}
#frame_personreg .step-video .results .button-reset span {
  position: absolute;
  display: block;
  font-size: 14px;
  top: 58%;
  left: 0;
  right: 0;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#frame_personreg .step-video .results .button-reset:after {
  cursor: pointer;
  display: block;
  content: "×";
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-left: -20px;
  margin-top: -20px;
  width: 39px;
  height: 39px;
  text-align: center;
  background: rgba(200, 200, 200, 0.9);
  border-radius: 100%;
}
#frame_personreg .step-video .results:hover .button-reset {
  display: block;
}
#frame_personreg .step-video .record-bar .sxcf-button-container {
  position: relative;
}

#frame_personreg .step-contract .contract {
  margin: 20px 0;
  overflow: auto;
  height: 450px;
  border: 1px solid #aaa;
  padding: 7px 15px;
  text-align: justify;
  font-size: 12px;
}
#frame_personreg .step-contract form {
  position: relative;
}
#frame_personreg .step-contract .sxcf-checkbox {
  position: absolute;
  top: 0;
  left: 0;
}

#frame_personreg .step-summary div.summary-wrapper {
  display: table;
  width: 100%;
}
#frame_personreg .step-summary .field-error {
  color: #a00;
}
#frame_personreg .step-summary .summary-box {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
#frame_personreg .step-summary .summary-box:first-of-type {
  padding-right: 10px;
}
#frame_personreg .step-summary .summary-box:last-of-type {
  padding-left: 10px;
}
#frame_personreg .step-summary .summary-box h4 {
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #ddd;
}
#frame_personreg .step-summary div.reject-reason-wrapper {
  border: 1px solid #ddd;
  background: #eee;
  padding: 4px 8px;
  margin: 15px 0;
}
#frame_personreg .step-summary .reject-reason {
  color: #A00;
}
#frame_personreg .step-summary table.summary {
  font-size: 12px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 15px 0;
}
#frame_personreg .step-summary table.summary td, #frame_personreg .step-summary table.summary th {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
#frame_personreg .step-summary table.summary th {
  padding: 0 20px 0 0;
  white-space: nowrap;
}
#frame_personreg .step-summary table.summary td {
  text-align: right;
}
#frame_personreg .step-summary .options {
  float: right;
  display: inline-block;
  font-weight: normal;
  margin-left: 2em;
}
#frame_personreg .step-summary .video-retry i.fa, #frame_personreg .step-summary .images-retry i.fa {
  display: none;
  color: #A00;
  position: relative;
  top: -1px;
}
#frame_personreg .step-summary .video-retry.error i.fa, #frame_personreg .step-summary .images-retry.error i.fa {
  display: inline-block;
}
#frame_personreg .step-summary .video-retry.error a, #frame_personreg .step-summary .images-retry.error a {
  color: #A00;
}
#frame_personreg .step-summary .sxc-form .sxcf-button-container {
  margin-top: 10px;
}

#frame_regapprove form {
  position: relative;
}
#frame_regapprove form a {
  position: absolute;
  bottom: 8px;
  left: 0;
}
#frame_regapprove form button.loading {
  display: none;
}
#frame_regapprove form.loading button.loading {
  display: inline-block;
}
#frame_regapprove form.loading button[type=submit] {
  display: none;
}
#frame_regapprove form[data-action=change] button.loading {
  display: none;
}
#frame_regapprove form[data-action=change] button[data-action=change] {
  display: none;
}
#frame_regapprove form[data-action=change] button[data-action=cancel] {
  display: inline-block;
}
#frame_regapprove form[data-action=change].changed button.loading {
  display: none;
}
#frame_regapprove form[data-action=change].changed button[data-action=change] {
  display: inline-block;
}
#frame_regapprove form[data-action=change].changed button[data-action=cancel] {
  display: none;
}
#frame_regapprove form[data-action=change].loading button.loading {
  display: inline-block;
}
#frame_regapprove form[data-action=change].loading button[data-action=change] {
  display: none;
}
#frame_regapprove form[data-action=change].loading button[data-action=cancel] {
  display: none;
}
#frame_regapprove span.email {
  font-weight: bold;
}
#frame_regapprove .loading-area {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  text-align: center;
  display: none;
}
#frame_regapprove .loading-area .loading-animation-1 {
  width: 50px;
  height: 50px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top;
}

.notification-wrapper {
  z-index: 100000;
  position: fixed;
  bottom: 25px;
  right: 25px;
}
.notification-wrapper .notification {
  display: block;
  width: 350px;
  background: #fff;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.notification-wrapper .notification .content {
  padding: 15px 35px 15px 15px;
}
.notification-wrapper .notification .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("/design/new/close.png");
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.notification-wrapper .notification .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 87.5%;
}

body {
  min-height: 100%;
  background-color: #ffffff;
  margin: 0;
}

body.sxc-dialog-noscroll {
  overflow: hidden;
}

body, input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5em;
  color: #767676;
}

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

.container {
  margin: 0 auto;
  width: 100%;
  min-width: 960px;
  max-width: 1280px;
  padding: 0 30px;
}

.content-block .container {
  display: table;
  height: 500px;
}
.content-block article {
  display: table-cell;
  vertical-align: middle;
}
.content-block figure {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.content-block.block-left article {
  padding-right: 50%;
}
.content-block.block-right article {
  padding-left: 50%;
}
.content-block.block-split article {
  vertical-align: top;
  padding-top: 80px;
  width: 50%;
}
.content-block.block-center .container {
  height: 300px;
}
.content-block.block-center article {
  text-align: center;
}
.content-block h4 {
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  font-weight: 300;
  color: #444;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.content-block .cnt {
  font-size: 1.071rem;
  line-height: 1.5em;
  color: #777;
}
.content-block .cnt p {
  margin: 6px 0 9px 0;
}
.content-block nav {
  margin: 6px 0 9px 0;
}
.content-block nav a {
  font-size: 1.071rem;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: normal;
  color: #0079ad;
  text-decoration: none;
}
.content-block nav a:hover {
  text-decoration: underline;
}
.content-block.block-1 .container {
  padding-top: 40px;
}
.content-block.block-1 h4 {
  font-size: 2.857rem;
  line-height: 1.25em;
  color: #444;
}
.content-block.block-1 p {
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  padding-top: 25px;
  padding-bottom: 35px;
  color: #777;
}
.content-block.block-2 {
  background: #805e6a url(/design/new/splash/moustache_girls.jpg) center right no-repeat;
  background-size: cover;
}
.content-block.block-2 .container {
  max-width: none;
}
.content-block.block-2 .cnt {
  text-align: center;
  width: 550px;
  float: right;
  padding-right: 50px;
}
.content-block.block-2 h4, .content-block.block-2 p, .content-block.block-2 a {
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.content-block.block-3 article {
  padding-right: 700px;
}
.content-block.block-4 {
  background: #1C9AD4;
}
.content-block.block-4 .container {
  height: 300px;
}
.content-block.block-4 p {
  color: #fff;
  font-size: 2.557rem;
  line-height: 1.25em;
  padding: 0 130px;
}
.content-block.block-5 {
  background: #fff;
  background-image: url(/design/new/splash/bubi.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.content-block.block-5 article {
  padding-left: 750px;
}
.content-block.block-6 {
  background-color: #333;
  cursor: pointer;
}
.content-block.block-6 .container {
  height: 250px;
  padding: 70px 0 25px 0;
}
.content-block.block-6 a {
  color: #fff;
}
.content-block.block-6 article {
  padding: 0 100px;
}
.content-block.block-6 h4 {
  color: #fff;
  font-size: 2.857rem;
  line-height: 1.25em;
  letter-spacing: 0.02em;
}
.content-block.block-6 p {
  color: #fff;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  padding-top: 25px;
  padding-bottom: 35px;
}
.content-block.block-7 {
  background: #fff;
  background-image: url(/design/new/splash/chatbubbles.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.content-block.block-7 .container {
  height: 360px;
}
.content-block.block-7 article {
  padding-right: 700px;
}
.content-block .places {
  margin: 30px 0;
  border-spacing: 0;
}
.content-block .places td {
  padding: 0 10px;
  height: 31px;
  border-bottom: 1px solid #fff;
}
.content-block .places td:nth-child(1) {
  padding-left: 20px;
}
.content-block .places .prize {
  text-align: right;
  padding-left: 70px;
}

section.block-2 a.button {
  margin: 28px auto 0 auto;
  padding: 9px 15px 10px;
  width: 70%;
  display: inline-block;
  background: #F4A136;
  font-size: 1.0714285714rem;
  font-weight: bold;
  line-height: 1.4545em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}

section.join-now {
  background-color: #202024;
  background-image: url(/design/new/splash/chalkbg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  min-height: 360px;
  color: #fff;
  text-align: center;
  padding: 60px 0px 90px 0px;
  transform: translate(0, 0);
}
section.join-now h4 {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: normal;
  color: #fff;
}
section.join-now a.button {
  margin: 28px auto 0 auto;
  padding: 9px 15px 10px;
  width: 100%;
  display: inline-block;
  background: #009cde;
  font-size: 1.0714285714rem;
  font-weight: bold;
  line-height: 1.4545em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}
section.join-now .godiamond {
  margin-right: 60px;
}
section.join-now .ftbl {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
section.join-now .ftd {
  float: left;
}

section.panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 600px;
}
section.panel .video-cnt {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  overflow: hidden;
}
section.panel video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.panel .panel-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
section.panel .panel-face.animate {
  transition-property: opacity;
  transition-duration: 0.75s;
  transition-timing-function: ease-in;
}
section.panel .panel-face.prev {
  opacity: 0;
  z-index: 30;
}
section.panel .panel-face.current {
  z-index: 20;
  opacity: 1;
}
section.panel .panel-inner {
  display: table;
  margin: 0 auto;
  height: 100%;
}
section.panel article {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  padding-right: 45%;
}
section.panel h3 {
  text-shadow: 0 0 80px #000;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 2.857rem;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
}
section.panel p {
  text-shadow: 0 0 40px #000;
  margin-top: 5px;
  font-size: 1.2857142857rem;
  margin-bottom: 20px;
}
section.panel a {
  margin-top: 40px;
  display: block;
  width: 321px;
  color: #fff;
  padding: 9px 15px 10px;
  border-radius: 5px;
  background: #009cde;
  font-size: 1.0714285714rem;
  font-weight: bold;
  line-height: 1.4545em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
}
section.panel .pager {
  z-index: 40;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
section.panel .pager .page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
section.panel .pager .page.active {
  border-color: #00acf4;
  background-color: #009cde;
}
section.panel.mode-normal .panel-1 {
  background-image: radial-gradient(ellipse at 25% 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%), url(/design/new/splash/sofa.jpg);
  background-size: cover;
  background-position: center center;
}
section.panel.mode-normal .panel-2 {
  background-image: radial-gradient(ellipse at 25% 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%), url(/design/new/splash/girl.jpg);
  background-size: cover;
  background-position: center center;
}
section.panel.mode-normal .panel-3 {
  background-image: radial-gradient(ellipse at 25% 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%), url(/design/new/splash/perfofmonth.jpg);
  background-size: cover;
  background-position: right center;
}
section.panel.mode-normal .panel-4 {
  background-image: radial-gradient(ellipse at 25% 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%), url(/design/new/splash/tailwind_girl.jpg);
  background-size: cover;
  background-position: center center;
}
section.steps-bar {
  background: #333;
  color: #e6e6e6;
}
section.steps-bar .container {
  display: table;
  height: 80px;
  font-size: 1.071rem;
}
section.steps-bar.mode-video .mode-video {
  display: table;
}
section.steps-bar.mode-video .mode-normal {
  display: none;
}
section.steps-bar.mode-normal .mode-normal {
  display: table;
}
section.steps-bar.mode-normal .mode-video {
  display: none;
}
section.steps-bar .mode-video div {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
}
section.steps-bar .mode-video div.left {
  text-align: left;
}
section.steps-bar .mode-video div.center {
  text-align: center;
}
section.steps-bar .mode-video div.right {
  text-align: right;
}
section.steps-bar .mode-video div button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 14px;
}
section.steps-bar .mode-video div button:focus {
  outline: none;
}
section.steps-bar .mode-video div button.mute-video i {
  margin-top: -3px;
  vertical-align: middle;
}
section.steps-bar .mode-video div button.mute-video i.fa-close {
  margin-left: -2px;
  font-size: 0.6em;
}
section.steps-bar .mode-video div button.mute-video i.fa-volume-off {
  display: none;
}
section.steps-bar .mode-video div button.mute-video i.fa-close {
  display: none;
}
section.steps-bar .mode-video div button.mute-video.muted i.fa-volume-up {
  display: none;
}
section.steps-bar .mode-video div button.mute-video.muted i.fa-volume-off {
  display: inline-block;
}
section.steps-bar .mode-video div button.mute-video.muted i.fa-close {
  display: inline-block;
}
section.steps-bar .mode-video div button.mute-video, section.steps-bar .mode-video div button.scroll-down {
  font-size: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #c0c0c0;
  border-radius: 100%;
}
section.steps-bar .mode-normal {
  list-style: none;
  counter-reset: section;
}
section.steps-bar .mode-normal li {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
section.steps-bar .mode-normal li:before {
  display: inline-block;
  width: 28px;
  padding: 4px 0;
  text-align: center;
  counter-increment: section;
  content: counter(section);
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  margin-right: 20px;
}
section.steps-bar .mode-normal li:nth-child(1) {
  text-align: left;
  width: 22.5%;
}
section.steps-bar .mode-normal li:nth-child(2) {
  text-align: center;
  width: 27.5%;
}
section.steps-bar .mode-normal li:nth-child(3) {
  text-align: center;
  width: 30%;
}
section.steps-bar .mode-normal li:nth-child(4) {
  text-align: right;
  width: 20%;
}
section.steps-bar .mode-normal li.more {
  cursor: pointer;
}
section.steps-bar .mode-normal li.more:hover {
  text-decoration: underline;
}
section.steps-bar .mode-normal li.more:before {
  content: "\f078";
  font-family: FontAwesome, sans-serif;
}

section.option-bar {
  color: #767676;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
section.option-bar .container {
  display: table;
}
section.option-bar .support, section.option-bar .down, section.option-bar .lang-chooser {
  display: table-cell;
  vertical-align: middle;
}
section.option-bar .support {
  width: 40%;
}
section.option-bar .support nav a {
  vertical-align: middle;
  border-radius: 50%;
  color: #8c8c8c;
  text-decoration: none;
  background-color: transparent;
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/icons/quickbar-icons2x.png");
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/icons/quickbar-icons.png") \9 ;
  background-repeat: no-repeat;
  background-position: -25px 5px;
  background-size: 72px 32px;
  margin: 0 4px 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #8c8c8c;
  overflow: hidden;
  text-indent: -999em;
  min-width: 0;
  padding: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
section.option-bar .support nav a.phone {
  background-position: -55px 5px;
}
section.option-bar .lang-chooser {
  width: 40%;
  text-align: right;
  line-height: 1em;
}
section.option-bar .lang-chooser ul.languages {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
section.option-bar .lang-chooser ul.languages li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #8c8c8c;
  padding-right: 5px;
  margin-right: 5px;
}
section.option-bar .lang-chooser ul.languages li a {
  color: #8c8c8c;
  text-decoration: none;
}
section.option-bar .lang-chooser .flag {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 24px;
  background: transparent url("/design/new/splash4/hu.png") 5px 3px no-repeat;
}
section.option-bar .down {
  width: 20%;
  text-align: center;
}
section.option-bar .down button {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #8c8c8c;
  color: #8c8c8c;
  background: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

footer {
  color: #444;
  padding: 30px 0;
}
footer section {
  text-align: center;
  line-height: 1.4em;
}
footer nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer nav .left, footer nav .right {
  display: inline-block;
}
footer nav a {
  display: inline-block;
  text-decoration: none;
  color: #666;
  padding: 20px 0;
  vertical-align: middle;
}
footer nav a:hover {
  color: #444;
  text-decoration: underline;
}
footer nav img {
  vertical-align: middle;
  margin-left: 15px;
  opacity: 0.9;
}
footer nav .left a {
  margin-right: 15px;
}
footer nav .right a {
  margin-left: 15px;
}
footer nav.top {
  border-bottom: 1px solid #e5e5e5;
}
footer .disclaimer {
  text-align: left;
  font-size: 0.8rem;
  color: #777;
  line-height: 1.5em;
}

header {
  color: #333;
  margin: 0;
  padding: 20px 0;
}
header .container {
  display: table;
}
header .header, header .menu {
  display: table-cell;
  vertical-align: middle;
}
header .header a {
  display: inline-block;
  line-height: 1;
  color: #333;
  font-size: 30px;
  text-decoration: none;
}
header .header a:hover {
  text-decoration: none;
}
header .menu {
  text-align: right;
  font-size: 14px;
}
header .menu a {
  display: inline-block;
  margin-left: 4px;
  padding: 8px 12px;
  min-width: 66px;
  text-decoration: none;
  font-size: 0.786rem;
  font-weight: bold;
  line-height: 1.36em;
  background: #ddd;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
}
header .menu a:hover {
  text-decoration: underline;
}
header .menu a.blue {
  background: #009cde;
  color: #fff;
}

section.doc-panel {
  background: #333;
  background-image: radial-gradient(ellipse at 25% 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%), url(/design/new/splash/sofa.jpg);
  background-position: center bottom;
  background-size: cover;
  color: #e6e6e6;
  padding: 120px;
  text-align: left;
}
section.doc-panel h3 {
  color: #fff;
  font-size: 2.857rem;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  font-weight: 300;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
section.doc-panel p {
  font-size: 1.2857142857rem;
  line-height: 1.333em;
  margin: 0;
  padding: 0 50% 0 0;
}
section.doc-panel a {
  margin-top: 40px;
  display: block;
  width: 321px;
  color: #fff;
  padding: 9px 15px 10px;
  border-radius: 5px;
  background: #009cde;
  font-size: 1.0714285714rem;
  font-weight: bold;
  line-height: 1.4545em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
}

h1.first {
  margin: 33px 0 30px 0;
}
h1.first span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  color: #999;
}

section.documentation {
  color: #555;
  font-size: 14px;
}
section.documentation a {
  color: #0079c1;
  text-decoration: none;
}
section.documentation h1 {
  cursor: pointer;
  font-size: 1.8em;
  font-weight: normal;
  color: #0079c1;
}
section.documentation h2 {
  font-size: 1.2em;
  color: #888;
  cursor: pointer;
  font-weight: normal;
  vertical-align: middle;
}
section.documentation h2:before {
  margin-top: -3px;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.3em;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0da";
  width: 25px;
}
section.documentation .doc-level .doc-block {
  display: none;
}
section.documentation .doc-level-1 {
  margin: 30px 0;
}
section.documentation .doc-level-2.open .doc-block-2 {
  display: block;
}
section.documentation .doc-level-2.open h2:before {
  padding-left: 7px;
  width: 28px;
  content: "\f0d7";
}
section.documentation .doc-level-1.open .doc-block-1 {
  display: block;
}
section.documentation .doc-block-2 {
  padding-left: 30px;
}
section.documentation .places {
  margin: 30px 0;
  border-spacing: 0;
}
section.documentation .places td {
  padding: 0 10px;
  height: 31px;
  border-bottom: 1px solid #fff;
}
section.documentation .places td:nth-child(1) {
  padding-left: 20px;
}
section.documentation .places .prize {
  text-align: right;
  padding-left: 70px;
}

.imgblock {
  margin: 1em 0;
  display: table;
}
.imgblock img {
  cursor: pointer;
}
.imgblock figure, .imgblock div {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.imgblock figure {
  padding-right: 2em;
}

img.left {
  margin-right: 2em;
}

@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(3deg);
  }
  50% {
    -ms-transform: rotate(-3deg);
  }
  100% {
    -ms-transform: rotate(3deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: rotate(3deg);
  }
  50% {
    -moz-transform: rotate(-3deg);
  }
  100% {
    -moz-transform: rotate(3deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.livesupport {
  position: fixed;
  z-index: 200;
  top: 35%;
  right: -10px;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  transform-origin: right bottom;
}
.livesupport a {
  display: none;
  height: 40px;
  line-height: 32px;
  color: #2f2f2f;
  font-size: 14px;
  background: #ffc43a;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
  text-decoration: none;
  transform: rotate(0deg);
  transform-origin: center bottom;
}
.livesupport a:hover {
  text-decoration: none;
}
.livesupport.wiggle a {
  animation: wiggle 0.3s 2;
}
.livesupport.online a.online {
  display: block;
}
.livesupport.offline a.offline {
  display: block;
}
.livesupport.visible {
  right: 0;
}

section.doc-panel {
  padding: 70px !important;
}

.header img {
  float: left;
  margin-right: 10px;
  height: 30px;
}

#breadcrumb {
  line-height: 3em;
  padding-top: 12px;
}
#breadcrumb a {
  color: #009CDE;
  text-decoration: none;
}

.infopost h1 {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 30px;
  font-weight: normal;
  line-height: 2em;
  margin-top: 8px;
}
.infopost h2 {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 20px;
  font-weight: normal;
  line-height: 2em;
  margin-top: 38px;
}
.infopost p, .infopost div, .infopost td {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  padding-top: 0;
  margin-top: 0;
}

.posttip {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}
.posttip li {
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0px;
}
.posttip li:first-child {
  padding-top: 0px;
}
.posttip li:last-child {
  border-bottom: none;
}
.posttip li img {
  width: 100%;
  height: 178px;
}
.posttip li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 2.5em;
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #000;
}
.posttip li {
  line-height: 1.5em;
  font-size: 16px;
  color: #767676;
}

.posttip3 {
  margin: 0;
  padding: 0;
  margin-left: -60px;
  list-style: none;
}
.posttip3 li {
  width: 33%;
  float: left;
  min-height: 370px;
  min-width: 422px;
  list-style: none;
  padding: 30px 0px 30px 60px;
}
.posttip3 li .indi {
  padding: 30px 0px 30px 60px;
  cursor: pointer;
}
.posttip3 li img {
  width: 100%;
  min-height: 242px;
  max-height: 242px;
}

.namelink {
  text-decoration: none;
  font-size: 20px;
  line-height: 2.5em;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}

.morelink {
  text-decoration: none;
  font-size: 16px;
  line-height: 2.5em;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #efefef;
}

.hovereffect:hover .morelink {
  color: #009CDE;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 50px;
  left: 0;
  text-align: center;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hovereffect h2 {
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 10px;
  background: rgba(0, 156, 222, 0.6);
}
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 0px 0 0 0;
  background-color: transparent;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}

.hovereffect:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hovereffect2 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0;
  text-align: center;
}
.hovereffect2 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hovereffect2 h2 {
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px;
  background: rgba(0, 156, 222, 0.6);
}
.hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0px 10px;
  border: 1px solid #fff;
  margin: 0px 0 0 0;
  background-color: transparent;
}
.hovereffect2 a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect2 a.info, .hovereffect2 h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}

.hovereffect2:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect2:hover a.info, .hovereffect2:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.TickerNews {
  width: 100%;
  height: 55px;
  line-height: 50px;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 50px;
}

.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}

.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}

.ti_news {
  float: left;
  color: #f7f7f7;
  padding: 5px 35px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: #a8a8a8;
}

.ti_news a {
  display: block;
  text-decoration: none;
  color: #a8a8a8 !important;
}

.ti_news a:hover {
  color: #fff !important;
}

@media (max-width: 1285px) {
  .posttip3 li {
    width: 50%;
    min-height: 568px;
  }
  .posttip3 li img {
    min-height: 170px;
  }
}
@media (max-width: 480px) {
  .posttip3 li {
    width: 100%;
  }
  .posttip3 li img {
    min-height: 170px;
  }
}
.cookie-acceptor {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  padding: 16px;
  position: fixed;
  right: 0;
  z-index: 10000000;
}
.cookie-acceptor a {
  text-decoration: none;
  color: #009cde;
}
.cookie-acceptor .cookie-acceptor-contents {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-acceptor .cookie-acceptor-contents div {
  flex: 1;
  padding-right: 50px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
.cookie-acceptor .cookie-acceptor-contents button {
  background: #009cde;
  border: none;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
}
.cookie-acceptor .cookie-acceptor-contents button:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
  background: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.04932 18.0973C14.0472 18.0973 18.0988 14.0461 18.0988 9.04865C18.0988 4.05122 14.0472 0 9.04932 0C4.05151 0 0 4.05122 0 9.04865C0 14.0461 4.05151 18.0973 9.04932 18.0973ZM14.8801 7.00928L8.453 13.4359L7.92017 13.9695L2.87195 8.93362L4.42896 7.373L7.72681 10.6628L13.1304 5.25965L14.8801 7.00928Z" transform="translate(0.823975 0.724335)" fill="white"/></svg>');
}
.cookie-acceptor.cookie-acceptor-splash a {
  color: #0079ad;
}
.cookie-acceptor.cookie-acceptor-splash button {
  font-size: 1.0714285714rem;
  background: #009cde;
  font-weight: bold;
}

.sxc-form .sxcf-textfield,
.sxc-form .sxcf-textfield input,
.sxc-form .sxcf-select,
.sxc-form .sxcf-select select,
.sxc-form .sxcf-textarea,
.sxc-form .sxcf-textarea textarea {
  font-size: 14px;
  color: #333;
}
.sxc-form .sxcf-checkbox,
.sxc-form .sxcf-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-bottom: 8px;
}
.sxc-form .sxcf-textfield,
.sxc-form .sxcf-textarea,
.sxc-form .sxcf-select,
.sxc-form .sxcf-textarea {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-bottom: 8px;
  background: #fff;
}
.sxc-form .sxcf-textfield label,
.sxc-form .sxcf-textarea label,
.sxc-form .sxcf-select label,
.sxc-form .sxcf-textarea label {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  z-index: 1;
  transition: all 0.05s ease-in;
  padding: 9px 11px;
  color: #999;
  overflow: hidden;
}
.sxc-form .sxcf-textfield input, .sxc-form .sxcf-textfield textarea,
.sxc-form .sxcf-textarea input,
.sxc-form .sxcf-textarea textarea,
.sxc-form .sxcf-select input,
.sxc-form .sxcf-select textarea,
.sxc-form .sxcf-textarea input,
.sxc-form .sxcf-textarea textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 0;
  background: transparent;
  padding: 8px 10px;
}
.sxc-form .sxcf-textfield input:focus, .sxc-form .sxcf-textfield textarea:focus,
.sxc-form .sxcf-textarea input:focus,
.sxc-form .sxcf-textarea textarea:focus,
.sxc-form .sxcf-select input:focus,
.sxc-form .sxcf-select textarea:focus,
.sxc-form .sxcf-textarea input:focus,
.sxc-form .sxcf-textarea textarea:focus {
  border: 1px solid #009cde;
  outline: none;
  box-shadow: 0 0 0 1px rgba(0, 121, 173, 0.5);
}
.sxc-form .sxcf-textfield input:not(:focus).sxcf-has-error, .sxc-form .sxcf-textfield textarea:not(:focus).sxcf-has-error,
.sxc-form .sxcf-textarea input:not(:focus).sxcf-has-error,
.sxc-form .sxcf-textarea textarea:not(:focus).sxcf-has-error,
.sxc-form .sxcf-select input:not(:focus).sxcf-has-error,
.sxc-form .sxcf-select textarea:not(:focus).sxcf-has-error,
.sxc-form .sxcf-textarea input:not(:focus).sxcf-has-error,
.sxc-form .sxcf-textarea textarea:not(:focus).sxcf-has-error {
  border-color: #8a0402;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAM1BMVEUAAAC5SkjIb27AW1ny3dzNfXu9VFLan57oxcS8UE7qyMfMenm7TUvx2tnYm5rqycjaoaDHZQsrAAAAAXRSTlMAQObYZgAAAH9JREFUGNNtkVsOhTAIRHlZWq3eu//V2ihCNczX5ECGAHBLlLgzHQKTFny0OKsFQ2W94Yov9d9FG75Vpsxt2M2zxTpoUDIv8DfHg7J59XqbJpDXcdCY1xOK0bvD/lj23FkEmlAFSXLFdjMaa0L50JbdDGt235r/IiQHMTKp/e0EpDwCyF+g6HsAAAAASUVORK5CYII=) right 10px center no-repeat !important;
}
.sxc-form .error-container, .sxc-form .error-container-inline {
  position: relative;
}
.sxc-form .error-container-inline {
  display: inline-block;
}
.sxc-form .tooltip, .sxc-form .errors {
  position: absolute;
  z-index: 5;
  display: none;
  min-width: 50px;
  max-width: 300px;
  padding: 10px 10px;
  line-height: 1.4em;
  text-align: left;
  font-size: 13px;
  color: #fff;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  border-radius: 2px;
}
.sxc-form .tooltip.visible, .sxc-form .errors.visible {
  display: block;
}
.sxc-form .tooltip.nowrap, .sxc-form .errors.nowrap {
  white-space: nowrap;
}
.sxc-form .tooltip:after, .sxc-form .tooltip:before, .sxc-form .errors:after, .sxc-form .errors:before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  content: " ";
}
.sxc-form .tooltip {
  background: hsl(197, 100%, 43%);
  border: 1px solid hsl(197, 100%, 43%);
}
.sxc-form .tooltip.tooltip-bottom-left {
  bottom: 100%;
  left: -13px;
  margin-bottom: 15px;
}
.sxc-form .tooltip.tooltip-bottom-left:after, .sxc-form .tooltip.tooltip-bottom-left:before {
  top: 100%;
  left: 20px;
}
.sxc-form .tooltip.tooltip-bottom-left:after {
  border-color: hsla(197, 100%, 43%, 0);
  border-top-color: hsl(197, 100%, 43%);
  border-width: 10px;
  margin-left: -10px;
}
.sxc-form .tooltip.tooltip-bottom-left:before {
  border-color: hsla(197, 100%, 36%, 0);
  border-top-color: hsl(197, 100%, 43%);
  border-width: 11px;
  margin-left: -11px;
}
.sxc-form .errors {
  background: #be4b49;
  border: 1px solid #be4b49;
}
.sxc-form .errors .error {
  display: none;
}
.sxc-form .errors .error.visible {
  display: block;
}
.sxc-form .errors.errors-bottom-left {
  bottom: 100%;
  left: -13px;
  margin-bottom: 15px;
}
.sxc-form .errors.errors-bottom-left:after, .sxc-form .errors.errors-bottom-left:before {
  top: 100%;
  left: 20px;
}
.sxc-form .errors.errors-bottom-left:after {
  border-color: rgba(190, 75, 73, 0);
  border-top-color: #be4b49;
  border-width: 10px;
  margin-left: -10px;
}
.sxc-form .errors.errors-bottom-left:before {
  border-color: rgba(160, 58, 56, 0);
  border-top-color: #be4b49;
  border-width: 11px;
  margin-left: -11px;
}
@media (min-device-pixel-ratio: 2) {
  .sxc-form .errors.errors-bottom-left:before {
    border-top-color: #be4b49;
  }
}
.sxc-form .errors.errors-bottom-right {
  bottom: 100%;
  right: 0;
  margin-bottom: 20px;
  min-width: 300px;
}
.sxc-form .errors.errors-bottom-right:after, .sxc-form .errors.errors-bottom-right:before {
  top: 100%;
  right: 20px;
}
.sxc-form .errors.errors-bottom-right:after {
  border-color: rgba(190, 75, 73, 0);
  border-top-color: #be4b49;
  border-width: 10px;
  margin-left: -10px;
}
.sxc-form .errors.errors-bottom-right:before {
  border-color: rgba(160, 58, 56, 0);
  border-top-color: #be4b49;
  border-width: 11px;
  margin-left: -11px;
}
.sxc-form .sxcf-textfield input:focus, .sxc-form .sxcf-textfield input.sxcf-has-content {
  padding: 13px 10px 3px 10px;
}
.sxc-form .sxcf-textfield input:not(.sxcf-has-content):not(.sxcf-has-error):focus ~ .tooltip {
  display: block;
}
.sxc-form .sxcf-textfield input.sxcf-has-content ~ label, .sxc-form .sxcf-textfield input:focus ~ label {
  font-size: 10.5px;
  padding: 5px 11px 0 11px;
  line-height: 1em;
  color: #999;
  z-index: 3;
}
.sxc-form .sxcf-textfield input:not(:focus) ~ .errors {
  display: none;
}
.sxc-form .sxcf-textfield input[disabled] ~ .errors {
  display: none;
}
.sxc-form .sxcf-textfield input[disabled],
.sxc-form .sxcf-textfield input[disabled] ~ label {
  opacity: 0.4;
}
.sxc-form .sxcf-textarea textarea {
  font-family: inherit;
}
.sxc-form .sxcf-textarea textarea:focus, .sxc-form .sxcf-textarea textarea.sxcf-has-content {
  padding: 13px 10px 3px 10px;
}
.sxc-form .sxcf-textarea textarea.sxcf-has-content ~ label, .sxc-form .sxcf-textarea textarea:focus ~ label {
  font-size: 10.5px;
  padding: 5px 11px 0 11px;
  line-height: 1em;
  color: #999;
  z-index: 3;
}
.sxc-form .sxcf-textarea textarea:not(:focus) ~ .errors {
  display: none;
}
.sxc-form .sxcf-textarea textarea[disabled] ~ .errors {
  display: none;
}
.sxc-form .sxcf-select .select-head {
  display: block;
  padding: 8px 10px;
  position: relative;
  z-index: 2;
  border: 1px solid #aaa;
  border-radius: 0;
  background: transparent;
  min-height: 1.5em;
  height: 1.5em;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  overflow: hidden;
}
.sxc-form .sxcf-select .select-head::after {
  z-index: 1;
  color: #aaa;
  border: none;
  pointer-events: none;
  content: "\f0dd";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 1px;
  bottom: 1px;
  padding: 7px 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.sxc-form .sxcf-select select {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sxc-form .sxcf-select:focus {
  border: none;
  outline: none;
}
.sxc-form .sxcf-select:not(:focus):not(.sxcf-opened) select.sxcf-has-error:not([disabled]) ~ .select-head {
  border-color: #8a0402;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAM1BMVEUAAAC5SkjIb27AW1ny3dzNfXu9VFLan57oxcS8UE7qyMfMenm7TUvx2tnYm5rqycjaoaDHZQsrAAAAAXRSTlMAQObYZgAAAH9JREFUGNNtkVsOhTAIRHlZWq3eu//V2ihCNczX5ECGAHBLlLgzHQKTFny0OKsFQ2W94Yov9d9FG75Vpsxt2M2zxTpoUDIv8DfHg7J59XqbJpDXcdCY1xOK0bvD/lj23FkEmlAFSXLFdjMaa0L50JbdDGt235r/IiQHMTKp/e0EpDwCyF+g6HsAAAAASUVORK5CYII=) right 10px center no-repeat !important;
}
.sxc-form .sxcf-select:not(:focus):not(.sxcf-opened) select.sxcf-has-error:not([disabled]) ~ .select-head:after {
  display: none;
}
.sxc-form .sxcf-select:not(:focus):not(.sxcf-opened) .errors {
  display: none;
}
.sxc-form .sxcf-select select[disabled] ~ .errors {
  display: none;
}
.sxc-form .sxcf-select label {
  padding: 9px 11px;
  overflow: hidden;
  white-space: nowrap;
}
.sxc-form .sxcf-select select.sxcf-has-content ~ .select-head {
  padding: 13px 10px 3px 10px;
}
.sxc-form .sxcf-select select.sxcf-has-content ~ label {
  font-size: 10.5px;
  padding: 5px 11px 0 11px;
  line-height: 1em;
  color: #999;
}
.sxc-form .sxcf-select .select-list-inner {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 135px;
}
.sxc-form .sxcf-select .select-list {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  z-index: 9999999;
  border: 1px solid #aaa;
  border-radius: 0;
}
.sxc-form .sxcf-select .select-list .sxcf-option {
  padding: 4px 10px;
  white-space: nowrap;
}
.sxc-form .sxcf-select .select-list .sxcf-option.selected {
  cursor: pointer;
  background: #009cde;
  color: #fff;
}
.sxc-form .sxcf-select.sxcf-opened .select-list {
  display: block;
}
.sxc-form .sxcf-select.sxcf-opened select:not([disabled]) ~ .select-head, .sxc-form .sxcf-select:focus select:not([disabled]) ~ .select-head {
  border: 1.5px solid #009cde;
  box-shadow: 0 0 0 1px rgba(0, 121, 173, 0.5);
}
.sxc-form .sxcf-select.sxcf-opened select:not([disabled]) ~ .select-list, .sxc-form .sxcf-select:focus select:not([disabled]) ~ .select-list {
  border: 1.5px solid #009cde;
  box-shadow: 0 0 0 1px rgba(0, 121, 173, 0.5);
}
.sxc-form .sxcf-select select[disabled] ~ label,
.sxc-form .sxcf-select select[disabled] ~ .select-head,
.sxc-form .sxcf-select select[disabled] ~ .select-head::after {
  opacity: 0.5;
}
.sxc-form .sxcf-button-container {
  text-align: right;
  margin-top: 22px;
}
.sxc-form .sxcf-button {
  font-size: 17px;
  font-weight: lighter;
  background: #009cde;
  color: #fff;
  border: none;
  padding: 8px 30px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.sxc-form .sxcf-button-outline {
  border: 1px solid #009cde;
  padding: 7px 29px;
  color: #009cde;
  background: #fff;
}
.sxc-form .sxcf-button[disabled] {
  background: hsl(197, 0%, 75%);
  cursor: not-allowed;
}
.sxc-form [type=checkbox], .sxc-form [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sxc-form [type=checkbox] + label, .sxc-form [type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.sxc-form [type=checkbox] + label::before, .sxc-form [type=radio] + label::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #9da3a6;
  background: white;
}
.sxc-form [type=checkbox]:checked + label::before, .sxc-form [type=radio]:checked + label::before {
  color: #fff;
  border: 1px solid #009cde;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABmJLR0QAnQDTAF+kzp/SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AEGDAMHfsj4SgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAECSURBVCjPrZKxSgNBFEXPm7ewE9RGyWITBa38AcHG31j9Bf9CRSxsAym0sLb0R6KNwUZJtLNwWUU2IbNjkbhsEqJL8HaPN4d7eXOFqyfPAjIsqMqgVcGqFHNQFVoLDYMcICdz/m9Hq0JUU14PNzjaWcFXiWpVWK8p3bhBq5Ny+fiBlKNaFQIjDHNP5nwB1a3yHDdoPqSc3iWkg7zYG6uCCuxFIfHWElaFcAz1DkbQ2RQEYDLncR66n0Ou9+tc7K6yuRwU0Pl9wvsUBCA/BQhViMYuAK1Oykl7BPWdn/+Pfed5yxzbNy/c9r44bickc6AJx/IlPSAwE6+smQL89vhfuvoN87ZwyauL+q8AAAAASUVORK5CYII=);
}

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

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

.col-xs-1, .col-xs-2, .col-xs-1-5, .col-xs-2-5, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

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

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

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

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

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

.col-xs-2-5 {
  width: 20.83333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1-5 {
  width: 12.4999999%;
}

.col-xs-1 {
  width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto;
}

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

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

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

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

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

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

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@media (max-width: 480px) {
  section.join-now {
    min-height: 460px;
  }
  .godiamond {
    margin: 0;
    text-align: center;
    margin-right: 0;
  }
  .ftd {
    float: none !important;
    text-align: center;
  }
  header .header a {
    font-size: 16px;
    line-height: 2em;
  }
  header .menu a {
    display: none;
  }
  header .menu .blue {
    display: inline-block;
  }
  section.steps-bar.mode-normal .mode-normal {
    display: inherit !important;
    padding-left: 15px;
  }
  section.steps-bar .mode-normal li {
    width: 100% !important;
    display: inherit !important;
    text-align: left !important;
    padding-top: 20px;
    font-size: 16px;
  }
  section.steps-bar .mode-normal li:before {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
    display: inherit !important;
  }
  section.steps-bar .container, .content-block .container {
    height: auto;
    padding: 30px;
  }
  section.panel article {
    padding-right: 0;
    width: 90%;
  }
  section.panel a {
    width: 100%;
  }
  .content-block.block-center .container, .content-block.block-6 .container, .content-block.block-4 .container {
    height: auto;
    padding: 30px;
  }
  .content-block.block-6 article, .content-block.block-5 article, .content-block.block-right article, .content-block.block-4 p {
    padding: 0;
  }
  .content-block.block-7 article {
    padding-left: 0px;
    padding-top: 340px;
    padding-right: 5px;
  }
  section.join-now a.button {
    width: auto;
  }
  .content-block.block-4 p {
    font-size: 1.857rem;
  }
  .content-block .container {
    text-align: center;
  }
  .container {
    min-width: 300px;
  }
  .panel .container {
    padding: 0 17px;
  }
  .content-block.block-1 p {
    padding-bottom: 0;
  }
  .content-block.block-2 .cnt {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .content-block.block-3 article {
    padding: 0;
    text-align: center;
  }
  .content-block.block-3, .content-block.block-5 {
    background-image: none;
  }
  footer nav .left {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  footer nav .right {
    display: inline-block;
    width: auto;
    text-align: left;
  }
  footer nav a {
    padding-top: 5px;
    display: inherit;
  }
  footer nav a:after {
    content: "\a";
    white-space: pre;
  }
  #frame_login.frame-wrapper .frame-content, #frame_personreg .window-content, #frame_userreg .window-content, #frame_regapprove .window-content {
    width: 100%;
  }
  .window-content .col-xs-6 {
    width: 100%;
  }
  .content-scroll-wrapper {
    max-height: auto !important;
    overflow: hidden;
  }
  .block-7 {
    background-size: 480px !important;
    background-position: left top !important;
  }
  section.join-now .godiamond {
    margin-right: 0;
  }
  section.doc-panel {
    padding: 35px !important;
  }
  section.doc-panel .container {
    min-width: inherit;
    max-width: inherit;
  }
  section.doc-panel a {
    width: auto;
  }
  section.doc-panel h3 {
    font-size: 1.857rem;
  }
  section.doc-panel p {
    padding: 25px 0 0 0;
  }
  .posttip3 li {
    min-width: 250px;
  }
  section.panel p {
    text-shadow: 0 0 20px #000 !important;
  }
  section.panel h3 {
    text-shadow: 0 0 10px #000 !important;
  }
}

/*# sourceMappingURL=splash.css.map */
