﻿[v-cloak] {
    display: none;
}

@font-face {
    font-family: MyCustomFont; /* 同樣的 font-family */
    unicode-range: U+3040-30FF; /* Hiragana, Katakana */
    src: local(Hiragino Kaku Gothic Pro), /* OS X */
    local(Meiryo); /* Windows Vista+ */
}
@font-face {
    font-family: MyCustomFont; /* 同樣的 font-family */
    src: local('Cabin'), local('Helvetica Neue'), local(Helvetica), local(Arial), local(sans-serif);
    font-weight:800;
}
/*@font-face {
    font-family: 'winnexFont';
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot);
    src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff2) format('woff2'), url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff) format('woff'), url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.ttf) format('truetype');
    unicode-range: U+4E00-9FFF,U+3400-4DBF,U+20000-2A6DF,U+2A700-2B73F,U+2B740-2B81F,U+2B820-2CEAF,U+F900-FAFF,U+2F800-2FA1F;
}*/
@font-face {
    font-family: 'winnexFont';
    font-style: normal;
    font-size: 2rem;
    src: local('Bitter Regular'), local('Bitter-Regular'), url(https://fonts.gstatic.com/s/bitter/v12/rax8HiqOu8IVPmn7cYxpPDk.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'winnexFont';
    font-style: normal;
    font-size: 2rem;
    src: local('Bitter Regular'), local('Bitter-Regular'), url(https://fonts.gstatic.com/s/bitter/v12/rax8HiqOu8IVPmn7f4xp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.navFont_en {
    font-weight: 800;
    font-size: 1rem;
}
.navFont_zh {
    font-weight: 800;
    font-size: 1.3rem;
}
body {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: transparent;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

.winnexNav {
    /*font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*font-family: MyCustomFont, 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'winnexFont', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: white;
    z-index: 4000;
}
.winnexNav.dropdown-menu {
    right: auto;
    left: auto;
}
.winnexNav.dropdown-menu>a
{
    color: black !important;
    background-color: white !important;
}
.winnexNav.dropdown-menu > a:hover {
    background-color: #bccbde !important;
}
.winnexNav-dropdown-item {
    color: black !important;
    background-color: white !important;
}
    .winnexNav-dropdown-item:hover {
        color: black !important;
        background-color: #bccbde !important;
    }
.loginNav {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(76, 233, 175, 0.73) !important;
}
.controlPanelNav {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(76, 233, 175, 0.73) !important;
}

.winnexNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: black;
  border: 1px solid black;
}

.winnexNav .navbar-brand {
    font-weight: 700;
    font-size: x-large;
}

.winnexNav a {
    color: black !important;
}

.winnexNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
    font-size: larger;
}


    .winnexNav .navbar-nav .nav-item:hover {
        background-color: #FAF0E6;
        outline: thin;
    }

.winnexNav .navbar-nav .nav-item:active, winnexNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  .winnexNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: #ffffff66;
  }
    .winnexNav:hover {
        background: #ffffff;
    }
    .winnexNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: white;
    }

    .winnexNav .nav-link.active {
        outline: none;
        background-color: rgba(255, 255, 255, 0.3);
    }
  .winnexNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  text-align: center;
  color: white;
  /*background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;*/
  /*background: url("../img/background/bg2.jpg") no-repeat bottom center scroll;*/
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 100px;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.download-section {
  color: black;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  /*border-radius: 0;*/
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.winnex-display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.winnex-display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.winnex-display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.winnex-display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}


.winnex-h1, .winnex-h2, .winnex-h3, .winnex-h4, .winnex-h5, .winnex-h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.winnex-h1 {
    font-size: 2.5rem;
}
.winnex-h2 {
    font-size: 2rem;
}
.winnex-h3 {
    font-size: 1.75rem;
}
.winnex-h4 {
    font-size: 1.5rem;
}
.winnex-h5 {
    font-size: 1.25rem;
}
.winnex-h6 {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .winnex-display-1 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .winnex-display-2 {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .winnex-display-3 {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .winnex-display-4 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .winnex-h1 {
        font-size: 1.6rem;
    }

    .winnex-h2 {
        font-size: 1.5rem;
    }

    .winnex-h3 {
        font-size: 1.4rem;
    }

    .winnex-h4 {
        font-size: 1.3rem;
    }

    .winnex-h5 {
        font-size: 1.2rem;
    }

    .winnex-h6 {
        font-size: 1rem;
    }
}

.winnex-underline-center:after {
    background-color: #3cd27b;
    content: " ";
    display: block;
    /*margin: 1rem auto 0 auto;*/
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
    height: 2px;
    display: none;
}
.winnex-underline-left:after {
    background-color: #3cd27b;
    content: " ";
    display: block;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    width: 10rem;
    height: 2px;
    display: none;
}
.winnex-underline-right:after {
    background-color: #3cd27b;
    content: " ";
    display: block;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    width: 10rem;
    height: 2px;
    display: none;
}
.carousel-indicators{
    bottom: -200px !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px !important;
    height: 50px !important;
}
