﻿/* @import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800'); */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
@import url('../icons/css/fontello.css');
@import url('sjkorean-temp.css');
/* backward compatible */
/* @import url('../ionicons/css/ionicons.min.css'); */

/**********************************
    Adjustment for Default
***********************************/
.html .container>.row,
.html .container>div>.row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.html .row img {
  margin: 1rem 0;
}

.html .row {
  padding: 0 0 20px 0;
  margin: 0;
  /* max-width: 1000px;
  margin: 0 auto 0 0; */
}

.html .column {
  display: block;
  width: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.html p {
  padding: 0;
}

.editorstreditorstr p {
  padding: 0 1rem;
}

/**********************************
    General
***********************************/

.html {
  line-height: 1.5;
  font-weight: 400;
}

.html p,
.html td,
.html li,
.html label {
  /* font-size: 16px; */
  line-height: 1.5;
  font-weight: 400;
}

.html h1,
.html h2,
.html h3,
.html h4,
.html h5,
.html h6 {
  /* font-family: 'Microsoft JhengHei', 'Noto Sans TC',
    sans-serif, Arial; */
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
}

.html h1 {
  font-size: 2rem;
  margin: 0.4rem 0;
}

.html h2 {
  font-size: 1.75rem;
  margin: 0.6rem 0;
}

.html h3 {
  font-size: 1.5rem;
  margin: 0.7rem 0;
}

.html h4 {
  font-size: 1.313rem;
  margin: 0.8rem 0;
}

.html h5 {
  font-size: 1.25rem;
  margin: 0.8rem 0;
}

.html h6 {
  font-size: 1rem;
  margin: 0.8rem 0;
}

.html p {
  margin: 0.5rem 0;
}

.html .display {
  margin-bottom: 0.5rem;
}

.html .display h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.html .display p {
  font-size: 1.25rem;
  font-style: italic;
}

.html table td {
  padding: 12px;
}

@media all and (max-width: 1024px) {
  .html h1 {
    font-size: 2rem;
  }

  .html h2 {
    font-size: 1.73rem;
  }

  .html h3 {
    font-size: 1.6rem;
  }

  .html h4 {
    font-size: 1.48rem;
  }

  .html h5 {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .html h6 {
    font-size: 1rem;
    font-weight: bold;
  }

  .html .display h1 {
    font-size: 2.2rem;
  }

  .html .display p {
    font-size: 1.1rem;
  }
}

/* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
.html .display h1 span {
  font-size: inherit;
  line-height: inherit;
}

.html .display p span {
  font-size: inherit;
  line-height: inherit;
}

.html h1 span {
  font-size: inherit;
  line-height: inherit;
}

.html h2 span {
  font-size: inherit;
  line-height: inherit;
}

.html h3 span {
  font-size: inherit;
  line-height: inherit;
}

.html h4 span {
  font-size: inherit;
  line-height: inherit;
}

.html h5 span {
  font-size: inherit;
  line-height: inherit;
}

.html h6 span {
  font-size: inherit;
  line-height: inherit;
}

.html p span {
  font-size: inherit;
  line-height: inherit;
}

.html li span {
  font-size: inherit;
  line-height: inherit;
}

.html a {
  color: #009e91;
}

.html hr {
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 2rem 0 !important;
}

.html img {
  max-width: 100%;
}

.html figure {
  margin: 0;
}

.html ol,
.html ul {
  line-height: inherit;
  font-weight: inherit;
}

/**********************************
    Grid
***********************************/
.html .container {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 40rem) {
  .html .row {
    padding: 0 0 30px 0;
    margin: 0;
  }

  .html .column {
    float: left;
    padding-left: 1rem;
    /* beta3 */
    padding-right: 1rem;
    /* beta3 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .html .column.full {
    width: 100%;
  }

  .html .column.two-third {
    width: 66.7%;
  }

  .html .column.two-fourth {
    width: 75%;
  }

  .html .column.two-fifth {
    width: 80%;
  }

  .html .column.two-sixth {
    width: 83.3%;
  }

  .html .column.half {
    width: 50%;
  }

  .html .column.third {
    width: 33.3%;
  }

  .html .column.fourth {
    width: 25%;
  }

  .html .column.fifth {
    width: 20%;
  }

  .html .column.sixth {
    width: 16.6%;
  }

  .html .column.flow-opposite {
    float: right;
  }
}

.html .clearfix:before,
.html .clearfix:after {
  content: ' ';
  display: table;
}

.html .clearfix:after {
  clear: both;
}

.html .clearfix {
  *zoom: 1;
}

/**********************************
    Elements
***********************************/

.html .center {
  text-align: center;
}

.html .right {
  text-align: right;
}

.html .left {
  text-align: left;
}

.html .padding-20 {
  padding: 20px;
}

.html .padding-25 {
  padding: 25px;
}

.html .padding-30 {
  padding: 30px;
}

.html .padding-35 {
  padding: 35px;
}

.html .padding-40 {
  padding: 40px;
}

@media all and (max-width: 576px) {
  .html .center {
    text-align: initial;
  }

  .html .right {
    text-align: initial;
  }

  .html .left {
    text-align: initial;
  }

  .html .padding-20 {
    padding: 0;
  }

  .html .padding-25 {
    padding: 0;
  }

  .html .padding-30 {
    padding: 0;
  }

  .html .padding-35 {
    padding: 0;
  }

  .html .padding-40 {
    padding: 0;
  }
}

.html .margin-0 {
  margin: 0 !important;
}

.html .margin-20 {
  margin: 20px !important;
}

.html .margin-25 {
  margin: 25px !important;
}

.html .margin-30 {
  margin: 30px !important;
}

.html .margin-35 {
  margin: 35px !important;
}

.html .margin-40 {
  margin: 40px !important;
}

.html .is-card {
  display: table;
  background-color: #fff;
}

.html .is-card>* {
  display: table;
}

.html .is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}

@media all and (max-width: 576px) {
  .html .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }
}

.html .is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.html .max-390 {
  max-width: 390px;
  margin: 0 auto;
}

.html .shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.html .shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.html .shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

.html img.circle {
  border-radius: 500px;
  margin-top: 0;
}

.html img.bordered {
  border: #ccc 1px solid;
}

.html .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}

.html .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.html .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.html .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.html .list {
  position: relative;
  margin: 1.5em 0;
}

.html .list>i {
  position: absolute;
  /*left: -3px;*/
  top: 7px;
  font-size: 1.7em;
  line-height: 1;
}

.html .list>h2,
.html .list>h3 {
  margin: 0 0 0 50px;
}

.html .list>p {
  margin: 5px 0 0 50px;
}

.html .quote {
  position: relative;
  margin: 1.5em 0;
}

.html .quote>i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em;
}

.html .quote>small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em;
}

.html .quote>p {
  margin-left: 50px;
  font-size: 1.5em;
}

@media all and (max-width: 576px) {
  .html .quote>i {
    left: -15px;
    font-size: 1.5em;
  }

  .html .quote>small {
    margin-left: 20px;
    font-size: 1em;
  }

  .html .quote>p {
    margin-left: 20px;
    font-size: 1.2em;
  }
}

.html .is-social {
  line-height: 1;
  margin-bottom: 1.5em;
}

.html .is-social a>i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.html .is-social a:first-child>i {
  margin: 0 15px 0 0;
}

.html .is-social a:last-child>i {
  margin: 0 0 0 15px;
}

.html .is-social a:hover>i {
  color: #08c9b9;
}

.html .is-light-text .is-social a>i {
  color: #fff;
}

.html .is-light-text .is-social a:hover>i {
  color: #fff;
}

.html .is-dark-text .is-social a>i {
  color: #000;
}

.html .is-dark-text .is-social a:hover>i {
  color: #000;
}

/* backward compatible */
.html .social {
  line-height: 1;
  margin-bottom: 1.5em;
}

.html .social a>i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.html .social a:first-child>i {
  margin: 0 15px 0 0;
}

.html .social a:last-child>i {
  margin: 0 0 0 15px;
}

.html .social a:hover>i {
  color: #08c9b9;
}

.html .is-light-text .social a>i {
  color: #fff;
}

.html .is-light-text .social a:hover>i {
  color: #fff;
}

.html .is-rounded-button-big {
  display: inline-block;
}

.html .is-rounded-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}

.html .is-rounded-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.html .is-rounded-button-big a:first-child {
  margin: 0 20px 0 0;
}

.html .is-rounded-button-big a:last-child {
  margin: 0 0 0 20px;
}

.html .is-rounded-button-medium {
  display: inline-block;
}

.html .is-rounded-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}

.html .is-rounded-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

.html .is-boxed-button-big {
  display: inline-block;
}

.html .is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}

.html .is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.html .is-boxed-button-big2 {
  display: inline-block;
}

.html .is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
}

.html .is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
}

.html .is-boxed-button-medium {
  display: inline-block;
}

.html .is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}

.html .is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

.html .is-boxed-button-medium2 {
  display: inline-block;
}

.html .is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
}

.html .is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
}

.html .is-boxed-button-small {
  display: inline-block;
}

.html .is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
}

.html .is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
}

.html .size-12 {
  font-size: 12px !important;
}

.html .size-14 {
  font-size: 14px !important;
}

.html .size-16 {
  font-size: 16px !important;
}

.html .size-18 {
  font-size: 18px !important;
}

.html .size-21 {
  font-size: 21px !important;
}

.html .size-24 {
  font-size: 24px !important;
}

.html .size-28 {
  font-size: 28px !important;
}

.html .size-32 {
  font-size: 32px !important;
}

.html .size-35 {
  font-size: 35px !important;
}

.html .size-38 {
  font-size: 38px !important;
}

.html .size-42 {
  font-size: 42px !important;
}

.html .size-46 {
  font-size: 46px !important;
}

.html .size-48 {
  font-size: 48px !important;
}

.html .size-50 {
  font-size: 50px !important;
}

.html .size-54 {
  font-size: 54px !important;
}

.html .size-60 {
  font-size: 60px !important;
}

.html .size-64 {
  font-size: 64px !important;
}

.html .size-68 {
  font-size: 68px !important;
}

.html .size-72 {
  font-size: 72px !important;
}

.html .size-76 {
  font-size: 76px !important;
}

.html .size-80 {
  font-size: 80px !important;
}

.html .size-84 {
  font-size: 84px !important;
}

.html .size-88 {
  font-size: 88px !important;
}

.html .size-92 {
  font-size: 92px !important;
}

.html .size-96 {
  font-size: 96px !important;
}

.html .size-100 {
  font-size: 100px !important;
}

.html .size-104 {
  font-size: 104px !important;
}

.html .size-108 {
  font-size: 108px !important;
}

.html .size-112 {
  font-size: 112px !important;
}

.html .size-116 {
  font-size: 116px !important;
}

.html .size-120 {
  font-size: 120px !important;
}

.html .size-124 {
  font-size: 124px !important;
}

.html .size-128 {
  font-size: 128px !important;
}

.html .size-132 {
  font-size: 132px !important;
}

.html .size-136 {
  font-size: 132px !important;
}

.html .size-140 {
  font-size: 132px !important;
}

.html .size-144 {
  font-size: 132px !important;
}

.html .size-148 {
  font-size: 132px !important;
}

.html .size-152 {
  font-size: 132px !important;
}

.html .size-156 {
  font-size: 132px !important;
}

.html .size-160 {
  font-size: 132px !important;
}

.html .size-164 {
  font-size: 132px !important;
}

.html .size-168 {
  font-size: 132px !important;
}

.html .size-172 {
  font-size: 132px !important;
}

.html .size-176 {
  font-size: 132px !important;
}

.html .size-180 {
  font-size: 132px !important;
}

.html .size-184 {
  font-size: 132px !important;
}

.html .size-188 {
  font-size: 132px !important;
}

.html .size-192 {
  font-size: 132px !important;
}

.html .size-196 {
  font-size: 132px !important;
}

.html .size-200 {
  font-size: 132px !important;
}

.html .size-204 {
  font-size: 132px !important;
}

.html .size-208 {
  font-size: 132px !important;
}

.html .size-212 {
  font-size: 132px !important;
}

.html .size-216 {
  font-size: 132px !important;
}

.html .size-220 {
  font-size: 132px !important;
}

@media all and (max-width: 1024px) {
  .html .size-12 {
    font-size: 12px !important;
  }

  .html .size-14 {
    font-size: 14px !important;
  }

  .html .size-16 {
    font-size: 16px !important;
  }

  .html .size-18 {
    font-size: 18px !important;
  }

  .html .size-21 {
    font-size: 21px !important;
  }

  .html .size-24 {
    font-size: 24px !important;
  }

  .html .size-28 {
    font-size: 26px !important;
  }

  .html .size-32 {
    font-size: 28px !important;
  }

  .html .size-35 {
    font-size: 30px !important;
  }

  .html .size-38 {
    font-size: 32px !important;
  }

  .html .size-42 {
    font-size: 34px !important;
  }

  .html .size-46 {
    font-size: 36px !important;
  }

  .html .size-48 {
    font-size: 38px !important;
  }

  .html .size-50 {
    font-size: 40px !important;
  }

  .html .size-54 {
    font-size: 42px !important;
  }

  .html .size-60 {
    font-size: 44px !important;
  }

  .html .size-64 {
    font-size: 46px !important;
  }

  .html .size-68 {
    font-size: 48px !important;
  }

  .html .size-72 {
    font-size: 50px !important;
  }

  .html .size-76 {
    font-size: 52px !important;
  }

  .html .size-80 {
    font-size: 54px !important;
  }

  .html .size-84 {
    font-size: 56px !important;
  }

  .html .size-88 {
    font-size: 58px !important;
  }

  .html .size-92 {
    font-size: 60px !important;
  }

  .html .size-96 {
    font-size: 62px !important;
  }

  .html .size-100 {
    font-size: 64px !important;
  }

  .html .size-104 {
    font-size: 66px !important;
  }

  .html .size-108 {
    font-size: 68px !important;
  }

  .html .size-112 {
    font-size: 70px !important;
  }

  .html .size-116 {
    font-size: 72px !important;
  }

  .html .size-120 {
    font-size: 74px !important;
  }

  .html .size-124 {
    font-size: 76px !important;
  }

  .html .size-128 {
    font-size: 78px !important;
  }

  .html .size-132 {
    font-size: 80px !important;
  }

  .html .size-136 {
    font-size: 80px !important;
  }

  .html .size-140 {
    font-size: 80px !important;
  }

  .html .size-144 {
    font-size: 80px !important;
  }

  .html .size-148 {
    font-size: 80px !important;
  }

  .html .size-152 {
    font-size: 80px !important;
  }

  .html .size-156 {
    font-size: 80px !important;
  }

  .html .size-160 {
    font-size: 80px !important;
  }

  .html .size-164 {
    font-size: 80px !important;
  }

  .html .size-168 {
    font-size: 80px !important;
  }

  .html .size-172 {
    font-size: 80px !important;
  }

  .html .size-176 {
    font-size: 80px !important;
  }

  .html .size-180 {
    font-size: 80px !important;
  }

  .html .size-184 {
    font-size: 80px !important;
  }

  .html .size-188 {
    font-size: 80px !important;
  }

  .html .size-192 {
    font-size: 80px !important;
  }

  .html .size-196 {
    font-size: 80px !important;
  }

  .html .size-200 {
    font-size: 80px !important;
  }

  .html .size-204 {
    font-size: 80px !important;
  }

  .html .size-208 {
    font-size: 80px !important;
  }

  .html .size-212 {
    font-size: 80px !important;
  }

  .html .size-216 {
    font-size: 80px !important;
  }

  .html .size-220 {
    font-size: 80px !important;
  }
}

/* If text wrapped with span-style during editing, don't apply the fix here (See line59) */
.html .size-12 span {
  font-size: 12px !important;
}

.html .size-14 span {
  font-size: 14px !important;
}

.html .size-16 span {
  font-size: 16px !important;
}

.html .size-18 span {
  font-size: 18px !important;
}

.html .size-21 span {
  font-size: 21px !important;
}

.html .size-24 span {
  font-size: 24px !important;
}

.html .size-28 span {
  font-size: 28px !important;
}

.html .size-32 span {
  font-size: 32px !important;
}

.html .size-35 span {
  font-size: 35px !important;
}

.html .size-38 span {
  font-size: 38px !important;
}

.html .size-42 span {
  font-size: 42px !important;
}

.html .size-46 span {
  font-size: 46px !important;
}

.html .size-48 span {
  font-size: 48px !important;
}

.html .size-50 span {
  font-size: 50px !important;
}

.html .size-54 span {
  font-size: 54px !important;
}

.html .size-60 span {
  font-size: 60px !important;
}

.html .size-64 span {
  font-size: 64px !important;
}

.html .size-68 span {
  font-size: 68px !important;
}

.html .size-72 span {
  font-size: 72px !important;
}

.html .size-76 span {
  font-size: 76px !important;
}

.html .size-80 span {
  font-size: 80px !important;
}

.html .size-84 span {
  font-size: 84px !important;
}

.html .size-88 span {
  font-size: 88px !important;
}

.html .size-92 span {
  font-size: 92px !important;
}

.html .size-96 span {
  font-size: 96px !important;
}

.html .size-100 span {
  font-size: 100px !important;
}

.html .size-104 span {
  font-size: 104px !important;
}

.html .size-108 span {
  font-size: 108px !important;
}

.html .size-112 span {
  font-size: 112px !important;
}

.html .size-116 span {
  font-size: 116px !important;
}

.html .size-120 span {
  font-size: 120px !important;
}

.html .size-124 span {
  font-size: 124px !important;
}

.html .size-128 span {
  font-size: 128px !important;
}

.html .size-132 span {
  font-size: 132px !important;
}

.html .size-136 span {
  font-size: 132px !important;
}

.html .size-140 span {
  font-size: 132px !important;
}

.html .size-144 span {
  font-size: 132px !important;
}

.html .size-148 span {
  font-size: 132px !important;
}

.html .size-152 span {
  font-size: 132px !important;
}

.html .size-156 span {
  font-size: 132px !important;
}

.html .size-160 span {
  font-size: 132px !important;
}

.html .size-164 span {
  font-size: 132px !important;
}

.html .size-168 span {
  font-size: 132px !important;
}

.html .size-172 span {
  font-size: 132px !important;
}

.html .size-176 span {
  font-size: 132px !important;
}

.html .size-180 span {
  font-size: 132px !important;
}

.html .size-184 span {
  font-size: 132px !important;
}

.html .size-188 span {
  font-size: 132px !important;
}

.html .size-192 span {
  font-size: 132px !important;
}

.html .size-196 span {
  font-size: 132px !important;
}

.html .size-200 span {
  font-size: 132px !important;
}

.html .size-204 span {
  font-size: 132px !important;
}

.html .size-208 span {
  font-size: 132px !important;
}

.html .size-212 span {
  font-size: 132px !important;
}

.html .size-216 span {
  font-size: 132px !important;
}

.html .size-220 span {
  font-size: 132px !important;
}

@media all and (max-width: 1024px) {
  .html .size-12 span {
    font-size: 12px !important;
  }

  .html .size-14 span {
    font-size: 14px !important;
  }

  .html .size-16 span {
    font-size: 16px !important;
  }

  .html .size-18 span {
    font-size: 18px !important;
  }

  .html .size-21 span {
    font-size: 21px !important;
  }

  .html .size-24 span {
    font-size: 24px !important;
  }

  .html .size-28 span {
    font-size: 26px !important;
  }

  .html .size-32 span {
    font-size: 28px !important;
  }

  .html .size-35 span {
    font-size: 30px !important;
  }

  .html .size-38 span {
    font-size: 32px !important;
  }

  .html .size-42 span {
    font-size: 34px !important;
  }

  .html .size-46 span {
    font-size: 36px !important;
  }

  .html .size-48 span {
    font-size: 38px !important;
  }

  .html .size-50 span {
    font-size: 40px !important;
  }

  .html .size-54 span {
    font-size: 42px !important;
  }

  .html .size-60 span {
    font-size: 44px !important;
  }

  .html .size-64 span {
    font-size: 46px !important;
  }

  .html .size-68 span {
    font-size: 48px !important;
  }

  .html .size-72 span {
    font-size: 50px !important;
  }

  .html .size-76 span {
    font-size: 52px !important;
  }

  .html .size-80 span {
    font-size: 54px !important;
  }

  .html .size-84 span {
    font-size: 56px !important;
  }

  .html .size-88 span {
    font-size: 58px !important;
  }

  .html .size-92 span {
    font-size: 60px !important;
  }

  .html .size-96 span {
    font-size: 62px !important;
  }

  .html .size-100 span {
    font-size: 64px !important;
  }

  .html .size-104 span {
    font-size: 66px !important;
  }

  .html .size-108 span {
    font-size: 68px !important;
  }

  .html .size-112 span {
    font-size: 70px !important;
  }

  .html .size-116 span {
    font-size: 72px !important;
  }

  .html .size-120 span {
    font-size: 74px !important;
  }

  .html .size-124 span {
    font-size: 76px !important;
  }

  .html .size-128 span {
    font-size: 78px !important;
  }

  .html .size-132 span {
    font-size: 80px !important;
  }

  .html .size-136 span {
    font-size: 80px !important;
  }

  .html .size-140 span {
    font-size: 80px !important;
  }

  .html .size-144 span {
    font-size: 80px !important;
  }

  .html .size-148 span {
    font-size: 80px !important;
  }

  .html .size-152 span {
    font-size: 80px !important;
  }

  .html .size-156 span {
    font-size: 80px !important;
  }

  .html .size-160 span {
    font-size: 80px !important;
  }

  .html .size-164 span {
    font-size: 80px !important;
  }

  .html .size-168 span {
    font-size: 80px !important;
  }

  .html .size-172 span {
    font-size: 80px !important;
  }

  .html .size-176 span {
    font-size: 80px !important;
  }

  .html .size-180 span {
    font-size: 80px !important;
  }

  .html .size-184 span {
    font-size: 80px !important;
  }

  .html .size-188 span {
    font-size: 80px !important;
  }

  .html .size-192 span {
    font-size: 80px !important;
  }

  .html .size-196 span {
    font-size: 80px !important;
  }

  .html .size-200 span {
    font-size: 80px !important;
  }

  .html .size-204 span {
    font-size: 80px !important;
  }

  .html .size-208 span {
    font-size: 80px !important;
  }

  .html .size-212 span {
    font-size: 80px !important;
  }

  .html .size-216 span {
    font-size: 80px !important;
  }

  .html .size-220 span {
    font-size: 80px !important;
  }
}

/**********************************
    Title Styles
***********************************/

.html .is-light-text * {
  color: #fff;
}

.html .is-dark-text * {
  color: #000;
}

/* Style 1 */

.html .is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.html .is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.html .is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.html .is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.html .is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Style 2 */

.html .is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.html .is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.html .is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.html .is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.html .is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Style 3 */

.html .is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.html .is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* Style 4 */

.html .is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid;
}

.html .is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid;
}

.html .is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid;
}

.html .is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid;
}

.html .is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid;
}

.html .is-light-text .is-title4-96 {
  border: #fff 2px solid;
}

.html .is-light-text .is-title4-80 {
  border: #fff 2px solid;
}

.html .is-light-text .is-title4-64 {
  border: #fff 2px solid;
}

.html .is-light-text .is-title4-48 {
  border: #fff 2px solid;
}

.html .is-light-text .is-title4-32 {
  border: #fff 2px solid;
}

.html .is-dark-text .is-title4-96 {
  border: #000 2px solid;
}

.html .is-dark-text .is-title4-80 {
  border: #000 2px solid;
}

.html .is-dark-text .is-title4-64 {
  border: #000 2px solid;
}

.html .is-dark-text .is-title4-48 {
  border: #000 2px solid;
}

.html .is-dark-text .is-title4-32 {
  border: #000 2px solid;
}

/* Style 5 */

.html .is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

.html .is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

.html .is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.html .is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.html .is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.html .is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid;
}

.html .is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid;
}

.html .is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid;
}

.html .is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid;
}

/* Extra Title Styles */

.html .is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px;
}

.html .is-title-lite.is-title3-96,
.html .is-title-lite.is-title4-96,
.html .is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.html .is-title-lite.is-title3-80,
.html .is-title-lite.is-title4-80,
.html .is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.html .is-title-lite.is-title3-64,
.html .is-title-lite.is-title4-64,
.html .is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.html .is-title-lite.is-title3-48,
.html .is-title-lite.is-title4-48,
.html .is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.html .is-title-lite.is-title3-32,
.html .is-title-lite.is-title4-32,
.html .is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px;
}

.html .is-title-bold {
  font-weight: 800;
}

.html .is-title-bold.is-title3-96,
.html .is-title-bold.is-title4-96,
.html .is-title-bold.is-title5-96 {
  border-width: 4px;
}

.html .is-title-bold.is-title3-80,
.html .is-title-bold.is-title4-80,
.html .is-title-bold.is-title5-80 {
  border-width: 4px;
}

.html .is-title-bold.is-title3-64,
.html .is-title-bold.is-title4-64,
.html .is-title-bold.is-title5-64 {
  border-width: 3px;
}

.html .is-title-bold.is-title3-48,
.html .is-title-bold.is-title4-48,
.html .is-title-bold.is-title5-48 {
  border-width: 3px;
}

.html .is-title-bold.is-title3-32,
.html .is-title-bold.is-title4-32,
.html .is-title-bold.is-title5-32 {
  border-width: 2px;
}

/**********************************
    Into Styles
***********************************/

.html .is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}

.html .is-info1.size-21 {
  margin-top: 12px;
}

.html .is-info1.size-24 {
  margin-top: 15px;
}

.html .is-info2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.html .is-info2.size-21 {
  margin-top: 12px;
}

.html .is-info2.size-24 {
  margin-top: 15px;
}

/**********************************
    Buttons Styles
***********************************/

.html .is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}

/* ghost1 default */
.html .is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

/* ghost1 light-text */
.html .is-light-text .is-btn-ghost1,
.html .is-dark-text .is-light-text .is-btn-ghost1 {
  color: #fff;
  border: 1px solid #fff;
}

/* ghost1 dark-text */
.html .is-dark-text .is-btn-ghost1,
.html .is-light-text .is-dark-text .is-btn-ghost1 {
  color: #000;
  border: 1px solid #111;
}

/* ghost2 default */
.html .is-btn-ghost2 {
  color: #000;
  border: 1px solid #dcdcdc;
  background-color: #dcdcdc;
}

/* ghost2 light-text */
.html .is-light-text .is-btn-ghost2,
.html .is-dark-text .is-light-text .is-btn-ghost2 {
  color: #000;
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
}

/* ghost2 dark-text */
.html .is-dark-text .is-btn-ghost2,
.html .is-light-text .is-dark-text .is-btn-ghost2 {
  color: #000;
  border: 1px solid #d7d7d7;
  background-color: #d7d7d7;
}

.html .is-btn-small {
  padding: 5px 25px;
  font-size: 0.85em;
}

.html .is-upper {
  text-transform: uppercase;
}

.html .is-rounded-30 {
  border-radius: 30px;
}

/* backward compatible */
.html .btn {
  padding: 7px 25px;
  font-size: 1em;
  line-height: 2em;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}

.html .btn.btn-primary {
  color: #ffffff;
  background-color: #08c9b9;
}

.html .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #07b0a2;
  border-color: #07b0a2;
}

.html .btn.btn-default {
  color: #333333;
  background-color: #d3d3d3;
}

.html .btn.btn-default:hover {
  color: #111;
  background-color: #ccc;
  border-color: #ccc;
}

/**********************************
    Header Image with Caption
***********************************/
.html figure.hdr {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.html figure.hdr img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.html figure.hdr:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.html figure.hdr figcaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  padding: 0 2.5em;
  color: #fff;
  font-size: 1.55em;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

/* Text */
.html figure.hdr h2 {
  font-weight: 400;
  text-transform: uppercase;
}

.html figure.hdr h2 span {
  font-weight: 800;
}

.html figure.hdr p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-transform: uppercase;
}

.html figure.hdr h2,
.html figure.hdr p {
  margin: 0;
  z-index: 10000;
}

/* Cosmetic */
.html figure.hdr div {
  height: 100%;
  z-index: 0;
}

.html figure.hdr div::before,
.html figure.hdr div::after {
  position: absolute;
  content: '';
}

/* One */
.html figure.one div::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.html figure.one div::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* Two */
.html figure.two div::before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.html figure.two div::after {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* Three */
.html figure.three figcaption {
  height: 70%;
}

.html figure.three p {
  margin: 1em 0 0;
  padding: 2em;
  border: 1px solid #fff;
}

/* Four */
.html figure.four figcaption {
  height: 60%;
  text-align: left;
}

.html figure.four p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  padding: 2em;
  border: 7px solid #fff;
}

/* Five */
.html figure.five figcaption {
  height: 100%;
  text-align: right;
}

.html figure.five h2 {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 10%;
  border-bottom: 5px solid #fff;
}

.html figure.five p {
  position: absolute;
  right: 50px;
  bottom: 10%;
}

/* Six */
.html figure.six figcaption {
  height: 70%;
}

.html figure.six h2 {
  padding-bottom: 3%;
  border-bottom: 1px solid #fff;
}

.html figure.six p {
  padding-top: 6%;
}

/* Seven */
.html figure.seven figcaption {
  height: 90%;
  text-align: left;
}

.html figure.seven h2 {
  border-bottom: 3px solid #fff;
}

.html figure.seven p {
  padding-top: 1em;
}

/* Eight */
.html figure.eight figcaption {
  height: 100%;
  text-align: right;
}

.html figure.eight h2 {
  position: absolute;
  left: 50%;
  right: 50px;
  bottom: 10%;
}

.html figure.eight p {
  position: absolute;
  left: 50px;
  right: 50%;
  top: 10%;
  padding-right: 0.5em;
  border-right: 1px solid #fff;
}