
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
}


#main-page-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-page-loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#main-page-loading > img {
  padding: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main-page-loading:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  transition: background 1s ease-out;
  z-index: 1;
}

#main-page-loading.in:before {
  background: rgba(0, 0, 0, 0);
  transition: background 0.8s ease-in;
}

#main-page-loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-page-video-wrapper {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.1s ease-in;
}

#main-page-video-wrapper.show {
  opacity: 1;
  transition: opacity 2s ease-out;
}

#main-page-video-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
}

#main-page-video {
  position: absolute;
  left: 0;
  top: 0;
}

#main-page-video-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main-page-content-layer {

}

.main-page-content-wrapper {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in;
  opacity: 0;
}

.main-page-content-wrapper.show {
  opacity: 1;
}

.main-page-content-container {
  display: table;
  width: 100%;
  height: 100%;
}

.main-page-content-row {
  display: table-row;
  width: 100%;
}

.main-page-content-cell {
  display: table-cell;
  width: 100%;
}

.main-page-content-cell.top {
  height: 0.1%;
  padding: 24px 36px;
  text-align: right;
}

.main-page-content-cell.bottom {
  height: 0.1%;
  padding: 24px 36px;
}

.main-page-content-cell.bottom a {
  color: #9e9e9e;
}

.main-page-content-cell.center {
  text-align: center;
  vertical-align: middle;
  padding: 0 48px;
}

.main-page-bottom-wrapper {
  display: table;
  width: 100%;
}

.main-page-bottom-row-wrapper {
  display: table-row;
}

.main-page-content-bottom-left-wrapper {
  display: table-cell;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}

#main-page-content-bottom-left {
  display: none;
}

.main-page-content-bottom-logo:hover {
  opacity: 0.7;
}

#main-page-content-bottom-center {
  display: none;
}

.main-page-content-bottom-middle-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  opacity: 0.75;
}

.main-page-content-bottom-right-wrapper {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.main-page-content-bottom-right-wrapper i.fa {
  padding-left: 4px;
  padding-right: 6px;
  font-size: 13px;
}

#main-page-content-bottom-right {
  display: none;
}

.main-page-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-page-top-menu > li {
  display: inline-block;
  margin-left: 48px;
}

.main-page-top-menu > li > a {
  color: white;
  font-size: 22px;
  padding-bottom: 12px;
}

.main-page-top-menu > li > a:hover {
  text-decoration: none;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.main-page-top-menu > li > a:focus,
.main-page-top-menu > li > a:active {
  text-decoration: none;
}

.main-page-title {
  display: none;
  padding: 0;
  font-weight: 300;
}

.main-page-title.show {
  display: block;
}

.main-page-subtitle-wrapper {
  font-size: 20px;
  width: 65%;
  display: inline-block;
}

#main-page-subtitle {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

#main-page-subtitle.current {
  opacity: 1;
  transition-duration: 0.7s;
}

.main-page-content-indicator-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 12px;
  width: auto;
}

#main-page-content-indicator {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  opacity: 0.7;
}

#main-page-content-indicator > li {
  padding: 0;
  display: block;
}

#main-page-content-indicator > li > span {
  color: #969696;
  cursor: pointer;
}

#main-page-waiting {
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 3px;
  z-index: 999;
}

#main-page-waiting:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}