@charset "utf-8";
/* CSS Document */

/** 2.19 Text Alignment System */
.page .text-left {
  text-align: left; }

.page .text-center {
  text-align: center; }

.page .text-right {
  text-align: right; }

.page .text-middle {
  vertical-align: middle; }

@media (min-width: 480px) {
  html:not(.lt-ie10) .page .text-xs-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-xs-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-xs-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-xs-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-xs-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-xs-normal {
    white-space: normal; } }

@media (min-width: 768px) {
  html:not(.lt-ie10) .page .text-sm-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-sm-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-sm-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-sm-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-sm-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-sm-normal {
    white-space: normal; } }

@media (min-width: 992px) {
  html:not(.lt-ie10) .page .text-md-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-md-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-md-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-md-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-md-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-md-normal {
    white-space: normal; } }

@media (min-width: 1200px) {
  html:not(.lt-ie10) .page .text-lg-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-lg-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-lg-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-lg-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-lg-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-lg-normal {
    white-space: normal; } }

@media (min-width: 1800px) {
  html:not(.lt-ie10) .page .text-xl-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-xl-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-xl-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-xl-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-xl-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-xl-normal {
    white-space: normal; } }

/** 2.20 Text Styling System */
.page .text-italic {
  font-style: italic; }

.page .text-normal {
  font-style: normal; }

.page .text-underline {
  text-decoration: underline; }

.page .text-strike {
  text-decoration: line-through; }

.page .text-thin {
  font-weight: 100; }

.page .text-light {
  font-weight: 300; }

.page .text-regular {
  font-weight: 400; }

.page .text-medium {
  font-weight: 500; }

.page .text-sbold {
  font-weight: 600; }

.page .text-bold, .page strong {
  font-weight: 700; }

.page .text-ubold {
  font-weight: 900; }

.page .text-spacing-0 {
  letter-spacing: 0; }

.page .text-spacing-20 {
  letter-spacing: 0.02em; }

.page .text-spacing-40 {
  letter-spacing: 0.04em; }

.page .text-spacing-60 {
  letter-spacing: 0.06em; }

.page .text-spacing-120 {
  letter-spacing: 0.12em; }

/** 2.21 Navs Addons */
.nav-tabs > li, .nav-tabs > li:last-child {
  margin-bottom: -1px; }

.nav-stacked > li + li {
  margin-top: 4px; }

@media (min-width: 992px) {
  .nav-stacked-container .tab-content,
  .nav-stacked-container .nav-stacked {
    display: table-cell;
    vertical-align: top; }
  .nav-stacked-container .nav-stacked {
    width: 25%; }
  .nav-stacked-container .tab-content {
    width: 73%;
    padding-left: 20px; } }