.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 18px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.login {
  /*
  .footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }*/

}
.login .header .header-inner {
  min-height: 90px;
}
.login .header .header-inner .version {
  color: #9ac4d3;
  text-align: right;
  margin: -38px 29px 0 0;
}
.login .page-wrap {
  min-height: 360px;
}
.login .login-form-wrap {
  width: 450px;
  background-color: #f0ece7;
  margin: 5em auto 0;
  padding: 9px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.login .login-form {
  background-color: #ffffff;
  width: 320px;
  padding: 54px 64px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
}
.login .login-form input {
  width: 306px;
  height: 24px;
  font-size: 1.25em;
}
.login .login-form .btn-primary {
  min-width: 7em;
  float: right;
}
.login .login-form .alert {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 377px;
}
.header .header-login-wrap {
  float: right;
  margin: 0.75em 29px 0 0;
  position: relative;
}
.header .header-login-wrap .login-input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 10px 12px;
  width: 120px;
}
.header .header-login-wrap .btn-login {
  font-size: 13px;
  padding: 8px 16px;
  width: 30px;
}
.header .header-login-wrap .header-login-help {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
.header .header-login-wrap .header-login-help label {
  color: #ffffff;
}
.landing .account-meta {
  top: 2.25em;
}
.landing .account-meta .btn-contact-us {
  padding-top: 1.75em;
  padding-right: 1.5em;
}
.landing .account-meta .btn-change-lang {
  display: inline-block;
  width: 32px;
  text-align: center;
}
.landing .carousel-wrap {
  margin: -1.5em -29px 0;
}
.landing .main-chart-wrap {
  min-height: 350px;
}
.landing .carousel {
  border-bottom: 5px solid #283840;
  height: 488px;
  margin-bottom: 0;
}
.landing .carousel-indicators {
  top: auto;
  bottom: 1.5em;
  right: 2.5em;
}
.landing .carousel-indicators li {
  background-color: #ccc;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 10px;
  box-shadow: 0 0 1px #fff;
}
.landing .carousel-indicators .active {
  background-color: #666;
}
.landing .landing-overview {
  padding: 1.5em 360px 1.5em 0;
  position: relative;
}
.landing .landing-overview h3 {
  font-size: 16px;
  border-bottom: 1px solid #C8C6C3;
  color: #014189;
}
.landing .landing-overview p {
  color: #645962;
  font-size: 14px;
  margin-bottom: 1.25em;
}
.landing .landing-page-menu {
  margin: 0 -29px;
  border-bottom: 5px solid #283840;
  text-align: center;
}
.landing .landing-page-menu ul {
  margin: 10px 0;
}
.landing .landing-page-menu li {
  border-right: 3px solid #014189;
  display: inline-block;
  font-size: 14px;
  list-style: none;
  padding: .15em 2.25em;
}
.landing .landing-page-menu li:last-child {
  border-right: 0;
}
.landing .landing-page-menu a {
  color: #014189;
}
.landing .landing-page .section {
  *zoom: 1;
  border-bottom: 1px solid #283840;
  padding: 2em 0;
}
.landing .landing-page .section:before,
.landing .landing-page .section:after {
  display: table;
  content: "";
  line-height: 0;
}
.landing .landing-page .section:after {
  clear: both;
}
.landing .landing-page .section:last-child {
  border-bottom: 0;
}
.landing .landing-page h3 {
  color: #014189;
}
.landing .landing-page p {
  color: #645962;
  margin-bottom: 1.75em;
}
.landing .landing-page .align-left {
  margin-right: 4em;
}
.landing .landing-page .align-right {
  margin-left: 4em;
}
.landing .landing-page fieldset {
  border-top: 1px solid #c5c5c5;
  padding-top: 1.5em;
}
.landing .landing-page .form-column {
  width: 50%;
  float: left;
  *zoom: 1;
}
.landing .landing-page .form-column:before,
.landing .landing-page .form-column:after {
  display: table;
  content: "";
  line-height: 0;
}
.landing .landing-page .form-column:after {
  clear: both;
}
.modal .data-container {
  padding: 10px;
  width: auto;
  background-color: #F4F3F1;
  border: 1px solid #C5C5C5;
  color: #666;
}
[class^="os-icon-country-"],
[class*=" os-icon-country-"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  *margin-right: .3em;
  line-height: 32px;
  vertical-align: text-top;
  background-image: url(../images/country2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.os-icon-country-CN {
  background-position: 0 -1806px;
}
.os-icon-country-GB {
  background-position: -42px -882px;
}
