/*!
 * Start Bootstrap - Grayscale v1.1.1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  width: 100%;
  height: 100%;
/*  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif,"Microsoft JhengHei";
  color: #888;
/*  background-color: #fff;*/
    
background: rgb(245,246,246); 
background: -moz-linear-gradient(left,  rgba(245,246,246,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 80%, rgba(245,246,246,1) 100%);
background: -webkit-linear-gradient(left,  rgba(245,246,246,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 80%,rgba(245,246,246,1) 100%); 
background: linear-gradient(to right,  rgba(245,246,246,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 80%,rgba(245,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 ); 
    
/*
  color: black;
  background-color: white;
*/
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
/*字體大寫*/
/*  text-transform: uppercase;*/
  font-family:"微軟正黑體","Meiryo","Roboto",sans-serif, arial, "黑體-繁", "Microsoft JhengHei", "Heiti TC";
/*    "Meiryo","Roboto",sans-serif, arial, "微軟正黑體", "黑體-繁", "Microsoft JhengHei", "Heiti TC";*/
/*  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif,"Microsoft JhengHei";*/
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {  
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

/*修改顏色*/
a {
  color: #7DC3FF;
/*  color: #42DCA3;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1d9b6c;
}
.light {
  font-weight: 400;
}
/*修改文字*/
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
/*  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif,"Microsoft JhengHei";
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }  
    
/*修改背景圖片大小*/
}
@media (min-width: 769px) {
    .col-top {
        padding-top: 60px;
    }
    .intro {
        background: url(../img/intro-bg-L.png) no-repeat bottom center scroll;
    }
    .imgsize {
        width: 85% !important;
    }
    .p-top01 {
    margin-top: 22% !important;
    }
    .bgcolor06 {
        
    }
    .bgcolor02 {
    background:rgba(255, 255, 255, 0.4)!important;
/*    margin-top:9% !important;*/
    }
    
    .p-top05 {
    padding-top: 4%;
    }
    
/*
    .p-top05 {
    margin-top: 4%;
    }
*/

}

@media screen and (min-width: 765px) and (max-width: 768px) {
    .intro {
        background: url(../img/intro-bg-S.png) no-repeat bottom center scroll;
    }
    .imgsize {
        width: 80% !important;
    }
    .p-top01 {
    margin-top: 10% !important;
    }
    .p-top05 {
    padding-top: 5%;
    }
}

@media screen and (min-width: 450px) and (max-width: 764px) {
    .intro {
        background: url(../img/intro-bg-L.png) no-repeat bottom center scroll;
    }
    .p-top01 {
    margin-top: 10% !important;
    }
    .row-top {
        margin-top:-20px; 
    }
}

@media screen and (min-width: 435px) and (max-width: 449px) {
    .intro {
        background: url(../img/intro-bg-S.png) no-repeat bottom center scroll;
    }
    .p-top01 {
        margin-top: 25% !important;
    }
    .p-top03 {
    padding-top: 10%;
    }
    .p-top01 {
    margin-top: 10% !important;
    }
    .row-top {
        margin-top:-20px; 
    }
}

@media screen and (min-width: 360px) and (max-width: 434px) {
    .intro {
        background: url(../img/intro-bg-S.png) no-repeat bottom center scroll;
    }
    .p-top01 {
        margin-top: 15% !important;
    }
    .p-top03 {
        padding-top: 10%;
    }
    .p-top04 {
    margin-top: -7% !important;
    }
    .row-top {
        margin-top:-20px; 
    }
}

@media (max-width: 359px) {
    .intro {
        background: url(../img/intro-bg-S.png) no-repeat bottom center scroll;
    }
    .p-top01 {
    margin-top: 8% !important;
    }
    .p-top03 {
    padding-top: 10%;
    }
    .p-top04 {
    margin-top: -8% !important;
    }
    .row-top {
        margin-top:-20px; 
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: white;
/*    background-color: white;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

/*修改*/
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: #666;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}


/*修改02*/
.btn-circle02 {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #EA642F;
  border-radius: 100% !important;
  font-size: 40px;
/*  color: #888888;*/
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle02:hover,
.btn-circle02:focus {
  outline: none;
/*
  color: white;
  background: rgba(255, 255, 255, 0.1);
*/
}
.btn-circle02 i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle02:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/*修改高度*/
.content-section {
  padding-top: 20px;
}

.content-section01 {
  padding-top: 50px;
}


.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.png) no-repeat center center scroll;
/*  background-color: black;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*修改高度*/
#map {
  width: 100%;
  height: 200px;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 50px;
/*
    修改
    padding-top: 250px;
*/
    margin: 0px auto;
  }
    
  .content-section01 {
    padding-top: 150px;
  }
    
    
  .download-section {
    padding: 100px 0;
  }
/*修改高度+寬度*/
  #map {
    margin: 0px auto;
    width: 70%;
    height: 400px;
    margin-top: 90px;
  }
}

/*按鈕*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
/*修改大寫字體*/    
/*  text-transform: uppercase;*/
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
/*  font-size: 14px;*/

  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    
  background-image: none;
/*  border: 1px solid transparent;*/
  border-radius: 4px;
  border: 1px solid #FF8989;
    
}

/*修改顏色*/
.btn-default {
  border: 1px solid #FF8989;
  color: #FF8989;
  background-color: transparent;
}
.btn-default:hover,

/*修改顏色*/
.btn-default:focus {
  border: 1px solid #FF8989;
  outline: none;
  color: black;
  background-color: #FF8989;
/*  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: 10px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

/*漸層*/
.bgcolor03 {
    background: #fcfcfc;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #fcfcfc 61%, #efefef 100%);
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fcfcfc 61%,#efefef 100%);
    background: linear-gradient(to bottom,  #fcfcfc 0%,#fcfcfc 61%,#efefef 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 ); 
}

.bgcolor02 {
    background:rgba(255, 255, 255, 0.4);
/*    margin-top:12%;*/
/*    background: #fff;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,ffffff+21,ffffff+49,ffffff+80,f5f6f6+100 */
}

.bgcolor06 {
/*    background:rgba(255, 255, 255, 0.4);*/
/*    margin-top:12%;*/
/*    background: #fff;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,ffffff+21,ffffff+49,ffffff+80,f5f6f6+100 */
}

.bgcolor01 {
    background: #f7f7f7;
}

.hrcolor01 {
    border-top: 0px solid #fff;
}

.hrcolor02 {
    border-top: 0px solid #f7f7f7;
}

.color-p01 {
    color: red;
}

.color-p02 {
/*    color: #444;*/
    color:#555;
}

.color-p03 {
    color: #fff;
}

.color-p04 {
    color: #FF8989;
}

.color-p05 {
/*    color: #8e0e0b;*/
    color: #983333;
    font-weight:bold;
}

.color-p06 {
    color: red;
}


@media (min-width: 768px) {
    .text-style{
        text-align:right !important;
    }
}

@media (max-width: 375px) {
    .col-size {
        font-size: 28px !important;
    }
}

.col-font {
    font-family:'Noto Sans TC', sans-serif,"Meiryo","Roboto", sans-serif, arial, "微軟正黑體", "黑體-繁", "Microsoft JhengHei", "Heiti TC"; !important;
    font-weight: 100 !important;
}


.btn01 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
/*修改大寫字體*/    
/*  text-transform: uppercase;*/
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
/*  font-size: 14px;*/

  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


.btn02 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;

  font-weight: 400;
/*  font-size: 14px;*/

  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    
  background-image: none;
/*  border: 1px solid transparent;*/
  border-radius: 4px;
  border: 1px solid #FF8989;
}

.font01 {
    color: #FFA886;
}

.font02 {
    color: #000;
}

.p-size-01 {
    font-size: 15px;
}

.p-top01 {
    margin-top: 27%;
}

.p-top02 {
    margin-top: 10%;
}

.p-top04 {
    margin-top: -3%;
}

.p-top06 {
    margin-top: -5%;
}

.imgsize {
        width: 100%;
}

.intro-item {
     background: url(../img/intro-bg-item.png) no-repeat  bottom center scroll;
}

.li-none {
    list-style-type:none;
}

.pad-right {
        padding-right:0px!important;
    }

.col-lg-01 {
     margin: 0px auto;
}

