.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.btn-large {
  font-size: 20px;
  padding: 14px 16px;
}
/* navigation */

.page-nav {
  margin: 40px 0 20px;
}
.page-nav .page-nav-item {
  float: left;
  margin-right: 20px;
}
.page-nav .page-nav-item a.current {
  text-decoration: none;
}
/* header */

.ds-page-header {
  background-color: #a93b00;
  background-image: -moz-linear-gradient(top, #9f3000, #b94b00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f3000), to(#b94b00));
  background-image: -webkit-linear-gradient(top, #9f3000, #b94b00);
  background-image: -o-linear-gradient(top, #9f3000, #b94b00);
  background-image: linear-gradient(to bottom, #9f3000, #b94b00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f3000', endColorstr='#ffb94b00', GradientType=0);
  border-top: 2px solid #ed5b00;
  padding-top: 11px;
  height: 33px;
  color: white;
  text-align: center;
}
.ds-page-header a {
  color: white;
}
.ds-page-header .page-nav {
  margin: 0;
  display: inline-block;
  margin-left: 145px;
  position: relative;
  z-index: 10;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
/* login panel */

.ds-page-login {
  background-color: #eaeaea;
  width: 100%;
  height: 276px;
}
.ds-page-login .ds-frame-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 110px;
  padding-right: 90px;
  *zoom: 1;
  /*> * {
			.ds-set-bycenter();
		}

		> form {
			padding-left: 20%;
		}*/

}
.ds-page-login .ds-frame-inner:before,
.ds-page-login .ds-frame-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.ds-page-login .ds-frame-inner:after {
  clear: both;
}
.ds-page-login .ds-site-logo {
  background: transparent url("/theme/public/images/logo.png") no-repeat 0 0;
  display: block;
  width: 505px;
  height: 145px;
  margin: 0 auto;
  position: relative;
  top: -23px;
  padding-right: 31px;
  outline: 0;
}
.login-panel {
  position: relative;
  width: 467px;
  height: 128px;
  margin-top: -23px;
  padding-right: 31px;
  margin-left: auto;
  margin-right: auto;
}
.login-panel .ds-demo-login-link {
  float: right;
  margin-right: 28px;
  color: #ff6b00;
  font-size: 16px;
}
.login-panel .ds-demo-login-link:hover {
  color: #b34b00;
}
.login-panel .login-form-how {
  clear: left;
}
.login-panel .form-title {
  margin-top: 0;
  margin-bottom: 13px;
  color: #ff6b00;
  font-size: 20px;
  display: inline-block;
}
.login-panel .form-error {
  display: none;
  font-size: 18px;
  margin-top: 1px;
  margin-bottom: 23px;
  color: #b94a48;
}
.login-panel .form-success {
  font-size: 10.6px;
}
.login-panel input {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.login-panel input.ds-submit {
  width: auto;
}
.login-panel .form-link {
  float: left;
  width: 173px;
  font-size: 12px;
  margin-top: -3px;
}
.login-panel .form-link a {
  color: #ff6b00;
}
.login-panel .form-link a:hover {
  color: #b34b00;
}
.login-panel .remind-form {
  display: none;
}
.login-panel .remind-form .remind-form-email {
  width: 250px;
}
.login-panel .remind-form .remind-form-back {
  clear: left;
}
.login-panel .remind-form-2 {
  display: none;
}
.login-panel .remind-form-2 .remind-form-phone {
  width: 250px;
}
.login-panel .remind-form-2 .remind-form-back {
  clear: left;
}
.login-panel .remind-form-3 {
  display: none;
}
.login-panel .remind-form-3 .remind-form-code {
  width: 250px;
}
.login-panel .remind-form-3 .remind-form-back {
  clear: left;
}
.login-panel .form-common {
  position: absolute;
  top: 0;
  left: 0;
  width: 447px;
  height: 93px;
  padding: 15px 0 20px 20px;
}
.login-panel .form-common form {
  margin: 11px 0 0;
}
.login-panel .form-common.error {
  background-color: #f2dede;
}
.login-panel .form-common.error .form-title {
  display: none;
}
.login-panel .form-common.error .form-error {
  display: block;
}
/* carousel */

.ds-page-carousel {
  background-color: #333131;
  width: 100%;
  /*height: 409px;*/

}
.ds-page-carousel .ds-frame-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 35px;
  text-align: center;
  padding-left: 110px;
  padding-right: 90px;
}
.ds-page-carousel .ds-frame-inner h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: white;
  font-size: 33.33px;
  margin: 0 25px 30px;
}
/* content */

.ds-page-content {
  padding: 17px 0 24px;
  min-height: 324px;
  width: 100%;
}
.ds-page-content .ds-frame-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 110px;
  padding-right: 90px;
  *zoom: 1;
  /*> * {
			.ds-set-bycenter();
		}

		> form {
			padding-left: 20%;
		}*/

}
.ds-page-content .ds-frame-inner:before,
.ds-page-content .ds-frame-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.ds-page-content .ds-frame-inner:after {
  clear: both;
}
/* store */

.ds-page-price {
  border-top: 1px solid #eaeaea;
  width: 100%;
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1dede), color-stop(50px, #eaeaea), to(#eaeaea));
  background-image: -webkit-linear-gradient(#e1dede, #eaeaea 50px, #eaeaea);
  background-image: -moz-linear-gradient(top, #e1dede, #eaeaea 50px, #eaeaea);
  background-image: -o-linear-gradient(#e1dede, #eaeaea 50px, #eaeaea);
  background-image: linear-gradient(#e1dede, #eaeaea 50px, #eaeaea);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1dede', endColorstr='#ffeaeaea', GradientType=0);
}
.ds-page-price .ds-frame-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 110px;
  padding-right: 90px;
  *zoom: 1;
  /*> * {
			.ds-set-bycenter();
		}

		> form {
			padding-left: 20%;
		}*/

}
.ds-page-price .ds-frame-inner:before,
.ds-page-price .ds-frame-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.ds-page-price .ds-frame-inner:after {
  clear: both;
}
.ds-store {
  padding: 38px 0 34px;
  font-size: 20px;
}
.ds-store h2 {
  font-size: 33.33px;
  line-height: 130%;
  color: #ff4300;
  margin-top: 0;
  margin-bottom: 49px !important;
  line-height: normal !important;
}
.ds-store input {
  width: 65px;
  margin: 5px 15px 10px;
}
.ds-store p {
  line-height: 130%;
}
.ds-store .ds-description-discount {
  color: #ff4300;
  margin-top: 12px;
}
.ds-store .ds-store-amount,
.ds-store .ds-store-discount,
.ds-store .ds-store-trial {
  font-size: 33.33px;
  line-height: 130%;
}
.ds-store .ds-store-amount {
  margin-bottom: 16px;
}
.ds-store .ds-store-discount {
  margin-top: 17px;
}
.ds-store .ds-store-buttons {
  margin-left: -6px;
}
.ds-store-left {
  float: left;
  width: 27%;
  min-width: 185px;
  padding-right: 4%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.ds-store-right {
  float: right;
  width: 38%;
}
.ds-store-right .ds-store-trial {
  height: 161px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.ds-store-right .ds-store-trial p {
  color: #ff4300;
}
/* footer */

.ds-page-footer {
  min-height: 175px;
  padding-top: 47px;
  padding-bottom: 50px;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.ds-page-footer .ds-frame-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 110px;
  padding-right: 90px;
  *zoom: 1;
  /*> * {
			.ds-set-bycenter();
		}

		> form {
			padding-left: 20%;
		}*/

}
.ds-page-footer .ds-frame-inner:before,
.ds-page-footer .ds-frame-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.ds-page-footer .ds-frame-inner:after {
  clear: both;
}
.ds-page-footer a {
  color: #ff6b00;
}
.ds-page-footer a:hover {
  color: #b34b00;
}
.ds-page-footer a.ds-link-green {
  color: #22796a;
}
.ds-page-footer a.ds-link-green:hover {
  color: #113d36;
}
.ds-page-footer .ds-demo-login-link {
  color: #ff6b00;
  font-size: inherit;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.ds-page-footer .ds-demo-login-link:hover {
  color: #b34b00;
}
.ds-page-footer .left {
  float: left;
  width: 292px;
}
.ds-page-footer .left.last {
  padding-left: 32px;
}
.ds-page-footer .large-text {
  font-size: 20px;
  margin-bottom: 15px;
}
.ds-page-footer h3 {
  color: #162210;
  margin-top: 0;
  line-height: 105%;
}
.ds-page-footer ul {
  list-style: none;
  margin-left: 0;
}
.ds-page-footer ul li {
  margin-bottom: 9px;
}
.ds-page-footer .ds-footer-actioins {
  margin-bottom: 39px;
}
.ds-page-footer .ds-footer-capabilities {
  margin-left: 10px;
}
.ds-page-footer .ds-footer-contacts {
  margin-left: 10px;
  margin-bottom: 41px;
}
.ds-page-footer .ds-site-copyright {
  color: #333333;
  font-size: 13.33px;
}
/* buttons */
.ds-demo-login-button {
  color: white;
  text-shadow: none;
  background-color: #e65c04;
  background-image: -moz-linear-gradient(top, #f25e01, #d55809);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f25e01), to(#d55809));
  background-image: -webkit-linear-gradient(top, #f25e01, #d55809);
  background-image: -o-linear-gradient(top, #f25e01, #d55809);
  background-image: linear-gradient(to bottom, #f25e01, #d55809);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff25e01', endColorstr='#ffd55809', GradientType=0);
  border-color: #d55809 #d55809 #8c3a06;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d55809;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin-right: 22px;
}
.ds-demo-login-button:hover,
.ds-demo-login-button:focus,
.ds-demo-login-button:active,
.ds-demo-login-button.active,
.ds-demo-login-button.disabled,
.ds-demo-login-button[disabled] {
  color: white;
  background-color: #d55809;
  *background-color: #bd4e08;
}
.ds-demo-login-button:active,
.ds-demo-login-button.active {
  background-color: #a44407 \9;
}
.ds-demo-login-button[disabled] {
  cursor: default;
}
.ds-register-button {
  color: white;
  text-shadow: none;
  background-color: #32a157;
  background-image: -moz-linear-gradient(top, #3eb061, #208a48);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3eb061), to(#208a48));
  background-image: -webkit-linear-gradient(top, #3eb061, #208a48);
  background-image: -o-linear-gradient(top, #3eb061, #208a48);
  background-image: linear-gradient(to bottom, #3eb061, #208a48);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3eb061', endColorstr='#ff208a48', GradientType=0);
  border-color: #208a48 #208a48 #124c28;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #208a48;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: pointer;
  text-decoration: none;
  border-color: #536158;
  border: none;
}
.ds-register-button:hover,
.ds-register-button:focus,
.ds-register-button:active,
.ds-register-button.active,
.ds-register-button.disabled,
.ds-register-button[disabled] {
  color: white;
  background-color: #208a48;
  *background-color: #1b753d;
}
.ds-register-button:active,
.ds-register-button.active {
  background-color: #166132 \9;
}
.ds-register-button[disabled] {
  cursor: default;
}
.ds-demo-login-link {
  border: none;
  background: none;
  padding: 0;
  border-bottom: 1px solid;
}
/* choose role dialog */

.ds-choose-role-dialog {
  background-color: #eaeaea;
  color: #4d4d4d;
  width: 481px;
  font-size: 16px;
  margin-left: 0;
}
.ds-choose-role-dialog .modal-body {
  padding: 11px 30px 36px;
}
.ds-choose-role-dialog h2 {
  color: #ff6b00;
  font-size: 26.67px;
  line-height: 135%;
}
.ds-choose-role-dialog .ds-choose-role-msg {
  margin-top: -2px;
  margin-bottom: 16px;
}
.ds-choose-role-dialog .ds-choose-role-buttons {
  margin-right: -15px;
}
.ds-choose-role-dialog .ds-choose-role-buttons .btn {
  margin-right: 15px;
}
.pretty-checkbox span {
  display: inline-block;
  margin-top: 5px;
}
.pretty-checkbox input[type="checkbox"]:not(:checked),
.pretty-checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.pretty-checkbox input[type="checkbox"]:not(:checked) + label,
.pretty-checkbox input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.pretty-checkbox input[type="checkbox"] + label.inline {
  padding-left: 20px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  margin-right: 20px;
}
.pretty-checkbox label {
  height: 14px;
  display: inline;
}
.pretty-checkbox input[type="checkbox"]:not(:checked) + label:before,
.pretty-checkbox input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  /*width: 17px; height: 17px;*/
  width: 14px;
  height: 14px;
  border: 1px solid #aaaaaa;
  background: #f8f8f8;
  color: #09ad7e;
}
.pretty-checkbox input[type="checkbox"].false:not(:checked) + label:before,
.pretty-checkbox input[type="checkbox"].false:checked + label:before,
.pretty-checkbox input[type="checkbox"].false:not(:checked) + label:after,
.pretty-checkbox input[type="checkbox"].false:checked + label:after {
  border-color: white;
  color: white;
  background-color: #ff6b00;
}
.pretty-checkbox input[type="checkbox"]:not(:checked) + label:after,
.pretty-checkbox input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 10px;
  line-height: 14px;
}
.pretty-checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.pretty-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.pretty-checkbox .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
}
.pretty-checkbox .radio.inline + .radio.inline,
.pretty-checkbox .checkbox.inline + .checkbox.inline {
  margin-right: 20px;
}
.attention {
  color: #ff6b00;
}
