@charset "utf-8";
.w-atlas-simple {
  position: relative;
}
.w-atlas-simple-map {
  position: relative;
  height: 100%;
  z-index: 1;
  background: #e5e3df center center url("../i/l/spinner.gif") no-repeat;
}
.w-atlas-simple-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.w-card {
  position: relative;
}
.w-card-viewport {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  z-index: 2;
}
.w-card-items {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.w-card-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.w-card-image {
  height: 100%;
  z-index: 1;
  width: auto;
  max-width: none;
  position: relative;
}
.w-card-caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.w-card-item:hover .w-card-caption {
  visibility: visible;
}
.w-card-caption-valign {
  position: relative;
}
.w-card.uncalculated .w-card-item {
  float: none;
}
.w-card.uncalculated .w-card-caption {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
.w-card-controls {
  position: absolute;
  height: 0;
  z-index: 3;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
}
.w-card-next,
.w-card-prev {
  height: 3.125em;
  width: 3.125em;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0.75;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.w-card-next {
  background-image: url("../i/w/card/arrow-right.png");
  right: 1.875em;
}
.w-card-next:hover {
  background-image: url("../i/w/card/arrow-right-on.png");
}
.w-card-prev {
  left: 1.875em;
  background-image: url("../i/w/card/arrow-left.png");
}
.w-card-prev:hover {
  background-image: url("../i/w/card/arrow-left-on.png");
}
.w-card-next span,
.w-card-prev span {
  display: none;
}
.w-card-next:hover,
.w-card-prev:hover,
.w-card-next:focus,
.w-card-prev:focus {
  opacity: 1;
  outline: none;
}
.w-card-index {
  list-style-type: none;
  margin: 0;
  padding: 1.25em;
  text-align: center;
}
.w-card-index li {
  display: inline-block;
}
.w-card .w-card-index.inline {
  position: relative;
  z-index: 4;
  margin-top: -3.75em;
}
.w-card .w-card-index a {
  color: #8c8988;
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  margin: 0 0.125em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../i/w/card/bull.png");
  background-size: cover;
}
.w-card .w-card-index a span {
  display: none;
}
.w-card .w-card-index.small-index {
  padding: 0;
}
.w-card .w-card-index.small-index a {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.3125em;
  line-height: 1em;
}
.w-card .w-card-index a:hover,
.w-card .w-card-index a:focus,
.w-card .w-card-index .active a {
  text-decoration: none;
  outline: none;
  background-image: url("../i/w/card/bull-on.png");
}
.w-card .w-card-index.inverse a {
  background-image: url("../i/w/card/bull-on.png");
}
.w-card .w-card-index.inverse a:hover,
.w-card .w-card-index.inverse a:focus,
.w-card .w-card-index.inverse .active a {
  background-image: url("../i/w/card/bull-white.png");
}
.w-card-captions {
  position: relative;
  z-index: 10;
}
.w-card-captions .w-card-caption {
  display: none;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  visibility: visible;
}
.w-card-captions .w-card-caption.active {
  display: block;
}
html.js .w-card.uncalculated .w-card-item {
  visibility: hidden;
}
.w-contact .w-atlas-simple .v-center {
  height: 100%;
}
.w-contact .w-atlas-simple .btn {
  padding-left: 3.125em;
  padding-right: 3.125em;
}
.w-contact .w-atlas-simple a {
  color: #fff;
}
.w-contact .phone small {
  font-size: 0.4375em;
  color: #666;
}
.w-contact .scroll-down-btn {
  z-index: 20;
}
.w-contact .scale-mobile {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .w-contact .scale-mobile {
    font-size: 1em;
  }
}
.w-history {
  position: relative;
}
.w-history.transitioning .w-history-sections {
  overflow: hidden;
}
.w-history .w-history-nav {
  position: relative;
  z-index: 10;
}
.w-history-sections {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.w-history-sections .w-history-section {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /*
         -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
         -moz-transform: translate3d(0,0,0) scale3d(1,1,1);
         -ms-transform: translate3d(0,0,0) scale3d(1,1,1);
         -o-transform: translate3d(0,0,0) scale3d(1,1,1);
         transform: translate3d(0,0,0) scale3d(1,1,1);
         */
}
.w-history-sections .w-history-section.shift-left {
  -webkit-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
}
.w-history-sections .w-history-section.shift-right {
  -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
}
.w-history-sections .w-history-section.active {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 2;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.w-hisotry-index {
  list-style-type: none;
  margin: 0;
  padding: 1.25em;
  text-align: center;
}
.w-hisotry-index li {
  display: inline-block;
  padding: 0 0.625em;
  font-size: inherit;
}
.w-hisotry-index li a {
  color: #8c8988;
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  margin: 0 0.125em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../i/w/card/bull.png");
  background-size: cover;
}
.w-hisotry-index li a span {
  display: none;
}
.w-hisotry-index li.active a,
.w-hisotry-index li a:hover,
.w-hisotry-index li a:focus {
  text-decoration: none;
  outline: none;
  background-image: url("../i/w/card/bull-on.png");
}
.w-history-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 0;
  left: 0.625em;
  right: 0.625em;
  display: none;
}
@media screen and (min-width: 768px) {
  .w-history-controls {
    display: block;
  }
}
.w-history-controls .w-history-prev {
  left: 0;
  background-image: url("../i/w/card/arrow-left-on.png");
  background-position: left center;
}
.w-history-controls .w-history-next {
  right: 0;
  background-image: url("../i/w/card/arrow-right-on.png");
  background-position: right center;
}
.w-history-controls .w-history-prev,
.w-history-controls .w-history-next {
  width: 2.1875em;
  margin-top: -3.125em;
  height: 3.9375em;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .w-history-controls .w-history-prev,
  .w-history-controls .w-history-next {
    width: 1.25em;
  }
}
.w-history-controls .w-history-prev:hover,
.w-history-controls .w-history-next:hover,
.w-history-controls .w-history-prev:focus,
.w-history-controls .w-history-next:focus {
  opacity: 1;
}
.w-history-controls .w-history-prev span,
.w-history-controls .w-history-next span {
  display: none;
}
.w-history.w-history-linear > .w-history-sections > .w-history-section > .w-history-nav {
  display: none;
}
@media screen and (max-width: 991px) {
  .w-history.w-history-linear > .w-history-nav {
    display: none;
  }
  .w-history.w-history-linear > .w-history-controls,
  .w-history.w-history-linear > .w-hisotry-index {
    display: none;
  }
  .w-history.w-history-linear > .w-history-sections > .w-history-section {
    opacity: 1;
    position: relative;
    display: block !important;
    visibility: visible !important;
    top: auto;
    left: auto;
    right: auto;
    z-index: 1;
  }
  .w-history.w-history-linear > .w-history-sections > .w-history-section.shift-left,
  .w-history.w-history-linear > .w-history-sections > .w-history-section.shift-right {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .w-history.w-history-linear > .w-history-sections > .w-history-section > .w-history-nav {
    display: block;
  }
}
.w-parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html.no-touch .w-parallax {
  background-attachment: fixed;
}
.w-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.w-video .w-video-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
}
.w-video .w-video-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.w-video .w-video-controls .w-video-btn {
  width: 5em;
  height: 5em;
  margin-top: -2.5em;
  margin-left: -2.5em;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../i/l/video-btn.svg");
  display: block;
  border: none;
  -webkit-appearance: none;
}
.w-video .w-video-controls .w-video-btn:hover,
.w-video .w-video-controls .w-video-btn:focus {
  background-image: url("../i/l/video-btn-on.svg");
}
.w-video .w-video-controls .w-video-btn span {
  display: none;
}
.w-video.active .w-video-controls {
  display: none;
}
html.no-svg .w-video .w-video-controls .w-video-btn {
  background-image: url("../i/l/video-btn.png");
}
html.no-svg .w-video .w-video-controls .w-video-btn:hover,
html.no-svg .w-video .w-video-controls .w-video-btn:focus {
  background-image: url("../i/l/video-btn-on.png");
}
#hom #hero {
  background-image: url("../i/p/hom/taiwan.jpg");
}
@media screen and (max-width: 768px) {
  #hom #hero h1 {
    font-size: 0.8em;
  }
}
#hom #hero #hero-video {
  color: #fff;
  opacity: 0.7;
}
#hom #hero #hero-video:hover,
#hom #hero #hero-video:focus {
  outline: none;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #hom #hero > div {
    width: 100%;
  }
}
#hom #hero .scroll-down-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  #hom #hero .scroll-down-btn {
    display: block;
  }
}
#hom .scroll-down-btn {
  color: #fff;
}
#hom #our-team {
  position: relative;
}
#hom .w-graph-graph {
  height: 12.5em;
  max-width: 31.25em;
  margin: auto;
}
#hom .partner-photo {
  width: 100%;
  margin-bottom: 10px;
}
#hom #kalil {
  width: 100%;
  max-width: 190px;
  border: 5px solid #fff;
  box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.2);
  margin: auto;
}
#hom #pacific,
#hom #trilogy {
  display: inline-block;
  max-width: 150px;
  margin: 0 auto 20px;
}
#hom #thomas,
#hom #maurice {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #hom .sm-right {
    text-align: right;
  }
}
#hom #our-team-photo .w-parallax {
  position: relative;
  padding-bottom: 50%;
  background-image: url("../i/p/hom/team2.jpg");
}
@media screen and (min-width: 768px) {
  #hom #our-team-photo .w-parallax {
    padding-bottom: 30%;
  }
}
#hom #our-team-photo .w-parallax > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}
#hom #our-team-photo .w-parallax > div .v-center {
  height: 100%;
}
#hom #our-team-photo.affix {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
#hom #our-team-photo.affix .w-parallax {
  z-index: 6;
  position: fixed;
  width: 100%;
}
#hom #our-team-photo.affix + div {
  position: relative;
  z-index: 7;
}
#hom #about-us #logo {
  width: 12.5em;
}
#hom .about-icon {
  width: 10em;
  margin-bottom: 1.25em;
}
#hom #history {
  background-image: url("../i/p/hom/itoyokado.jpg");
  position: relative;
  z-index: 8;
}
#hom #history .w-graph {
  position: relative;
  padding-bottom: 100%;
}
@media screen and (min-width: 768px) {
  #hom #history .w-graph {
    padding-bottom: 40%;
  }
}
#hom #history .w-graph .w-graph-graph {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #hom #history h1 {
    font-size: 2em;
  }
}
#hom #history ul {
  padding-left: 0.625em;
}
#hom #history-sub {
  z-index: 8;
  position: relative;
}
@media screen and (min-width: 767px) {
  #hom #history-sub ul {
    margin: 0;
    padding: 0;
  }
}
#hom #quote {
  position: relative;
  z-index: 9;
}
#hom #quote .affix {
  position: fixed;
  width: 100%;
  z-index: 9;
}
#hom #quote + div {
  z-index: 10;
}
#hom #investments-header-wrapper.affix {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
#hom #investments-header-wrapper.affix #investments-header {
  z-index: 10;
  position: fixed;
  width: 100%;
}
#hom #portfolio-cards {
  width: 100%;
  z-index: 9;
}
#hom #portfolio-cards .w-card-viewport {
  padding-bottom: 30%;
}
@media screen and (min-width: 768px) {
  #hom #portfolio-cards .w-card-viewport {
    padding-bottom: 20%;
  }
}
#hom #portfolio-cards .w-card-item .w-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
#hom #portfolio-cards #investments-title {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
#hom #portfolio-cards #investments-title .v-center {
  height: 100%;
}
#hom #hom-por-nav {
  text-align: center;
}
#hom #hom-por-nav > li {
  float: none;
  display: inline-block;
}
#hom #hom-por-nav > li > a {
  font-weight: bold;
  color: #000;
  border-radius: 0 !important;
}
#hom #hom-por-nav > li.active a {
  color: #fff;
  background-color: #000;
}
#hom #heroVideoModal .w-video {
  padding-bottom: 0;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.125em;
  bottom: 3.125em;
}
#hom #heroVideoModal .modal-dialog {
  margin: 0;
  width: 100%;
}
#hom #heroVideoModal .modal-body {
  padding: 0;
}
#hom #heroVideoModal .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: #000;
}
#hom #heroVideoModal .close {
  font-size: 4em;
  font-weight: normal;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 0.8;
  z-index: 10;
}
#hom #heroVideoModal .modal-body {
  position: relative;
  z-index: 1;
}
#hom #news {
  position: relative;
  margin: auto;
  z-index: 100;
}
#hom #news #hom-news-sections {
  max-width: 60em;
  margin: auto;
}
#hom #news a {
  color: #fff;
}
#hom #news a:hover,
#hom #news a:focus {
  color: #fff;
  text-decoration: underline;
}
#hom #news .news-index {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#hom #news .news-index li {
  display: inline-block;
  padding: 0 0.3125em;
}
#hom #news .news-index li a {
  color: #333;
  font-size: 2em;
}
#hom #news .news-index li a:hover,
#hom #news .news-index li a:focus {
  color: #fff;
  text-decoration: none;
}
#hom #news .news-index li.active a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  html.no-touch #hom #hero > div {
    position: fixed;
    width: 100%;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  font-size: 100%;
}
body {
  min-height: 100%;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
}
a {
  color: #0766b1;
}
a:focus,
a:hover {
  color: #0766b1;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
}
ul,
ol {
  margin: 0;
  margin-bottom: 1.5em;
  padding-left: 3em;
}
ul li,
ol li {
  font-size: 1em;
  line-height: 1.5em;
}
.uppercase {
  text-transform: uppercase;
}
.inverse {
  color: #fff;
}
strong,
.strong {
  font-weight: 800;
}
em,
.italic {
  font-style: italic;
}
.reset-font {
  font-size: inherit !important;
  line-height: inherit;
}
.font-11 {
  font-size: 0.6875em;
  line-height: 1.5em;
}
.font-12 {
  font-size: 0.75em;
  line-height: 1.5em;
}
.font-14 {
  font-size: 0.875em;
  line-height: 1.5em;
}
.font-18 {
  font-size: 1.125em;
  line-height: 1.5em;
}
.font-24 {
  font-size: 1.5em;
  line-height: 1.5em;
}
.font-30 {
  font-size: 1.875em;
  line-height: 1.5em;
}
.font-32 {
  font-size: 2em;
  line-height: 1.5em;
}
.font-36 {
  font-size: 2.25em;
  line-height: 1.5em;
}
.font-40 {
  font-size: 2.5em;
  line-height: 1.5em;
}
.font-48 {
  font-size: 3em;
  line-height: 1.5em;
}
.font-60 {
  font-size: 3.75em;
  line-height: 1.5em;
}
.font-72 {
  font-size: 4.5em;
  line-height: 1.5em;
}
.font-96 {
  font-size: 6em;
  line-height: 1.5em;
}
.light {
  font-weight: 400;
}
.serif {
  font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
}
.spacing {
  height: 0.62505em;
}
.spacing-20 {
  height: 1.24995em;
}
.spacing-30 {
  height: 1.875em;
}
.spacing-40 {
  height: 2.50005em;
}
.spacing-50 {
  height: 3.12495em;
}
.spacing-60 {
  height: 3.75em;
}
.spacing-80 {
  height: 4.99995em;
}
.spacing-100 {
  height: 6.25005em;
}
.spacing-120 {
  height: 7.5em;
}
.wysiwyg {
  font-size: 1em;
  line-height: 1.5em;
}
.wysiwyg .column {
  padding: 0 0.625em;
}
@media screen and (max-width: 768px) {
  .wysiwyg .column {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg.column-2 {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 1.25em;
    -moz-column-width: 50%;
    column-count: 2;
    column-gap: 1.25em;
    column-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg.column-3 {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 1.25em;
    -moz-column-width: 50%;
    column-count: 2;
    column-gap: 1.25em;
    column-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .wysiwyg.column-3 {
    -webkit-column-count: 3;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 33.3333%;
    -moz-column-count: 3;
    -moz-column-gap: 1.25em;
    -moz-column-width: 33.3333%;
    column-count: 3;
    column-gap: 1.25em;
    column-width: 33.3333%;
  }
}
.wysiwyg.inverse {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .xs-text-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
}
/* @media screen and (min-width: 640px) */
@media screen and (min-width: 40em) {
  .body {
    font-size: 0.8em;
    line-height: 1.875em;
  }
}
/* @media screen and (min-width: 960px) */
@media screen and (min-width: 60em) {
  .body {
    font-size: 0.9em;
    line-height: 1.66666667em;
  }
}
/* @media screen and (min-width: 1280px) */
@media screen and (min-width: 80em) {
  /* base */
  /*
   	body {
         font-size: (@font-size*1.2) / @em;
         line-height: (@line*1) / (@font-size*1.2) * 1em;
      }
      */
}
/* @media screen and (min-width: 1600px) */
@media screen and (min-width: 100em) {
  .body {
    font-size: 1.1em;
    line-height: 1.36363636em;
  }
}
/* @media screen and (min-width: 1920px) */
@media screen and (min-width: 120em) {
  .body {
    font-size: 1.15em;
    line-height: 1.30434783em;
  }
}
/* @media screen and (min-width: 2240px) */
@media screen and (min-width: 140em) {
  .body {
    font-size: 1.2em;
    line-height: 1.25em;
  }
}
/* @media screen and (min-width: 2560px) */
@media screen and (min-width: 160em) {
  .body {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
body {
  overflow-x: hidden;
  position: relative;
}
.img-block {
  display: block;
  width: 100%;
  margin: auto;
}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.h-box {
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.v-box {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.box {
  padding-left: 0.625em;
  padding-right: 0.625em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.v-center {
  display: table;
  width: 100%;
}
.v-center > div {
  display: table-cell;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  width: 100%;
}
.scroll-down-btn {
  font-size: 4em;
  color: #000;
  opacity: 0.6;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  left: 50%;
  bottom: 0.5em;
  position: absolute;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.scroll-down-btn:hover,
.scroll-down-btn:focus {
  outline: none;
  color: #000;
  opacity: 1;
}
.scroll-down-btn.out {
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  opacity: 0;
}
.relative {
  position: relative;
}
.asset {
  width: 100%;
  margin: auto;
}
.cover-photo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cover-photo img {
  display: none;
}
.contain-photo {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contain-photo img {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}
.animate {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.text-block {
  width: 87.5%;
  margin: 0 auto;
  max-width: 70em;
}
.bg-white {
  background-color: #fff;
}
.bg-gray-darker {
  background-color: #222222;
}
.bg-gray-dark {
  background-color: #333333;
}
.bg-gray {
  background-color: #555555;
}
.bg-gray-light {
  background-color: #777777;
}
.bg-gray-lighter {
  background-color: #eeeeee;
}
.bg-black {
  background-color: #000;
}
.bg-black-80 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-60 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-40 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-20 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-10 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.text-gray-1 {
  color: #6e707f;
}
.text-gray-2 {
  color: #4a4f61;
}
.text-gray-3 {
  color: #2b3145;
}
.text-white {
  color: #fff;
}
.text-blue-1 {
  color: #09a2dc;
}
.text-blue-2 {
  color: #0172ba;
}
.text-blue-3 {
  color: #0766b1;
}
.text-green-1 {
  color: #176C4F;
}
.text-green-2 {
  color: #139367;
}
.text-green-3 {
  color: #07B87A;
}
#site-header a:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  #site-header .lang a:before {
    display: inline-block;
    content: '|';
    padding-right: 1.5em;
    color: #fff;
    font-weight: 200;
  }
}
#site-header .navbar-brand {
  padding: 0.625em 1.25em;
  height: 4.375em;
}
@media screen and (min-width: 992px) {
  #site-header .navbar-brand {
    padding: 0.3125em 1.25em;
  }
}
#site-header .navbar-brand img {
  height: 2.5em;
}
@media screen and (min-width: 992px) {
  #site-header .navbar-brand img {
    height: 3.625em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #site-header .navbar-nav {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 768px) {
  #site-header .dropdown:hover ul {
    display: block;
  }
}
#site-header .dropdown-menu {
  display: block;
  position: relative;
  top: auto;
  float: none;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  font-size: inherit;
}
#site-header .dropdown-menu li {
  font-size: inherit;
}
#site-header .dropdown-menu li.active a {
  background: none;
  color: #fff;
  font-weight: bold;
}
#site-header .dropdown-menu a {
  color: #ccc;
  padding: 0.625em;
  margin-left: 0.625em;
  line-height: 1;
  font-size: 0.875em;
}
#site-header .dropdown-menu a:hover,
#site-header .dropdown-menu a:focus {
  color: #fff;
  background: none;
}
@media screen and (min-width: 768px) {
  #site-header .dropdown-menu {
    display: none;
    position: absolute;
    top: auto;
    bottom: 100%;
  }
  #site-header .dropdown-menu a {
    margin-left: 0;
  }
  #site-header .dropdown-menu a:hover,
  #site-header .dropdown-menu a:focus {
    background-color: #000;
  }
  #site-header .dropdown-menu li.active a {
    background: #000;
  }
}
@media screen and (min-width: 768px) {
  #site-header.menu-bottom .dropdown-menu {
    bottom: auto;
    top: 100%;
  }
}
#site-header .navbar {
  border-radius: 0;
  font-weight: bold;
  border: none;
  margin-bottom: 0;
  min-height: 0;
  font-size: 0.875em;
}
#site-header .navbar-toggle {
  margin-top: 1.25em;
  margin-right: 1.25em;
}
#site-header .navbar-inverse .navbar-nav {
  margin-right: 1.25em;
}
#site-header .navbar-inverse .navbar-nav > li > a {
  padding: 2.0625em 0.625em;
}
@media screen and (min-width: 992px) {
  #site-header .navbar-inverse .navbar-nav > li > a {
    padding: 2.0625em 0.9375em;
  }
}
#site-header .navbar-inverse .navbar-nav > .active > a,
#site-header .navbar-inverse .navbar-nav > .active > a:focus,
#site-header .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
}
#site-header .navbar-collapse.in,
#site-header .navbar-collapse.collapsing {
  float: none;
  width: 100%;
}
#site-header .navbar-collapse.in .nav > li > a,
#site-header .navbar-collapse.collapsing .nav > li > a {
  padding: 0.9375em;
}
#site-header.sticky > div {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
#site-header .navbar.affix {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
#site-header .navbar.affix-top .navbar-collapse.in,
#site-header .navbar.affix-top .navbar-collapse.collapsing {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.btn.btn-ghost {
  border: 0.1875em solid #000;
  border-radius: 0;
  font-weight: bold;
  text-shadow: none;
  background: transparent;
}
.btn.btn-x-lg {
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0.625em 1.875em;
}
.btn.btn-inverse {
  color: #fff;
  border-color: #fff;
}
span.btn:hover,
span.btn:focus {
  cursor: default;
  box-shodow: none;
}
#site-footer {
  position: relative;
  z-index: 100;
}
#site-footer .w-parallax {
  background-image: url("../i/l/footer.jpg");
  height: 32em;
}
@media screen and (max-width: 768px) {
  #site-footer .btn-ghost {
    font-size: 0.875em;
  }
}
.form-group {
  margin-bottom: 1.25em;
}
.form-control {
  border-radius: 0;
  border-color: #666;
  font-family: Arial, sans-serif;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 2px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.form-control:focus {
  box-shadow: none;
}
.has-error .form-control {
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: none;
}
#go-top {
  position: absolute;
  bottom: .5em;
  font-size: 3em;
  margin-left: -0.5em;
  left: 50%;
  color: #fff;
  opacity: 0.5;
}
#go-top:hover,
#go-top:focus {
  opacity: 1;
  outline: none;
}
.admin-page {
  margin-top: 50px;
}

