/* Generated by less 2.5.1 */
/*
Theme Name: Fairy Park
Theme URI:
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.0.8
Author: Mypolygon Studio
Author URI: 
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/*======= Helpers Class =======*/
@import "less/animation.css";


@font-face {
    font-family: 'Yuanti SC';
    src: url('fonts/STYuanti-SC-Regular.eot');
    src: local('Yuanti SC Regular'), local('STYuanti-SC-Regular'),
        url('fonts/STYuanti-SC-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/STYuanti-SC-Regular.woff2') format('woff2'),
        url('fonts/STYuanti-SC-Regular.woff') format('woff'),
        url('fonts/STYuanti-SC-Regular.ttf') format('truetype'),
        url('fonts/STYuanti-SC-Regular.svg#STYuanti-SC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yuanti SC';
    src: url('fonts/STYuanti-SC-Bold.eot');
    src: local('Yuanti SC Bold'), local('STYuanti-SC-Bold'),
        url('fonts/STYuanti-SC-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/STYuanti-SC-Bold.woff2') format('woff2'),
        url('fonts/STYuanti-SC-Bold.woff') format('woff'),
        url('fonts/STYuanti-SC-Bold.ttf') format('truetype'),
        url('fonts/STYuanti-SC-Bold.svg#STYuanti-SC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Book'), local('Gotham-Book'),
        src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Bold'), local('GothamBold'),
        src: url('fonts/GothamBold.eot');
    src: url('fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamBold.woff2') format('woff2'),
        url('fonts/GothamBold.woff') format('woff'),
        url('fonts/GothamBold.ttf') format('truetype'),
        url('fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.f400 {
    font-weight: 400 !important;
}

.overthrow {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

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

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

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

.align-justify {
    text-align: justify;
}

.align-center li {
    list-style-position: inside;
}

img {
    max-width: 100%;
    height: auto;
}

.white {
    color: #fff;
}

.black {
    color: #1d1d1b !important;
}

.grecaptcha-badge {
    display: none !important;
}

.reset-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {}

.txtwrap {
    display: inline-block;
}

/*======= Button Effect =======*/
.btn,
button {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
    border: 1px solid #1d1d1b;
    padding: 15px 35px;
    color: #1d1d1b;
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 2rem;
}

button:hover,
.btn:hover {
    background: #1d1d1b;
    color: #fff;
    cursor: pointer !important;
}

/*======= Img Effect =======*/
a.img-zoomIn {
    display: block;
    cursor: pointer;
}

a.img-zoomIn img {
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

a.img-zoomIn:hover img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    opacity: 1;
}

a.img-zoomIn:hover figcaption:before,
a.img-zoomIn:hover figcaption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

a.img-zoomIn:hover figcaption h2 {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
}

a.img-zoomIn figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

a.img-zoomIn figcaption h2 {
    color: #9fab00;
    padding-top: 45%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
}

a.img-zoomIn figcaption:before,
a.img-zoomIn figcaption:after {}

a.img-zoomIn figcaption:before {}

a.img-zoomIn figcaption:after {}

html {
    font-size: 62.5%;
    /* Sets up the Base 10 stuff */
}

body {
    font-family: "Noto Sans TC", sans-serif;
    /*font-family: 'Yuanti SC', Arial, Helvetica, sans-serif;*/
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    color: #1d1d1b;
    padding-top: 102px;
    overflow-x: hidden;
    background: #fff;
}

h1,
h2,
h3 {
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 2.5rem;
}


h4 {
    font-weight: bold;
    line-height: 1.5;
}

p {
    margin-bottom: 15px;
}

hr {
    border-top: 1px solid #1d1d1b;
}

a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    cursor: pointer !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

::selection {
    color: #222;
    background: #ddd;
}

/*==== Font ====*/
/* =================================================================
Header ========================================== */
.header-waypoint {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0px;
}

/*======= header =======*/
#header {
    background: #fff;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 8px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    z-index: 99999;
}

.header-active#header {
    padding: 0;
    background: #fff !important;
    -webkit-box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.2);
}

/*======= Logo =======*/
.navbar-header .navbar-brand {
    height: auto;
}

a#logo img {
    width: 95px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.header-active#header a#logo img {
    width: 80px;
}

/*======= Navigation =======*/
.navbar-toggle {
    border-color: transparent;
    /*background: #f2f2f2;display: none;*/
}

.navbar-toggle .icon-bar {
    background: #1d1d1b;
}

nav#navigation {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

}

.header-active#header nav#navigation {}

#navigation li {
    margin: 0;
    text-align: center;
}

#navigation li.menu-external a {
    font-size: 22px;
    padding: 15px 10px;
}

#navigation li a {
    color: #1d1d1b;
    background: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#navigation li.current-menu-item a {
    color: #b08575 !important;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active {
    background: transparent;
    color: #aaa !important;
}

#navigation li.glyphicon a {
    text-indent: -999999px;
}

#navigation li.glyphicon:before {
    color: #b08575;
    position: absolute;
    top: 20px;
    left: 0px;
}

#navigation li.current_page_parent > a {
    color: #b08575 !important;
    background: transparent;
}

#navigation li.current_page_parent > a:before {
    background: #b08575 !important;
}

#navigation li.dropdown ul.dropdown-menu {
    padding: 0;
    border: 0;
    background: #fff;
}

#navigation li.dropdown ul.dropdown-menu li a {
    padding: 8px 20px;
    color: #b08575;
    border-bottom: 1px solid rgba(256, 256, 256, 0.3);
}

#navigation li.dropdown ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

#navigation li.dropdown.open a {
    background: transparent;
}

.page-head.clearfix {
    display: none;
}

article#post-not-found h1 {
    font-size: 24px;
    ;
}


/*=== Language ===*/

ul.languagebar {
    list-style: none;
    float: right;
    margin-top: -62px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-active#header ul.languagebar {
    margin-top: -53.5px;
}

ul.languagebar li {
    display: inline-block;
}

ul.languagebar a {
    color: #000;
    padding-left: 1rem;
}

ul.languagebar a:hover {
    color: #aaa;
}

/*=== mega menu ===*/


div#mega-menu-wrap-main_nav {
    margin-top: 17px;
    background: none !important;
}

.menubg {
    padding-right: -15px;
    padding-left: -15px;
    padding-bottom: -15px;
}

.menubg img {
    width: 100%;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    color: #1d1d1b !important;
    font-size: 16px !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:hover {
    color: #7b8b74 !important;
    background: none !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    /* color: #b08575 !important;*/
    background: none !important;
    color: #1d1d1b !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 5px !important;
    color: #1d1d1b !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #7b8b74 !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #1d1d1b !important;
    font-size: 16px;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #7b8b74 !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 5px !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #f2f2f2 url(images/submenu-bg.png) no-repeat bottom !important;
    background-size: 100% !important;
    padding-bottom: 25% !important;
    box-shadow: none !important;
}


#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.newslabel > a.mega-menu-link {
    font-size: 10px !important;
    display: inline-block !important;
    padding: 0.5rem 1rem !important;
    cursor: default !important;
    background: #7b8b74 !important;
    color: #f3eee2 !important;
    border-radius: 0px;
    margin-bottom: 1rem;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.newslabel > a.mega-menu-link:hover {
    color: #f3eee2 !important;
    cursor: default !important;
    background: #7b8b74 !important;
}

/* =================================================================
Index Page ========================================== */
body.home {
    overflow-x: hidden;
}

#home {
    padding-bottom: 9rem !important;
}

.home h1 {
    font-size: 55px;
}

h1 a,
h1 a:active,
h1 a:focus {
    color: #1d1d1b;
}

h1 a:hover {
    color: #222;
}

.intro {
    background: url(images/homeintro-img1.jpg) left top no-repeat;
    background-size: 18vw auto;
    margin-bottom: -3px;
}

.introSection {
    background: url(images/homeintro-img2.jpg) right center no-repeat;
    background-size: 18vw auto;
}

.introbg {
    width: 100vw;
    height: auto;
    margin-top: -15%;
    z-index: -1;
    position: relative;
}

/*==== not found ====*/
article#post-not-found {
    margin-bottom: 11rem;
}

/*=== index | why ===*/

.whySection {
    background: url(images/watercolor-bg.png) no-repeat bottom;
    background-size: 100% auto;
    padding-bottom: 28% !important;
}

.whyico {
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
}

.whygrid {
    padding: 1.8rem 2.5rem;
}

.whygrid h4 {
    font-size: 22px;
}


/*=== index | service ===*/

.serviceico {
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
}

.servicegrid {
    padding: 1.8rem;
}

.servicegrid a {
    display: block;
    color: #f3eee2;
}


.servicegrid a:hover {
    color: #fff;
}

.servicegrid a img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);

}

.servicegrid a img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);

}

/*=== index | news ===*/
.newsSection .owl-item {
    border: 0 !important;
    background: #fff !important;
    padding: 3rem;
    height: 100%;
}

.newsSection .psac-post-image-bg {
    height: 210px !important;
    background-color: #fff !important;
    background-size: 100% auto !important;
}

.newsSection .psac-post-carousel.psac-design-2 .psac-post-carousel-content {
    border: 0 !important;
    text-align: left;
}

.newsSection .psac-post-carousel.psac-design-2 .psac-post-margin-content {
    padding: 0;
}

.newsSection .psac-post-carousel.psac-design-2 .psac-post-title {
    font-size: 18px !important;
    letter-spacing: 1.7px !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.newsSection .psac-post-meta {
    margin: 0 !important;
}

.newsSection .psac-post-carousel.psac-design-2 .psac-post-title a {
    color: #1d1d1b;
}

.newsSection .psac-post-short-content {
    margin: 0 !important;
}

/*
.newsSection .psac-post-short-content:after {
    content: ' ...';
}
*/
.newsSection a.psac-readmorebtn {
    border: 1px solid #1d1d1b;
    padding: 15px 35px;
    color: #1d1d1b;
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 2rem;
    font-size: 0px;
}

.newsSection a.psac-readmorebtn:hover {
    background: #1d1d1b;
    color: #fff;
}

.newsSection a.psac-readmorebtn:before {
    content: '阅读更多';
    font-size: 12px;
    letter-spacing: 0.8px;
}

.newsSection .owl-item {
    min-height: 575px !important;
}

.newsSection .owl-dots {
    padding-top: 1.5rem;
}

.newsSection button.owl-dot {
    background: #ccc !important;
    margin: 5px !important;
}

.newsSection button.owl-dot.active {
    background: #7b8b74 !important;
}

/*=== index | product ===*/


.productSection .black {
    background: unset !important;
    color: unset !important;
    border-radius: unset !important;
    border: unset !important;
    padding: unset !important;
}

.productSection .owl-item a {
    display: block;
    color: #1d1d1b;
}

.productSection .owl-item:hover a {
    color: #b08575 !important;
}


.productSection .owl-item a img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.productSection .owl-item a img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.productSection .owl-item img {
    margin-bottom: 5px;
}

.productSection button.owl-dot {
    margin: 2px !important;
}

.productSection button.owl-dot span {
    background: #ccc !important;
}

.productSection button.owl-dot.active span {
    background: #7b8b74 !important;
}


/*=== index | review ===*/

.reviewSection .black {
    background: unset !important;
    color: unset !important;
    border-radius: unset !important;
    border: unset !important;
    padding: unset !important;
}

.sa_hover_container {
    background: unset !important;
}

/*====== About =====*/
.aboutbgvideoSection {
    background: url(images/about-bg.jpg) center bottom no-repeat;
    background-size: cover;
}

.aboutbgcontentSection h2 {
    font-size: 26px;
}

.aboutbgcontentSection img {
    width: 90%;
    margin: 2rem 0;
}

.aboutmilestoneSection {
    background: url(images/aboutmilestonebg.png) center bottom no-repeat fixed;
    background-size: cover;
    padding: 0 !important;
}

.milestone {
    display: block;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: url(images/milestone-line.png) center repeat-y;
    background-size: 1px 1px;
}


.milestone-year h2 {
    background: #7b8b74;
    color: #f3eee2;
    line-height: 1 !important;
    font-size: 24px !important;
    margin: 5rem auto 0 auto;
    padding: 40px 0 0 0;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.milestone .milestone-item {
    background: url(images/milestone-line.png) left no-repeat;
    background-position-y: 13px;
    background-size: 35px 1px;
    text-align: left;
    float: right;
    clear: both;
    margin-top: 5rem;
    padding-left: 5rem;
    display: block;
}

.milestone .milestone-item.floatleft {
    background: url(images/milestone-line.png) right no-repeat;
    background-position-y: 13px;
    background-size: 35px 1px;
    text-align: right !important;
    float: left !important;
    clear: both;
    margin-top: 5rem;
    padding-right: 5rem;
    display: block;
}

/*=== Mr Mrs ===*/
.mrmsgrid {
    margin-bottom: 3rem;
}

.mrmsgrid .fb-like.fb_iframe_widget {
    margin-top: 1rem;
}

/*===== Blog =====*/
p.tags {
    font-size: 12px;
    color: #b08575;
    margin-top: 4rem;
}

a.label[rel=tag] {
    background: #b08575;
    color: #fff;
    font-weight: 400;
    padding: 1rem 1.5rem;
    font-size: 12px;
    display: inline-block;
    margin: 3px 0 3px;
}

a.label[rel=tag]:hover {
    background: #000;
    color: #fff;
}

.postnavigation a {
    color: #1d1d1b;
}

.postnavigation a:hover {
    color: #b08575;
}

.archivebgwrap {
    background: #1d1d1b url(images/archivebg.jpg) no-repeat center;
    background-size: cover;
}

.archiveSection {
    background: #f3eee2 url(images/blog-bg.jpg) no-repeat bottom center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
    padding-bottom: 10% !important;
}

.archiveSection > .pageSection {
    padding-top: 5rem !important;
}

.blogarticleSection {
    background: #f3eee2 url(images/blog-bg.jpg) no-repeat bottom center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
    padding-bottom: 20% !important;
}

.blogbox {
    height: 100%;
    padding: 3rem;
    margin-bottom: 3rem;
}

.single .blogbox img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.single .blogbox h3,
.single .blogbox h4,
.single .blogbox p {
    margin: 1.5rem 0;
}

.single .blogbox iframe {
    margin-bottom: 2rem;
}

.archiveSection table td {
    padding: 10px;
}

.archiveSection table td p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.archiveSection table td a {
    display: inline-block !important;
    margin-bottom: 1rem !important;
}

.archiveSection table td a:last-of-type {
    margin-bottom: unset !important;
}

h2.postTitle {
    font-size: 18px !important;
    margin-top: 1rem;
    letter-spacing: 2px !important;
    margin-bottom: 1rem;
}

.crsSection {
    padding-top: 7rem;
}

section.paginationSection {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 2rem auto;
}

ul.pagination {
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    background: rgba(0, 0, 0, 0) !important;
    color: #1d1d1b !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: rgba (0, 0, 0, 0);
    border-color: rgba (0, 0, 0, 0);
    border: 0 !important;
    color: #b08575 !important;
}


.categorytag {
    background: #b08575;
    margin-right: 1rem;
    padding: 1rem;
    color: #fff;
}

.categorytag:hover {
    background: #1d1d1b;
    color: #fff;
}

.categorytag.最新消息,
.categorytag.企业责任 {
    display: none !important;
}

.archive .date {
    font-size: 90%;
}

.archive a.categorytag {
    background: unset;
    color: unset;
    padding: unset;
    margin: unset;
}

.archive a.categorytag:hover {
    color: #1d1d1b;
}

.archive a.categorytag:after {
    content: '|';
    margin: 5px 0 5px 5px;
}

/*==== BKT ====*/
.bktSection .blogbox {
    padding: 1.5rem;
}

.bktSection .blogbox a.btn {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;

}

/*===== breadcrumb =====*/

.breadcrumbSection {
    padding: 1.2rem 0;
}

.breadcrumbSection,
.breadcrumbSection p,
.breadcrumbSection a {
    font-size: 12px;
}

.breadcrumbSection a {
    color: #888 !important;
}

.breadcrumbSection a:hover {
    color: #fff !important;
}


/*======= page ========*/

.pageSection {
    padding: 10rem 0;
}

.pageSection h2 {
    font-size: 28px;
    letter-spacing: 2.5px;
}

.pageBanner {
    text-align: center !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    color: #f3eee2;
    padding: 13rem 0;
}

.pageBanner .titlebg {
    background: url(images/titlebg.png) no-repeat center;
    background-size: 100%;
    width: fit-content;
    margin: auto;
    height: auto;
    padding: 4rem 7rem 3rem 3rem;
}

/*
.productBanner.pageBanner .titlebg {
    background-size: 250px;
    padding: 7rem;
}
*/
.pageBanner h1#pageTitle {
    display: inline-block;
    margin: 0;

}

#pageTitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
}

.subtitle {
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 2.5px;
    border-top: 2px solid #1d1d1b;
    padding: 10px 25px;
    margin: 0 auto 60px auto;
    width: auto;
    display: inline-block;
    position: relative;
}

.light {
    color: #f3eee2 !important;
}

.lightbg {
    background-color: #f3eee2 !important;
}

.brown {
    color: #b08575 !important;
}

.brownbg {
    background-color: #b08575 !important;
}

.green {
    color: #7b8b74 !important;
}

.greenbg {
    background-color: #7b8b74 !important;
}

.darkbg {
    background-color: #1d1d1b !important;
}

.whitebg {
    background-color: #fff !important;
}

.round {
    border-radius: 50% !important;
}

/*=====
Overlay
=======*/
.fpWrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    color: #f3eee2;
    text-align: center;
}

.fpWrap a {
    display: block;
    color: #f3eee2;
}

.fpWrap .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fpWrap .overlay .centralize {
    width: 85%;
    margin: 0;
    position: absolute;
    top: unset;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fpWrap:hover .overlay .centralize {
    width: 85%;
    margin: 0;
    position: absolute;
    top: 45%;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
}


.fpWrap .overlay h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 1rem 2.3rem;
    border: 1px solid #f3eee2;
    background: #1d1d1b;
    display: inline-block;
    width: auto;
    margin-bottom: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fpWrap:hover .overlay h3 {
    border: 0;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 2rem;

}

.fpWrap .overlay p {
    font-size: 0;
}

.fpWrap:hover .overlay p {
    font-size: 16px;
}

.fpWrap:hover .overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #f3eee2;
    font-size: 24px;
}

.fpWrap img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
}

.fpWrap:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*===== Products =====*/

.facilitiesSection [class*='col-'] {
    margin-bottom: 3rem;
}

.productdetail .row {
    margin-bottom: 8rem;
}

.productdetail .row:last-child {
    margin-bottom: 0;
}

.productdetail img {
    margin-bottom: 2.5rem;
}

.productdetail h3 {
    font-size: 24px;
    ;
}

.officelocationSection a {
    color: unset;
}

.officelocationSection a:hover {
    color: #1d1d1b;
}

.directionSection {
    padding: 0 !important;
}

.directionSection .container {
    width: 100%;
    padding: 0 !important;
}

.driving {
    padding-left: 3rem;
    padding-right: 3rem;
}

.supporting-img img {
    width: 70%;
}

.productdetail .sa_owl_theme .owl-dots {
    bottom: 0 !important;
}

/*===== Service =====*/
.planSection {
    background: url(images/planbg.png) no-repeat center fixed;
    background-size: 100% auto;
}

.plan-icon {
    width: 90px;
    max-width: 80%;
    margin-top: 2.5rem;
}

.funeralSection {
    background: url(images/funeral-bg.png) no-repeat center fixed;
    background-size: 100% auto;
}

.funeralserviceSection [class*='col-'] {
    margin-top: 3.5rem;
}

.funeralserviceSection h4 {
    margin-bottom: 1.3rem;
}

.iconbg {
    display: inline-block;
    max-width: 80%;
}

[class*='col-']:nth-child(1) .iconbg,
[class*='col-']:nth-child(4n+1) .iconbg {
    background: url(images/iconbg1.png) no-repeat center;
    background-size: 100% auto;
}

[class*='col-']:nth-child(2n) .iconbg {
    background: url(images/iconbg2.png) no-repeat center;
    background-size: 100% auto;
}

[class*='col-']:nth-child(3n) .iconbg {
    background: url(images/iconbg3.png) no-repeat center;
    background-size: 100% auto;
}

[class*='col-']:nth-child(4n) .iconbg {
    background: url(images/iconbg4.png) no-repeat center;
    background-size: 100% auto;
}

.contactgrid {
    background: #eee;
    padding: 1.5rem 2.5rem;
    text-align: left;
    height: 100%;
    margin-bottom: 3rem;
}

.contactgrid h4 {
    font-weight: 400;
}



/*======= Contact  =====*/

.btn-contact {
    font-size: 16px;
    color: #f3eee2;
    background: #b08575;
    border: 0;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    padding: 25px 18px;
}

.btn-contact.entxt {
    font-size: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    padding: 15px 25px;
    margin-right: -45px !important;
}

.page-id-2454 .btn-contact {
    display: none !important;
}

.contactSection {
    background: url(images/contact-fairypark-bg.jpg) no-repeat center fixed;
    background-size: cover;
}

.contactSection .titlebg {
    background: url(images/titlebglight.png) no-repeat center;
    background-size: 100%;
    width: fit-content;
    height: auto;
    padding: 4rem 7rem 3rem 3rem;
    display: inline-block;
    margin-left: -30px !important;
    margin-bottom: 3rem !important;
}

.contactSection h1#pageTitle {
    display: inline-block;
    margin: 0;
    color: #1d1d1b !important;

}

.contactSection h3 {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px;
    ;
}

img.contact-img {
    width: 250px;
    max-width: 40%;
    position: absolute;
    margin-top: -230px;
    z-index: 0;
}

.contactinfo {
    margin-top: 3.5rem;
}

.locationSection a,
.contactfairypark a,
.contactinfo a {
    color: unset;
}

.locationSection a:hover,
.contactfairypark a:hover,
.contactinfo a:hover {
    color: #b08575 !important;
}

.contactinfo h4 {
    line-height: 1.4;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 1rem;
}

.officeSection .contactinfo h4 {
    min-height: 54px;
}

.viewSection {
    background: url(https://staging.fairypark.asia/wp-content/themes/fairypark/images/funeral-bg.png) no-repeat center fixed;
    background-size: cover;
}

#contact {
    padding-bottom: 9rem !important;
}

#contact a {
    color: #1d1d1b;
}

#contact a:hover {
    color: #555;
}

.btn-direction {
    font-size: 12px;
    max-width: 100%;
    width: 160px;
    margin: 0 auto 1rem auto;
}

.btn-white {
    border: 1px solid #f3eee2;
    background: rgba(0, 0, 0, 0);
    color: #f3eee2;
}

.btn-white:hover {
    background: #f3eee2;
    color: #1d1d1b;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    width: 100%;
}

.onlineform {
    margin-top: 4rem;
}

.wpcf7-submit.btn {
    width: 100%;
    margin-top: 0;
    border: 0;
    color: #f3eee2 !important;
    background: #b08575 !important;
}

.wpcf7-submit.btn:hover {
    border: 0;
    color: #f3eee2 !important;
    background: #1d1d1b !important;
}

/*==== enquiry ====*/
div.wpcf7-response-output {
    border: 0 !important;
}

.form-group {
    margin-bottom: 11px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #1d1d1b;
    font-size: 12px;
    background: #f2f2f2;
    padding: 2rem 1.5rem;
}

textarea.form-control {
    padding: 2rem 1.5rem;
}

span.wpcf7-not-valid-tip {
    background: rgba(255, 0, 0, 0.5);
    color: #fff;
    font-size: 10px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background: #f7e700;
}

/*==== Thank you page =====*/
.thankyouSection {
    background: url(images/homeintro-img2.jpg) right bottom no-repeat;
    background-size: 25vw auto;
}

.thankyouSection #pageTitle {
    line-height: 1.3;
}

.t-media {
    font-size: 25px;
}

.t-media a {
    margin-right: 5px;
    color: #1d1d1b;
}

.t-media a:hover {
    color: #b08575 !important;
}

/*======= List style =======*/
ul {
    padding-left: 20px;
    /*margin-bottom: 20px;*/
}

ul.lower-alpha {
    list-style-type: lower-alpha;
}

ul.disc {
    list-style-type: disc;
    margin-bottom: 10px;
}


/*==== Gallery ====*/
a.thumbnail {
    border: 0;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.gallery-item img {
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-item {
    padding: 5px !important;
    margin: 0 !important;
}

/* =================================================================
Footer ========================================== */


#footer p {
    margin-bottom: 8px;
}

#footer p:last-child {
    margin-bottom: 0;
}

#footer {
    color: #1d1d1b;
    background: #f2f2f2;
    padding: 2rem 0;
    font-size: 10px;
    letter-spacing: 0.6px;
}

#footer .row > div {
    margin-bottom: 0 !important;
}


.footerSection ul {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.footerSection p {
    margin-bottom: 8px !important;
}

.footerSection li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.footerSection li a {
    display: block;
    color: #1d1d1b;
}

.footerSection li a:hover {
    color: #f3eee2;
}

.footer-logo {
    margin-top: 3rem;
    margin-bottom: 3rem;
    max-width: 100%;
    width: 130px;
}

p.followus {
    margin-bottom: 1rem !important;
}

.followus a {
    font-size: 24px;
    color: #1d1d1b;
    margin-right: 8px;
    display: inline-block;
    margin-top: -2px;
}

.followus a:hover {
    color: #f3eee2;
}

.followus a.social path {
    fill: #1d1d1b;
}

.followus a.social:hover path {
    fill: #f3eee2;
}

.telno {
    color: #1d1d1b;
}

.telno:hover {
    color: #f3eee2;
}

.footerSection .form-inline .input-group {
    width: 70%;
}

.footerSection .input-group [class*='col-'] {
    padding: 0;
    margin: 0;
}

.downloadapp a {
    margin-top: 20px;
    padding: 1rem 3rem 1rem 1rem;
    color: #f3eee2 !important;
    background: #000;
    display: inline-block;
    border-radius: 10px;
    font-size: 90%;
}

.downloadapp a img {
    width: 45px;
    margin-right: 5px;
}

.downloadapp a:hover {
    color: #f3eee2 !important;
    background: rgba(0, 0, 0, 0.4);
}

.googlemap {
    margin: 0 0 -8.5px 0;
    padding: 0;
    width: 100%;
}

input#search {
    padding: 15px 20px !important;
    background: #fff;
    border: 1px solid #fff;
    width: 100% !important;
    height: auto !important;
}

.btn-search {
    margin: 0;
    padding: 15px 20px !important;
    width: 100% !important;
    height: auto !important;
    background: #1d1d1b;
    color: #fff;
    border: 1px solid #1d1d1b;
}

.btn-search:hover {
    border: 1px solid #b08575;
    background: #b08575;
}

/*====== Search result ====*/
.searchresultSection article {
    margin-bottom: 4rem;
}

.searchresultSection article a {
    color: #1d1d1b
}

.searchresultSection article a:hover {
    color: #b08575;
}

h2.searchTitle {
    font-size: 24px;
    ;
    margin-bottom: 2px;
}

/*======= Back to Top =======*/
#back-to-top {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    cursor: pointer;
    padding: 13px 16px;
    color: #aaa;
    border-radius: 50%;
}

#back-to-top:before {}

#back-to-top:hover {}

/* =================================================================
Plugins ========================================== */
/***** Media Queries *****/
@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }

    :lang(en-US) #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 11px !important;
        letter-spacing: 0.2px !important;
        padding: 0 9px !important
    }

}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .logo {
        background-image: url("/images/logo@2x.png");
        background-size: contain;
    }
}

@media only screen and (min-width: 768px) {
    .mobile {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

    .floatright {
        float: right;
    }

    .floatleft {
        float: left;
    }

    .row.display-flex {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        /* NEW, Spec - Firefox, Chrome, Opera */
        flex-wrap: wrap;
    }

    .row.display-flex > [class*='col-'] {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        flex-direction: column;
    }


    div#mega-menu-wrap-main_nav {
        clear: none !important;
        float: right !important;
    }

    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
        border-radius: 5px !important;
    }

    .menutxt {
        padding: 3rem !important;
    }

    .menutxt.pt0 {
        padding-top: 0 !important;
    }

    .menutxt.pb0 {
        padding-bottom: 0 !important;
    }

    nav#navigation {
        padding-right: 6.5rem;
    }


    /*
    .productSection button.owl-prev {
        left: -40px !important;
    }

    .productSection button.owl-next {
        right: -40px !important;
    }*/

    .fpWrap .overlay .centralize.twolines {
        bottom: 30%;
    }

    .funeralserviceSection .col-sm-2 {
        width: 20% !important;
    }

    .single .blogbox {
        padding: 5.5rem;
    }

    .onlineform .col-sm-6 {
        padding-left: 5.5px;
        padding-right: 5.5px;
    }

    form .col-sm-6 {
        margin-bottom: 0;
    }

    form .col-sm-6:first-child {
        padding-right: 6px;
    }

    form .col-sm-6:last-child {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 600px) {
    html {
        font-size: 55%;
    }
}

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .desktop {
        display: none;
    }

    section {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    #pageTitle {
        font-size: 22px;
    }

    .productBanner.pageBanner .titlebg {
        width: 100%;
    }

    section.pageBanner.productBanner {
        padding: 10rem 0;
    }

    .pageSection {
        padding: 7rem 0;
    }

    .pageSection h2 {
        font-size: 24px;
    }

    .pageSection h3 {
        font-size: 18px;
    }

    .btn {
        font-size: 12px;
    }

    form.wpcf7-form {
        margin-top: 3rem;
    }

    nav#navigation {

        background: transparent;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 80vh !Important;

    }

    .navbar-header .navbar-brand {
        margin-left: 15px !important;
    }

    button.navbar-toggle {
        border: 0;
        background: rgba(0, 0, 0, 0) !important;
        margin-top: 26px;
    }

    .header-active#header button.navbar-toggle {
        margin-top: 22px;
    }

    button.navbar-toggle:hover {
        color: #aaa;
        border: 0;
        background: rgba(0, 0, 0, 0) !important;
    }

    .navbar-toggle .icon-bar {
        background: #1d1d1b;
    }

    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
        text-align: left;
    }

    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
        background: #fff;
        border: 1px solid #eee;
        padding: 2rem;
    }

    .newslabel {
        margin-bottom: 1.8rem !important;
    }

    ul.languagebar {
        position: fixed;
        float: right;
        right: 0;

        margin-right: 70px;
        margin-top: 0;
    }

    .header-active#header ul.languagebar {}

    img.contact-img {
        width: 250px;
        max-width: 35vw;
        position: absolute;
        margin-top: -23%;
        left: 1%;
        z-index: 0;
    }

    .archiveSection table td {
        font-size: 95%;
        padding: 5px;
    }

    .officeSection,
    .viewSection {
        text-align: center !important;
    }

    .locationSection img {
        margin-bottom: 3rem;
    }

    .productdetail .row {
        margin-bottom: 5rem;
    }

    .footerSection .form-inline .input-group {
        width: 75vw;
    }

    .footerSection p strong {
        margin-top: 3rem;
        display: block;
    }

    .winnerSection .gallery br {
        display: none !important
    }

    .winnerSection .gallery .gallery-item {
        width: 50% !important;
    }

    .bktSection [class*='col-'] {
        padding-left: 10px !important;
        padding-right: 10px !important;

    }

    .bktSection .blogbox {
        margin-bottom: 2rem;
        padding: 1rem;
    }

    .bktSection a.btn {
        padding: 1.1rem 2rem !important;
        font-size: 12px;
    }

    h2.postTitle {
        font-size: 16px !important;
        margin-top: 1rem;
        line-height: 1.4 !important;
        letter-spacing: 0.6px !important;
        margin-bottom: 1rem;
    }

    :lang(zh-CN) ul.languagebar {
        margin-top: 30px !important;
    }

    :lang(zh-CN) .header-active#header ul.languagebar {
        margin-top: 26px !important;
    }

    :lang(en-US) ul.languagebar {
        margin-top: 30px !important;
    }

    :lang(en-US) .header-active#header ul.languagebar {
        margin-top: 27px !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #service {
        font-size: 9px;
    }

    :lang(en-US) #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 10px !important;
        letter-spacing: 0.2px !important;
        padding: 0 8px !important;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(zh-CN) #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 11px !important;
        padding: 0 7px !important;
    }

    :lang(en-US) #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 7.5px !important;
        padding: 0 2.5px !important;
    }
}

@media only screen and (max-width: 991px) {
    .driving {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

}

@media only screen and (min-width: 992px) {

    .vcenter {
        vertical-align: middle;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .vcenter-r {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    .driving {
        width: 85%;
        margin: auto;
    }

    .viewSection .col-md-2 {
        width: 20%;
    }




    /*======= Scrollable header =======*/
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.row.display-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
}


/*=== language ====*/
:lang(zh-CN) .entxt {
    display: none;
}

:lang(en-US) .cntxt {
    display: none;
}

:lang(en-US) body {
    font-family: 'Gotham', Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
}

:lang(zh-CN) ul.languagebar {}

:lang(en-US) ul.languagebar {
    font-family: 'Yuanti SC';
    font-size: 12.5px;
    margin-top: -56px;
}

:lang(en-US) .header-active#header ul.languagebar {
    margin-top: -52px;
}

:lang(en-US) div#mega-menu-wrap-main_nav {
    margin-top: 23px;
}

:lang(en-US) .header-active#header div#mega-menu-wrap-main_nav {
    margin-top: 18px;
}

:lang(en-US) nav#navigation {
    padding-right: 5.3rem;
}

:lang(en-US) #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
:lang(en-US) #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px !important;
    text-transform: none !important;
}

:lang(en-US) .pageSection h2 {
    letter-spacing: 1.5;
}

:lang(en-US) .milestone-year h2 {
    padding-top: 41 !important;
    font-size: 22px !important;
    letter-spacing: 0.1px !important;

}

:lang(en-US) body .fpWrap .overlay h3 {
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

:lang(en-US) body .fpWrap:hover .overlay p {
    font-size: 13px !important;
    letter-spacing: 0.3px !important;
}

:lang(en-US) .pageBanner h1#pageTitle {
    max-width: 300px;
    line-height: 1.5;
}

:lang(en-US) .pageBanner .titlebg {
    padding: 5rem 8rem 2.5rem 4rem;
}

:lang(en-US) #pageTitle {
    font-size: 22px;
}

:lang(en-US) .contactSection .titlebg {
    background-size: auto 100%;
    padding: 5rem 8rem 2.5rem 5rem;
    margin-left: -50px !important;
}

:lang(en-US) .page-template-page-about-background .pageBanner .titlebg {
    background-size: auto 100%;
    padding: 6rem 10rem 4rem 7rem;
}

:lang(en-US) .footerSection {
    font-size: 85%;
}

:lang(en-US) .footerSection strong {
    font-size: 15px;
}

:lang(en-US) .footerSection li a {
    padding: 0.4rem 0;
}

:lang(zh-CN) .footerSection {
    font-size: 95%;
}

:lang(en-US) .ytsc {
    font-family: "Noto Sans TC", sans-serif;
    /*font-family: 'Yuanti SC', Arial, Helvetica, sans-serif;*/
}



/*=== obituary ====*/

.obilightbg {
    background-color: #faf8f4;
}

.obbodySection,
.obituaryarchiveSection {
    background: #faf8f4 url(images/obituary/obbodybg.png) no-repeat bottom;
    background-size: 100% auto;
}

.gotham {
    font-family: 'Gotham' !important;
}

body.category-obituary {
    background: #faf8f4 url(images/obituary/categoryheader.png) no-repeat top;
    background-size: 100% auto;
    background-position-y: 8vh;
}

.obituaryBanner h1#pageTitle {
    margin-bottom: 5px;
    font-size: 45px;
}

.deceasedName {
    font-weight: 400;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    margin-top: 5px;

}

.deceasedName .gotham {
    letter-spacing: 0.3px !important;
    font-size: 16px !important;
}

.wakedetailBox {
    padding: 3rem;
}

.wakedetailBox .gotham {
    font-size: 14px;
}

.obituaryheaderSection {
    background: #faf8f4 url(images/obituary/obituarypostheader.jpg) no-repeat top;
    background-size: cover;
}

.obphoto {
    border-radius: 50%;
    border: 10px solid #F2EEE3;
}

.sharethisnow {
    font-size: 90%;
}

.sharethisaddany {
    margin-top: 1rem;
    margin-bottom: 20vh;
}

.sharethisaddany a:hover {
    transform: scale(0.8);
}

.sharethisaddany .addtoany_list a:hover span {
    opacity: 1 !important;

}

@media (min-width: 768px) {
    .wakedetailBox {
        width: 90%;
    }

    .obituaryheaderSection h2 {
        font-size: 40px;
    }

    .obituaryheaderSection h3 {
        font-size: 30px;
    }

    p.headeryear.gotham {
        font-size: 20px;
    }

    h3.obituaryheading {
        font-size: 30px;
    }

    .obituarycontentSection p {
        font-size: 20px;
    }

    .obituarycontentSection .gotham p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .obituaryheaderSection,
    .obituaryheaderSection .align-right {
        text-align: center !important;
    }

    .obphoto {
        width: 200px;
        max-width: 90%;
    }

    .always {
        width: 150px;
        max-width: 90%;
        margin-top: 2rem;
    }
}

/*=== obituary end ===*/
