/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
    display: none
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
    font-family: "微軟正黑體", "細明體", sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: "微軟正黑體", "細明體", sans-serif;
}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/

h1 {
    margin: 0.67em 0;
    font-size: 1.7em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.3em;
}
h3 {
    margin: 1em 0;
    font-size: 1.1em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
    font-weight: bold
}
blockquote {
    margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
    margin: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
    padding: 0
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 14px;
    line-height: 25px;
}
a {
    color: #73d0da
}
a:hover, a:focus {
    color: #73d0da;
    text-decoration: none;
}
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #4b98a9;
    font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
    background-color: #73d0da;
    color: #fff;
    text-decoration: none;
}
.learn-btn, .download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 3px;
    color: rgba(51,51,51,1);
	background-color: rgba(238,238,238,0.6);
    font-size: 16px;
	font-weight:700;
}
.main-btn {
    border: 2px solid rgba(255,193,15,1)!important;
    color: rgba(255,193,15,1)!important;
	background-color: rgba(238,238,238,0.1)!important;
}
.main-btn:hover {
    border: 2px solid rgba(224,33,38,1) !important;
    color: rgba(224,33,38,1) !important;
	background-color: rgba(238,238,238,0.3)!important;
}
.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: rgba(255,255,255,0.9);
    color: rgba(255,255,255,0.9);
	background-color: rgba(238,238,238,0.1);
    text-decoration: none;
}
.read-more-btn {
    display: inline-block;
    color: #323a45;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}
.info-text .download-btn {
    margin-top: 25px
}
/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    height: 26px;
}
.navicon p {
    margin: 1px 50px 0 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 700px;
    background: rgb(40, 70, 102) url('../img/big/1.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}
.hero h1 {
    margin: 200px 0 45px 0;
    font-weight: 300;
    font-size: 45px;
}
.hero h1 span {
    display: inline-block;
    color: #a1a9b0;
}
#home {
    width: 100%;
    height: 100%;
}
.hero {
    width: 100%;
    height: 100%;
}
header i {
    margin-left: 5px
}

/* ==========================================================================
Video
========================================================================== */
section.video i {
    margin-right: 10px;
    color: #323a45;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
section.video h1 {
    font-weight: 400;
    font-size: 20px;
}
section.video {
    padding: 60px 0;
    background-color: #f6f7f9;
}
section.video a {
    color: #323a45
}
section.video a:hover, section.video a:focus {
    color: #73d0da;
    text-decoration: none;
}
section.video a:hover i, section.video a:focus i {
    color: #73d0da
}

/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
    background: white;
}

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg {
    position: relative;
    min-height: 400px;
    background: url('../img/more/award.jpg') no-repeat center center;
    background-size: cover;
}
.features-bg-about {
    position: relative;
    min-height: 400px;
    background: url('../img/big/lxstamping.jpg') no-repeat center center;
    background-size: cover;
}
.features-bg-about-2 {
    position: relative;
    min-height: 400px;
    background: url('../img/big/pork2.jpg') no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
.features-bg-about {
    min-height: 300px!important;
}
.features-bg-about-2 {
    min-height: 300px!important;
}
.features-img {
    height: 280px!important;
    line-height: 280px!important;
}
}
.features-bg-pro1 {
    position: relative;
    min-height: 420px;
    background: url('../img/other/pro1.jpg') no-repeat center center;
    background-size: cover;
}
.features-bg-pro2 {
    position: relative;
    min-height: 400px;
    background: url('../img/other/pro2.jpg') no-repeat center center;
    background-size: cover;
}
.features-bg-designer {
    position: relative;
    min-height: 400px;
    background: url('../img/award/06.jpg') no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 420px;
    text-align: center;
    line-height: 420px;
}
.features-img span {
    padding: 10px 20px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	font-size:24px;
	font-weight:700;
}
.features-slider {
    position: relative;
    padding: 11% 80px 10% 80px;
    height: 420px;
    background-color: rgba(6,6,6,0.9);
}
.features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-slider ul li {
    width: 100%;
}
.features-slider li h1 , .features-slider li h2 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
	line-height: 28px;
}
.features-slider li p {
    color: #fff;
    font-size: 14px;
}
.features-slider li a {
    color: #fff;
	font-weight: 700;
}
.features-intro-img {
    position: relative
}
.slides li h1 {
    margin: 0;
    padding: 0;
}
.features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}
.features-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
}

/* ==========================================================================
Features List
========================================================================== */
.features-list {
  padding: 110px 0 60px 0
}
.features-list h1 , .features-list h2 , h2.section-title {
  margin: 0 0 10px 0;
  padding: 0;
  color: #24374b;
  font-size: 32px;
}
.features-list p {
  margin-bottom: 20px;
  color: #778899;
	font-size: 16px;
}
.feature-content {
  display: inline-block;
  margin-left: 0;
}
.feature-content h1 {
  font-size: 20px;
}
.feature-content p {
  font-size: 14px;
}
.feature-icon {
  display: inline-block;
  margin-right: 10px;
  width: 90px;
  height: 90px;
  border: solid 2px rgba(76,186,62,1);
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  font-size: 25px;
  line-height: 80px;
}
.pro-icon {
  margin-right: 0px!important;
  border: solid 5px rgba(238,238,238,1)!important;
}
#pro-fives .pro-icon {
  display: block!important;
	margin: 0 auto!important;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  font-size: 25px;
  line-height: 120px;
	padding: 10px;
}
#pro-fives .pro-text {
	padding-top: 5px!important;
}
.pro-text p {
  font-size: 16px!important;
}
.main-icon {
  border: solid 5px rgba(238,238,238,1)!important;
	background-color: rgba(255,193,15,1);
}
.main-icon i {
  color: rgba(255,255,255,1)!important;
}
.feature-icon i {
  color: rgba(76,186,62,1);
}
.w60 {
  width: 60%;
}
.features-intro {
  padding: 130px 0 10px 0
}
/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
    margin: 40px 0 0;
    padding: 0;
    border: none;
}
blockquote p {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%;
    vertical-align: top;
    font-style: italic;
}
blockquote .avatar {
    display: inline-block;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}
blockquote .logo-quote {
    display: inline-block;
    margin: 0 0 0 90px;
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/showcase-bg-fixed-01.jpg') no-repeat center center fixed;
    background-size: cover;
}
.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.device {
    position: absolute;
    top: -60px;
    left: 20%;
    min-height: 676px;
    width: 359px;
    background: url('../img/iphone-skeleton.png') no-repeat center center;
}
.device-content {
    position: absolute;
    top: 115px;
    left: 56px;
    width: 247px;
    height: 445px;
    background: rgba(0, 0, 0, 0.3);
}
.device-content img {
    width: 247px;
    height: 445px;
}
.showcase-wrap {
    position: relative;
    padding: 100px 0;
    min-height: 600px;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: 20px;
}

/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro {
  padding: 40px 0 40px 0;
  background-color: rgba(255,214,0,1);
}
.screenshots-intro h1 {
  margin-bottom: 20px;
  color: #24374b;
  font-weight: 400;
  font-size: 32px;
	text-decoration:underline;	
}
.screenshots-intro a {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
}
.screenshots-intro p {
  margin-bottom: 25px;
  color: #778899;
}
.more-por {
  margin-bottom: 40px;
	margin-top: 40px;
  font-weight: 700;
  font-size: 28px;
}
.more-por a {
	color: rgba(255,214,0,1);
}
/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 33.33%;
    list-style: none;
	padding:5px;
}
.main-gallery .flickity-slider li{ width:30%!important; }
.screenshots figure {
  position: relative;
  overflow: hidden;
	max-height: 280px;
}
.screenshots figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6,6,6,0.8);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: rgba(255,255,255,0.7)
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Download Now
========================================================================== */
.download {
    padding: 80px 0;
    background-color: rgba(255,255,255,1);
}
.download h1 {
    margin: 0 0 15px 0;
    color: #000;
    font-weight: 400;
    font-size: 40px;
}
.download h2 {
    margin: 0 0 15px 0;
    color: rgba(0,0,0,1);
    font-weight: 700;
    font-size: 22px;
}
.text-black {
    text-shadow: black 0.1em 0.1em 0.2em;
}
/* ==========================================================================
Footer
========================================================================== */
footer {
  padding: 60px 0 50px 0
}
footer p {
  color: #666;
}
footer li {
  float: left;
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
}
footer li a {
  color: #3f6184
}
footer li:last-child {
  margin-right: 0
}
.footer-nav , .footer-menu {margin-top:0!important;margin-bottom:0!important}
.footer-nav li {padding-left:10px}
/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay-35s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.delay-45s {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.delay-55s {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
/* ==========================================================================
css
========================================================================== */
.navbar-brand img {
	height: 70px;
	display: inline-block!important;
}
.navbar-brand {
	color: #3f6184!important;
	font-weight: bold;
}
li .page-scroll {
	color: rgba(255,193,15,1)!important;
	font-weight: bold;
	font-size: 15px;
}
li .page-scroll small {
	color: #FFF!important;
	font-weight: bold;
}
.slogo {
	color: #fff!important;
	font-weight: bold;
	font-size: 1.3em;
}
.slogo img {
	margin: -10px auto 0 auto;
}
.copy {
	background: rgba(255,193,15,1);color:#fff;font-weight: bold;
}
.copy a {color:#fff;}
.copy p {margin: 0!important;padding: 10px 0;font-size: 13px;}
@media screen and (max-width: 768px) {
  .copy p{
	font-size: 12px;
  }
}
.footer-info p {
	padding-left: 10px; margin: 10px 0; 
}
.footer-info .tel {
	font-size: 16px; font-weight: bold;
}
.ser-text {
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
}
.ser-text span {
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:999em;
	font-size: 12px;
	background-color:rgba(255,255,255,1);
	color:#000;
}
.ser-text a {
	color: #fff!important;
	display:block;
	padding: 14px 8px;
}
.ser-text a:hover {
	color: rgba(255,214,0,1)!important;
}
.por-text {
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	padding: 14px 8px;
}
.por-text span {
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:999em;
	font-size: 12px;
	background-color:rgba(255,255,255,1);
	color:#000;
}
.screenshots { padding:50px 0 35px 0}
.news-text { color: #CCC!important;}
.ahere , .navbar-right li:hover { border-bottom: 3px solid rgba(255,193,15,1)}

.content {
  padding: 50px 0 20px 0;
}
.info-text {
  padding: 80px 0;
  background-color: #3f6184;
}
.info-text h2 {
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
}

.breadcrumb-wrapper {
  background: url(../img/big/metal-parts.jpg) 50% 0 no-repeat;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
	background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) and (-webkit-touch-callout: none) {
.breadcrumb-wrapper {
  background-attachment: scroll!important;
}
}
.breadcrumb-wrapper h2.title {
  font-size: 22px;
  line-height: 40px;
  margin: 20px 0;
  color: #FFF;
	font-weight: 800;
}
.title-contact {
  margin-bottom: 80px!important;
}
.pattern-overlay-2 {
  /*background-color: rgba(63, 97, 132, 0.85); */
	background-image: url("../img/bg_off.png");
	padding-top: 100px;
}
.breadcrumbs {
  margin: 24px 0;
  color: #fff;
	font-weight: 600;
}

.breadcrumbs ul li {
  display: inline-block;
  line-height: 24px;
  font-size: 13px;
  color: #9e9e9e;
  margin: 0 0 0 5px;
  color: #fff;
}

.breadcrumbs ul li a {
  color: #fff;
}

.breadcrumbs ul li:first-child { margin-left: 2px !important }

.reply label { margin: 0 0 4px }

.reply label span { color: #e24747 }

.reply input { margin: 0 0 20px }

.reply textarea {
  min-width: 97.5%;
  min-height: 180px;
  -webkit-resize: vertical;
  -moz-resize: vertical;
  -webkit-resize: vertical;
  -moz-resize: vertical;
  resize: vertical;
  margin: 0 0 18px;
}
.blue-btn {
	background-color: rgba(255,193,15,1);
	color: #fff;
	font-weight: 600!important;
	border-radius: 0!important;
	padding: 8px 12px!important;
}
.blue-btn:hover {
	background-color: rgba(255,193,15,0.9);
	color: #fff;
}
.bg-here {
	background-color: rgba(255, 255, 255, 0.2)!important;
	font-weight: 700!important;
	color: rgba(255,255,0,1)!important;
}
.padd-top {
	padding-top: 50px!important;
}
.padd-top-2 {
	padding-top: 10px!important;
}
.padd-top-3 {
	padding-top: 40px!important;
}
.padd-top-4 {
	padding-top: 0px!important;
}
.padd-top-5 {
	padding-top: 20px!important;
}
.padd-bottom {
	padding-bottom: 0px!important;
}
.service-intro {
  padding: 20px 0 20px 0;
  background-color: #f6f7f9;
}
.service-intro h1 {
	/* [disabled]margin-bottom: 20px; */
	color: #24374b;
	font-weight: 400;
	font-size: 32px;
	text-decoration: underline;
}
.service-list {
  padding: 50px 0 50px 0;
}
.service-list-2 {
  padding: 0 0 50px 0;
	margin-top: -50px;
}
.service-list p , .service-list-2 p {
  margin-bottom: 20px;
  color: #778899;
}
.h1-text {
	text-decoration:none!important;
}
.bor-right {
	border-right: 1px solid #ccc;
}
.bor-left {
	border-left: 1px solid #ccc;
}
.l-height p {
	line-height:17px!important;
	color: #778899!important;
	margin-left: 40px;
}
.feature-1,.feature-2{margin-bottom:20px;}
.feature-3{margin-bottom:60px;}
.feature-tpt{margin-bottom:80px;}

.modal-body .pro-more {
  color: rgba(255,255,255,1);
  background: rgba(76,186,62,1);
  border: 2px solid rgba(255,255,255,1);
  padding: 10px;
  width: 180px;
  display: block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  box-sizing: initial;
  font-weight: 600;
  box-shadow: 0 0 0 5px #f9f9f9;
}
.modal-body .pro-more:hover {
  color: rgba(76,186,62,1);
  border: 2px solid rgba(76,186,62,1);
  background: #fff;
}

.s-img {
	padding: 5px;
	background-image: url("../img/bg_off.png")
}
.s-text {
	color: #778899;
	font-weight:700;
	padding: 5px 5px 10px 8px;
	background-image: url("../img/bg_off.png")
}
.logo-brand img {
	height:70px;
}
footer {background:rgba(6,6,6,0.9);}
footer p ,footer a {color: rgba(255,255,255,1)!important;}
footer a:hover {color: rgba(255,255,255,1)!important;}
footer i {color: rgba(255,255,255,1)!important; margin-right: 6px}
.about-text {padding: 20px 10px 0 10px;}
.slides-about h1 {margin-bottom: 20px!important;}
.slides-about p {margin-bottom: 15px!important;}
.all-pro hr {border-top:1px solid #999!important; margin-bottom:0!important;}
footer hr {border-top:1px solid #999!important; margin-bottom:0!important; margin-top:0!important;}
.designer {
  padding-top: 20px;
}
.designer h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: rgba(224,33,38,1);
  font-size: 30px;
	font-weight:700;
}
.designer h2 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #24374b;
  font-size: 22px;
}
.designer hr {
  margin: 12px 0;
}
.designer p {
  margin-bottom: 3px;
	margin-top: 3px;
  color: #778899;
	font-size: 14px;
}
.pro-date {
  color: #999!important;
	font-size: 13px!important;
}
.bg-gray {background-color:#EEE}
.bg-white {background-color:#FFF}
.img-pro {height:520px;}
.img-center {margin: 0 auto}
.text-green {color:rgba(76,186,62,1)!important}
.award ul li {padding: 1px!important;}
.mar-bottom { margin-bottom: 0!important;}

.pro-description p { line-height:24px; font-size:15px; letter-spacing:1px; padding:8px 12px ;}
.nav-wrapper .text-right { margin-top: 10px;}
.pro1-two h2 { font-size:24px;color:#648cff;}

.fa-map-marker-alt { margin-left: 3px;}

.section-title:after{
    display:block;
    content:"";
    width:100px;
    height:4px;
    position:absolute;
    left:50%;
    bottom:-15px;
    margin-left:-50px;
    background:rgba(255,163,0,1);
    border-radius:3px;
    box-shadow:0 2px 0 rgba(0,0,0,0.08);
}
h3.section-title{
    font-size: 24px;
}
.pro-sgs{
    padding: 0!important;
}
.pro-ingredients ul li{
    width:30%;
}
.pro-ingredients .flickity-page-dots{
    display: none;
}
.pro-ingredients .features-slider{
    padding: 30px!important;
}
.pro-ingredients .features-slider table{
    color: #FFF;
}
.pro-ingredients .features-slider table thead{
    font-size: 18px;
}
.table .bg-pro {background-color: rgba(52,52,52,0.6);}
.red-text , .red-text a {color: #f00!important;font-weight:700;}
.line-text {border-bottom:2px solid #f00}
.title-text {font-size: 22px;font-weight:700;margin-top:0!important;}
.modal-title {font-size: 16px;font-weight:700;color: #FF4000;}

#stores h3 { font-size:20px; font-weight:700;margin: 12px 0!important;}
#stores hr { margin: 12px 0!important}
#stores .company div {font-size:14px;padding:5px 0;}
#stores .company div a {color:#D90000;}
@media screen and (min-width: 768px) {
  #stores .company {float:left;width:100%;border-bottom:1px dotted #999;margin-left:7px;padding:5px 0 5px 5px}
}
@media screen and (max-width: 767px) {
  #stores .company {float:none;width:100%;border-bottom:1px dotted #999;margin-left:7px;padding:5px 0 5px 5px}
}
/* ==========================================================================================================
										子選單
   ========================================================================================================== */
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}
.dropdown-menu {margin-top: 3px!important; background-color: rgba(255,255,255,0.9);min-width: 155px!important;padding: 0px!important;}
.dropdown-menu li{border-bottom:1px solid #999;color: #164D2F;margin: 0 5px;}
.dropdown-menu li.menu-last{border-bottom:0px}
.dropdown-menu li a{color: #52945D;font-weight:700;padding: 10px 8px}
.dropdown-menu li:hover{border-bottom:1px solid #999;}
.dropdown-menu li.menu-last:hover{border-bottom:0px;}


.knowledge-text {
  padding: 20px;
}
.knowledge-text p {
  font-size: 14px;
}
.knowledge-text h3 {
  font-weight:700;
  line-height:24px;
}
.knowledge-link {
	color:#333;
	font-weight:700;
}
.knowledge-link:hover {
	color:rgba(38,148,181,1);
}
.knowledge-btn {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 3px;
  color: rgba(255,255,255,1)!important;
	background-color: rgba(38,148,181,1);
  font-size: 14px;
	font-weight:700;
	margin: 20px 0;
}
.knowledge-img {
	overflow:hidden;
	max-height:320px;
}
#fh5co-services-section,
#fh5co-pricing-section,
#fh5co-blog-section,
#fh5co-counter-section,
#fh5co-about-section,
#fh5co-contact-section {
  padding: 2em 0;
}
#fh5co-blog-section p {
  font-size: 14px;
}
#fh5co-blog-section h3 , .hot-news h3 , .all-pro h2 {
	font-weight:700;
	line-height:24px;
	color:rgba(255,163,0,1);
	font-size: 1.3em;
}
#fh5co-blog-section .btn {
  font-size: 12px;
  font-weight:700;
}
.fh5co-heading i {
  font-size: 40px;
  color: #00ADB5;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}
.fh5co-heading h2 {
  font-size: 34px;
}
.feature-full-1col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.feature-full-1col .image, .feature-full-1col .desc {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-full-1col .image, .feature-full-1col .desc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
}
.feature-full-1col .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .feature-full-1col .image {
    height: 300px;
  }
}
.feature-full-1col .desc {
  padding: 50px;
  background: #fff;
}
.feature-full-1col .desc strong {
  color: rgba(224,33,38,1);
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .feature-full-1col .desc {
    padding: 30px;
  }
}
.feature-full-1col .desc.desc2 {
  background: rgba(45, 64, 89, 0.05);
}

.feature-full-2col {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature-full-2col {
    flex-wrap: wrap;
    width: 100%;
  }
}
.feature-full-2col .blog-inner {
  float: left;
  width: 50%;
  padding: 0 12px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.news-inner {
  padding: 0!important;
}
@media screen and (max-width: 992px) {
  .feature-full-2col .blog-inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .feature-full-2col .blog-inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.feature-full-2col .blog-inner .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .feature-full-2col .blog-inner .image {
    position: relative;
    height: 250px;
  }
}
.feature-full-2col .blog-inner .image, .feature-full-2col .blog-inner .desc {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .feature-full-2col .blog-inner .image, .feature-full-2col .blog-inner .desc {
    width: 100%;
  }
}
.feature-full-2col .blog-inner .desc {
  padding: 22px;
  background: #fff;
}
.feature-full-2col .blog-inner .desc.desc2 {
  background: rgba(45, 64, 89, 0.05);
}

.cell-line img { height:45px;width:45px;}
.cell-line a { position:fixed;z-index:99999;right:7px;bottom:102px;}
.cell-line img:hover { opacity:0.9;}

.cell-phone a { background:rgba(255,163,0,0.8);color:#fff;position:fixed;z-index:99999;right:8px;bottom:55px;height:42px;width:42px;line-height:42px;border-radius:50%;text-align:center;}
.cell-phone i { font-size:1.4em;}
.cell-phone a:hover { background:rgba(255,163,0,0.9);color:#fff;}

.tpt-fb a { background:rgba(0,0,140,0.8);color:#fff;position:fixed;z-index:99999;right:8px;bottom:8px;height:42px;width:42px;line-height:42px;border-radius:50%;text-align:center;}
.tpt-fb i { font-size:1.4em;}
.tpt-fb a:hover { background:rgba(0,0,140,0.9);color:#fff;}

.navbar-fixed-top { box-shadow:0 0 8px rgba(0, 0, 0, .8);}

.btn-home {
  color: #ffffff!important;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px!important;
  line-height: 22px;
	margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  padding: 16px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: rgba(255,193,15,1);
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
	border-radius:30px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-home:hover,
.btn-home:active {
  color: #ffffff!important;
  background: rgba(224,33,38,1);
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.nav-phone {
	padding-bottom:0!important;
	box-shadow:0 0 8px rgba(0, 0, 0, .3)
}

.navbar-phone {
	border-top:1px solid rgba(238,238,238,1);
}
.navbar-phone ul {
	margin: 0 -10px!important;
}
.navbar-phone ul li {
	width: 25%;
	float: left;
}
.navbar-phone ul li a:hover , .navbar-phone ul li a.here {
	background: rgba(255,193,15,1);
	color: #ffffff!important;
}
.navbar-phone ul li a {
  color: rgba(255,193,15,1);
	font-weight: 700;
	text-align: center;
}

.condition h2 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  margin: 20px 0 12px 0;
}
.condition p {
  color: #111;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8em;
  width: 450px;
}
@media screen and (max-width: 768px) {
.condition p {
  width: 100%!important;
}
}
.join-wrapper h2 {
  color: rgba(255,255,255,1)!important;
}
.join-btn {
  border: 2px solid rgba(255,255,255,1)!important;
  color: rgba(255,255,255,1)!important;
	background-color: rgba(0,0,0,0.7)!important;
}
.join-btn:hover {
  border: 2px solid rgba(255,128,0,1) !important;
  color: rgba(255,128,0,1) !important;
	background-color: rgba(238,238,238,0.9)!important;
}

.hot-news , .one-pro {
  padding: 10px 10px 0 10px;
	margin-bottom: 30px;
	border: 1px solid rgba(168,168,168,1);
}
.hot-news img , .one-pro img {
  width: 100%;
}
.hot-news span {
  color: #F00;
}
.one-pro:hover {
	border: 1px solid rgba(255, 163, 0,1);
}
.one-pro {
	float:left;
}
.one-pro .desc {
	float:left;
}
.one-pro .desc h2 {
	margin:0.6em 0;
}
.one-pro .more {
	float:right;
	margin:0.6em 0;
	padding: 5px 9px;
	background:rgba(6,6,6,0.8);
	color: #FFF;
	font-weight:700;
}

.main-carousel button.next {
  left:auto!important;
}
.main-carousel .flickity-prev-next-button .arrow {
  fill:#fff!important;
}
.main-carousel .flickity-page-dots {
  bottom:3%!important;
}


@media  (max-width: 768px) {
  .main-carousel .flickity-prev-next-button {
    display: none!important;
  }
}
.post-text p {
  color: #666;
}

.post-text strong {
  font-weight: 600;
  font-size: 110%;
  color: #333;
}

.night-market-maps {
  padding: 30px 0 60px 0;
}

.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}