@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700";
@import "//fonts.googleapis.com/earlyaccess/notosanstc.css";
body {
    position: relative;
    font-family: Lantinghei SC,Microsoft YaHei;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
    overflow-x: hidden
}
#noie6 {
    background: #FFDFDF; /*背景色*/
    border: 1px solid #FF2F2F; /*邊線*/
    clear: both; /*清除繼承上方的浮動*/
    color: #555; /*字體顏色*/
    display: block; /*顯示方式*/
    height: auto; /*高度*/
    letter-spacing: 1px; /*字體間距*/
    padding: 5px; /*內邊距*/
    position: relative; /*相對定位*/
    text-align: center; /*文字置中*/
    top: 10px; /*距離上方10px*/
    width: 100%; /*寬度*/
}
a.phone_share {
    display: inline-block!important;
    padding: 1em 0 1em 1em !important
}
button.btn.btn-default.phonelanguage {
    color: #000;
}
.JPlanguage {
    background-color: rgb(238, 238, 238);
    text-align: center;
    position: relative;
    padding: 10px;
    display: none;
}
button.btn.btn-default.phonelanguage {
    color: #000;
}
button.closeJPBtn {
    padding: 5px 15px;
    height: auto;
    background: none;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 6%;
}
.side_overlap {
    width: 100%;
    height: 1000px;
    background: rgb(0, 0, 0);
    margin-left: 210px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    opacity: 0.6;
    display: none;
}
ul.language_select {
    position: absolute;
    right:10px;
    padding: 0;
    top: 50px;
    z-index: 999;
    width: 100px;
    text-align: center;
    display: none;
}
ul.language_select li {
    text-align: center;
    padding: 5px;
    background: #000;
}
ul.language_select li:hover {
    background-color: #b78f1d;
    color: #fff;
}
ul.language_select a {
    color: #fff;
}
.language_select_phone {
    padding: 1.72414vw 3.44828% 3.44828vw !important;;
}
.language_select_phone li {
    margin-bottom: 3.44828% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 46.27586%;
    float: left;
    border: 1px solid #b28b1c;
    border-radius: 20px;    
    margin-right: 3.44828% !important;
}
.language_select_phone a {
    display: block;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;   
    font-size: 13px;
    padding: 0.5em !important;
}
.language_select.footer li:hover {
    background-color: #b78f1d;
}
ul.language_select.footer {
    left: 0px;
    right: 0;
    width: 100px;
    top: 30px;
    margin: 0;
    position: absolute;
}
.language_block.footer {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    left:32%;
    height: 50px;
}
ul.language_select.footer li {
    background-color: #fff;
    color: #000;
}
ul.language_select.footer a {
    color: #000;
}
.language_block.footer a {
    color: #fff;
}
.col-lg-3.col-md-3.col-sm-6.col-xs-6.newsblock {
    width: 25%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    float: none;
    -moz-box-sizing: border-box;
    width: calc((100% - 2%)/ 4);
}
@media (max-width: 768px) {
	.desktop_menu {
		display: none;
	}
}
a#top {
    position: absolute;
    top: 0
}
a.goToTop {
    position: fixed;
    bottom: 22px;
    right: 15px;
    width: 44px;
    height: 44px;
    border: 2px solid #b78f1d;
    background-color: #fff;
    transform: rotate(-45deg);
    cursor: pointer;
    z-index: 9999
}
a.goToTop span {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/top-right-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
a.goToTop:hover {
    background-color: #b78f1d
}
a.goToTop:hover span {
    background-image: url(../images/top-right-arrow-hover.svg)
}
.path {
    border-bottom: 2px solid #b78f1d;
    border-top: 2px solid #b78f1d
}
.hn-button {
    color: #fff;
    line-height: 2.5;
    border-bottom: 1px solid #b78f1d;
    margin-left: 10px;
    margin-right: 15px
}
.dd-nav-group a {
    color: #fff;
    padding: 25px
}
.headNav {
    background-color: #000;
}
.container.desktopUsed.logoDox.text-center {
    background-color: #fff
}
nav .nav > li > a {
    position: relative;
    color: #fff;
	height: 51px;
}
nav .headNavigation .navbar-brand {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px
}
nav .headNavigation .navbar-brand img {
    display: block;
    width: 182px;
    height: 34px
}
@media (min-width: 768px) {
    nav .nav > li > a:hover:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-left> li:before{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background-color: #b78f1d;
        transition: height .3s
    }
    .navbar-right> li:not(:last-child):before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background-color: #b78f1d;
        transition: height .3s
    }	
	
    nav .nav > li:hover:before {
        height: 100%
    }
}
@media (min-width: 769px) {
    nav .headNavigation .navbar-brand.mobileUsed {
        margin: 0;
        width: 0;
        overflow: hidden
    }
}
section.submenuSection {
    margin-top: -60px
}
@media (max-width: 769px) {
    nav .desktopUsed {
        display: none
    }
}
nav .logoDox {
    padding: 15px 0;
    position: relative
}
nav .searchLine {
    display: none;
    background-color: #eee;
    transition: 0
}
nav .searchLine .navbar-form {
    padding: 0
}
nav .searchLine button i,
nav .searchLine [type="submit"] i {
    top: 3px
}
nav .searchLine button,
nav .searchLine [type="submit"] {
    padding: 5px 15px;
    margin: 0;
    height: auto;
    background: none;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer
}
nav .searchLine .form-control {
    width: 100%;
    padding: 3px 5px;
    color: #000;
    border: 0;
/*     border-bottom: 1px solid rgba(255, 255, 255, .5);
    background: transparent */
}
nav .searchLine .navbar-form .form-group {
    width: calc(100% - 92px)
}
nav .searchLine .navbar-form button,
nav .searchLine .navbar-form .form-group {
    float: left
}
nav .navbar-toggle .icon-bar {
    background: #fff
}
nav.top-nav-collapse {
    background-color: #222
}
nav.top-nav-collapse .nav > li > a {
    color: #fff
}
nav.top-nav-collapse .headNavigation {
    border-bottom: 0
}
nav.top-nav-collapse .navbar-header {
    height: 50px
}
nav.top-nav-collapse .desktopUsed {
    padding: 0;
    height: 0;
    overflow: hidden
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}
.carousel-fade .carousel-inner .active {
    opacity: 1
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-control {
    z-index: 2
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
section.paddindContent .sectionHead h2 {
    margin: 0;
    font-size: 30px;
    text-align: center
}
section.newsSection.paddindContent .sectionHead h2 {
    color: #fff
}
section.paddindContent .sectionHead h4 {
    margin: 0;
    color: #666;
    font-size: 24px;
    text-align: center
}
section.bannerSection .carousel-control .prev-next-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../images/top-right-angle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #b78f1d;
    text-indent: -100%;
    overflow: hidden
}
section.bannerSection .carousel-control .prev-next-btn:hover {
    margin-top: -27px;
    width: 50px;
    height: 50px
}
section.bannerSection .carousel-control .prevBtn {
    left: 15px;
    transform: rotate(-135deg)
}
section.bannerSection .carousel-control .nextBtn {
    right: 15px;
    transform: rotate(45deg)
}
section.bannerSection .carousel-inner > .item > img,
section.bannerSection .carousel-inner > .item > a > img {
    width: 100%;
    height: 650px
}
@media (max-width: 767px) {
    section.bannerSection .carousel-caption {
        position: absolute
    }
    section.bannerSection .carousel-caption h1 {
        font-size: 45px
    }
    section.bannerSection .item .container {
        padding: 0 15px;
        background: url(../images/grid.png)
    }
    section.bannerSection .carousel-control .prev-next-btn {
        top: 37.846154%
    }
}
section.imageSection .imageBox {
    position: relative;
    padding-bottom: 133.33333333333%;
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
nav.navbar.navbar-fixed-top {
    background-color: #000
}
section.imageSection .imageBox .title {
    position: absolute;
    bottom: 0;
    opacity: .66;
    padding: 10px 0;
    width: 100%;
    font-size: 21px;
    text-align: center;
    color: #fff;
    background-color: #c8a985
}
section.imageSection .owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../images/top-right-angle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #b78f1d;
    text-indent: -100%;
    overflow: hidden
}
section.imageSection .owl-carousel .owl-nav [class*='owl-']:hover {
    background-color: #b78f1d;
    background-image: url(../images/top-right-angle-hover.svg)
}
section.imageSection .owl-carousel .owl-nav .owl-prev[class*='owl-'] {
    left: 0;
    transform: rotate(-135deg)
}
section.imageSection .owl-carousel .owl-nav .owl-next[class*='owl-'] {
    right: 0;
    transform: rotate(45deg)
}
@media (min-width: 768px) {
    section.imageSection .owl-carousel .owl-nav .owl-prev[class*='owl-'] {
        left: -22px
    }
    section.imageSection .owl-carousel .owl-nav .owl-next[class*='owl-'] {
        right: -22px
    }
}
section.imageSection .owl-carousel .owl-nav .disabled[class*='owl-'] {
    display: none
}
section.newsSection .newsBox img {
    width: 100%
}
section.newsSection .newsBox h6 {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box
}
section.newsSection .newsBox h6 span.date {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    font-weight: 300
}
section.productSection .col-divi-5 {
    position: relative;
    margin-bottom: 2px;
    padding-bottom: 160%;
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
@media (min-width: 768px) {
    section.productSection .col-divi-5 {
        float: left;
        width: 20%;
        margin-bottom: 0;
        padding-bottom: 33%
    }
}
section.productSection .col-divi-5 a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}
section.productSection .col-divi-5 .seriesLogo {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    line-height: 80px
}
section.productSection .col-divi-5 .seriesLogo img {
    width: auto;
    height: 60px
}
section.productSection .col-divi-5:nth-child(6) .seriesLogo img {
    width: auto;
    height: 40px
}
section.sitemapSection,
section.footerSection .dataListsnsList:after,
nav .searchLine .navbar-form:after {
    content: '';
    display: block;
    clear: both
}
section.sitemapSection {
    display: none;
    transition: 0
}
section.sitemapSection .col-divi-7 h6 {
    margin: 0 0 10px;
    color: #383838;
    font-size: 18px
}
section.sitemapSection .col-divi-7 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #383838;
    font-size: 18px
}
.panel-body.footer {
    font-size: 15px;
    padding-left: 17px;
    line-height: 25px;
    font-weight: 300
}
section.sitemapSection .col-divi-7 li {
    color: #000
}
@media (min-width: 1300px) {
    section.sitemapSection .col-divi-7 {
        float: left
    }
    section.sitemapSection .col-divi-7 + .col-divi-7 {
        margin-left: 130px!important
    }
    section.sitemapSection .col-divi-7 h6 {
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc
    }
}
@media (min-width: 768px) {
    section.sitemapSection .col-divi-7 {
        float: left
    }
    section.sitemapSection .col-divi-7 h6 {
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc
    }
    section.sitemapSection .col-divi-7 + .col-divi-7 {
        margin-left: 149px
    }
}
@media (max-width: 767px) {
    section.sitemapSection .col-divi-7 {
        width: 260px;
        margin: auto
    }
    section.sitemapSection .col-divi-7 + .col-divi-7 {
        margin-top: 15px
    }
    section.sitemapSection .col-divi-7:after {
        content: '';
        display: block;
        clear: both
    }
    section.sitemapSection .col-divi-7 h6 {
        float: left;
        padding-right: 10px;
        margin-right: 10px;
        min-width: 85px;
        border-right: 1px solid #ccc
    }
    section.sitemapSection .col-divi-7 ul {
        float: left
    }
}
section.videoSection {
    position: relative
}
section.videoSection .texture,
section.videoSection .vidoePoster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    transition: 0
}
section.videoSection .texture {
    background: url(../images/grid.png);
    opacity: .6
}
section.videoSection .vidoePoster {
    background-size: cover
}
section.videoSection .play-pause-button {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/play-button.svg)
}
section.videoSection .play-pause-button.pause {
    background-image: url(../images/pause-button.svg)
}
section.videoSection .copywrite {
    padding: 0 15px;
    color: #fff;
    transition: 0
}
section.videoSection .copywrite h3 {
    margin: 0;
    font-size: 30px
}
section.videoSection .copywrite a,
section.bannerSection .carousel-caption a.btn {
    display: inline-block;
    position: relative;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #b78f1d;
    z-index: 2
}
section.videoSection .copywrite a:hover,
section.bannerSection .carousel-caption a.btn:hover {
    color: #b78f1d;
    text-decoration: none
}
section.videoSection .copywrite a:before,
section.videoSection .copywrite a:after,
section.bannerSection .carousel-caption a.btn:before,
section.bannerSection .carousel-caption a.btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: width .3s
}
section.videoSection .copywrite a:before,
section.bannerSection .carousel-caption a.btn:before {
    width: 100%;
    background-color: #b78f1d;
    z-index: -2
}
section.videoSection .copywrite a:after,
section.bannerSection .carousel-caption a.btn:after {
    width: 0;
    background-color: #fff;
    z-index: -1
}
section.videoSection .copywrite a:hover:after,
section.bannerSection .carousel-caption a.btn:hover:after {
    width: 100%
}
@media (max-width: 767px) {
    section.videoSection .copywrite {
        padding: 50px 15px 100px;
        background: url(../images/grid.png)
    }
}
@media (min-width: 768px) {
    section.videoSection .copywrite {
        position: absolute;
        bottom: 100px;
        right: 30px;
        width: 450px;
        z-index: 1;
        display: none
    }
    section.videoSection .copywrite.unactive {
        display: block
    }
}
section.footerSection {
    position: relative;
    color: #ccc;
    line-height: 25px;
    background-color: #000;
    z-index: 3
}
section.footerSection a.sitemapBtn {
    position: absolute;
    display: inline-block;
    top: -22px;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    border: 2px solid #b78f1d;
    background-color: #fff;
    cursor: pointer;
    transform: rotate(135deg)
}
section.footerSection a.sitemapBtn.opened {
    transform: rotate(-45deg)
}
section.footerSection a.sitemapBtn span {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/top-right-angle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
section.footerSection a.sitemapBtn:hover {
    background-color: #b78f1d
}
section.footerSection a.sitemapBtn:hover span {
    background-image: url(../images/top-right-angle-hover.svg)
}
section.footerSection .dataList p {
    margin: 0
}
section.footerSection .container + .container {
    margin-top: 20px;
}

section.footerSection ul.snsList {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}
section.footerSection ul.snsList:after {
    content: '';
    display: block;
    clear: both
}
section.footerSection ul.snsList li {
    float: left;
    color: #ccc;
    font-size: 16px
}
section.footerSection ul.snsList li + li {
    margin: 0 5px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
section.footerSection ul.snsList li.facebook {
    background-image: url(../images/sns-01.png)
}
section.footerSection ul.snsList li.line {
    background-image: url(../images/sns-02.png)
}
section.footerSection ul.snsList li.googlePlus {
    background-image: url(../images/sns-03.png)
}
section.footerSection ul.snsList li.weidian {
    background-image: url(../images/sns-weidian.png)
}

section.footerSection ul.snsList li.facebook:hover {
    background-image: url(../images/sns-04.png)
}
section.footerSection ul.snsList li.line:hover {
    background-image: url(../images/sns-05.png)
}
section.footerSection ul.snsList li.googlePlus:hover {
    background-image: url(../images/sns-06.png)
}
section.footerSection ul.snsList li.weidian:hover {
    background-image: url(../images/sns-weidian-hover.png)
}
section.footerSection .dataList .col-divi-4 {
    float: left;
    margin-top: 10px;
}
section.footerSection .dataList .col-divi-4 + .col-divi-4 {
    margin-left: 26px
}
section.footerSection .logoBlock {
    text-align: center
}
@media (max-width: 991px) {

    section.footerSection .dataList .col-divi-4 {
        margin-top: 5px
    }
    section.footerSection .logoBlock {
        margin-bottom: 10px
    }
}
.title {
    text-align: center;
    position: relative
}
.title h2 {
    margin: 0 0 38px;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 500;
    width: 400px
}
.container.desktopUsed.logoDox.text-center:before {
    position: absolute;
    content: "";
    background-image: url(../images/banner_logo1.png);
    float: right;
    width: 44%;
    height: 82px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -45px;
    top: 0
}
.container.desktopUsed.logoDox.text-center:after {
    position: absolute;
    content: "";
    background-image: url(../images/banner_logo2.png);
    float: right;
    width: 44%;
    height: 82px;
    background-repeat: no-repeat;
    background-size: contain;
    right:-45px;
    top: 0;
	display:inline;

}
.container.desktopUsed.logoDox.text-center {
    width: 1920px
}
p.businessHour{
    position: relative;    
    display: flex;
    align-items: center;
}
p.businessHour img{
    margin-left: 5px;
}
.lightbox .title{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox .title h2{
    font-size: 20px;    
    width: auto;    
    padding: 0;  
    margin: 0;
}
.lightbox .title h2:before {
    position: absolute;
    content: "";
    background-image: url(../images/gp_logo.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 24px;
    height: 24px;
    right: -50px;
    top: 3px;
}
.lightbox .title h2:after {
    position: absolute;
    content: "";
    background-image: url(../images/gp_logo.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: -50px;
    top: 3px;
}
.content .title h2:before {
    position: absolute;
    content: "";
    background-image: url(../images/bg-next.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 125%;
    height: 33px;
    right: 100%;
    top: 50%;
    margin-top: -15px
}
.content .title h2:after {
    position: absolute;
    content: "";
    background-image: url(../images/bg-next.png);
    width: 125%;
    height: 33px;
    background-repeat: no-repeat;
    left: 100%;
    top: 50%;
    margin-top: -15px
}
.title2 {
    text-align: center;
    position: relative
}
.title2 h2 {
    text-transform: uppercase;
    margin: 0 0 38px;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-weight: 500
}
.title3 {
    position: relative
}
.title3 h2 {
    text-transform: uppercase;
    margin: 0 0 38px;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-weight: 500
}
.col-divi-7 li {
    font-size: 16px
}
.imgbox.artistself {
    height: auto
}
section.videoSection {
    margin-bottom: 100px;
    height: 800px
}
section.sitemapSection.paddindContent {
    margin-top: -40px
}
.col-divi-5.rgh1 a:hover {
    background-image: url(images/hover1.png)
}
.footer_infoblcok {
    text-align: center;
}
.footer_info {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 10px;
}
@media (max-width: 1366px) {
    .content .title h2:before,.content .title h2:after  {
        width: 112%
    }
}
@media (max-width: 1280px) {
    .content .title h2:before,.content .title h2:after  {
        width: 100%
    }
}
@media (max-width: 1024px) {
    .content .title h2:before,.content .title h2:after  {
        width:65%
    }
}
@media (max-width: 768px) {
    .content .title h2:before,.content .title h2:after  {
        width:39%
    }
}
.btn-group.up,
.btn-group-vertical {
    top: 9px;
}
div#main-menu {
    text-align: center
}
#main-menu .submenu li {
    display: inline
}
#main-menu .submenu li a {
    text-decoration: none;
    padding-left: 25px;
    text-transform: uppercase;
    color: #333;
    text-shadow: 1px 1px 1px #ccc
}
.submenu .nav-button-home a {
    background: url(https://www.cheesetoast.co.uk/cheesepress/wp-content/uploads/2012/08/home.gif) no-repeat 0 -2px transparent
}
.submenu .nav-button-services a {
    background: url(https://www.cheesetoast.co.uk/cheesepress/wp-content/uploads/2012/08/services.gif) no-repeat 0 -2px transparent
}
.submenu .nav-button-products a {
    background: url(https://www.cheesetoast.co.uk/cheesepress/wp-content/uploads/2012/08/products.gif) no-repeat 0 -2px transparent
}
p.logotext {
    color: #000
}
ul li {
    list-style-type: none;
    list-style-type: none;
    font-size: 16px;
    text-align: left;
    line-height: 25px
}
.map li:before,
.panel-heading.sitemap:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    color: #242424;
    padding-right: 5px;
    position: relative;
    top: 0
}
ul.map {
    padding-left: 0;
    margin: 0
}
.panel-heading.sitemap {
    line-height: 30px;
    font-weight: 300
}
.panel-body.second {
    line-height: 30px;
    padding-left: 39px;
    font-weight: 300
}
.boximg {
    position: relative;
    background: #f5f5f5;
    height: 1000px;
    width: 700px
}
.boximg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    max-width: 100%
}
ul.map li {
    line-height: 30px;
    font-weight: 300
}
.sitemaptitle h3 {
    border-bottom: 2px solid #b78f1d;
    margin: 20px 0 10px;
    width: 50%;
    padding-bottom: 5px
}
section.sitemapdetail {
    margin:10px auto 50px auto
}
ul.map li:hover {
    color: #b78f1d
}
.panel-body.thrid {
    padding-left: 60px;
    line-height: 30px;
    font-weight: 300
}
.megamenu {
    width: 100%;
    margin: auto;
    background: #fff
}
.megamenu > ul {
    height: 100%;
    position: relative;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0
}
@media (max-width: 1440px) {
    .megamenu > ul {
        padding-left: 0
    }
}
@media (max-width: 1280px) {
    .megamenu > ul {
        padding-left: 0
    }
    .content3 .title3 h2:before {
        width: 188%
    }
}
.megamenu > ul > li {
    height: 100%;
    position: initial;
    text-align: center;
    display: inline-block
}
.megamenu > ul > li > nav {
    position: absolute;
    perspective: 500px;
    left: 0;
    width: 100%;
    z-index: 999
}
.megamenu > ul > li > a {
    height: 100%;
    display: block;
    padding: 15px;
    text-decoration: none;
    position: relative;
    color: #444;
    transition: all .5s ease;
    transition-delay: .2s;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1)
}
.megamenu > ul > li > a .fa {
    margin-right: .5em;
    color: rgba(0, 0, 0, 0.4)
}
.megamenu > ul > li:hover > a:after {
    transform: rotateZ(180deg)
}
.megamenu > ul > li:hover > a {
    color: #444
}
.megamenu > ul > li:hover > nav > ul {
    transform: rotateX(0deg);
    transition-delay: .2s;
    opacity: 1;
    z-index: 1;
    position: relative;
    background-color: #fff;
    display: inline-block
}
.megamenu > ul > li:nth-child(1) > a {
    border-bottom-color: #4caf50
}
.megamenu > ul > li:nth-child(1):hover > a,
.megamenu > ul > li:nth-child(1) > nav > ul {
    background: #fff
}
.megamenu > ul > li:nth-child(2) > a {
    border-bottom-color: #009688
}
.megamenu > ul > li:nth-child(2):hover > a,
.megamenu > ul > li:nth-child(2) > nav > ul {
    background: #fff
}
.megamenu > ul > li:nth-child(3) > a {
    border-bottom-color: #0277bd
}
.megamenu > ul > li:nth-child(3):hover > a,
.megamenu > ul > li:nth-child(3) > nav > ul {
    background: #fff
}
.megamenu > ul > li:nth-child(4) > a {
    border-bottom-color: #ab47bc
}
.megamenu > ul > li> a,
.megamenu > ul > li > nav > ul {
    background: #fff;
    position: relative
}
.megamenu > ul > li > nav > ul {
    color: #fff;
    position: absolute;
    left: 0;
    padding: 0;
    width: auto;
    z-index: -2;
    border: 2px solid #b78f1d;
    display: none;
    flex-flow: row;
    min-height: 150px;
    opacity: 0
}
nav.main ul.first-level > li.triangle:hover::after {
    border-top-color: #111;
    top: 0;    
	display: inline-block;
    bottom: auto;
    z-index: 999;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid #b78f1d;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: 40px;
    margin-left: -7px;
	text-align:center;
}
.megamenu > ul > li > nav > ul img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(0, 0, 0, 0.5)
}
.megamenu > ul > li > nav > ul li.bg {
    opacity: .1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}
.megamenu > ul > li > nav > ul li.bg img {
    width: 100%;
    height: 100%
}
.megamenu > ul > li > nav > ul > li {
    padding: 20px;
    line-height: 1.4em;
    font-size: 13px;
    flex: 1;
    min-width:160px;
    min-height: 0;
    display: inline-block;
    float: left
}
.megamenu > ul > li > nav > ul > li > h3 {
    font-weight: 700;
    line-height: 1.1em;
    font-size: 18px;
    color: #b78f1d;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0;   
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}
.megamenu > ul > li > nav > ul > li > ul {
    list-style: square;
    padding-left: 20px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.6)
}
.megamenu > ul > li > nav > ul > li > ul > li > a {
    color: #000;
    margin-bottom: 5px;
    display: block;
    text-decoration: none
}
.megamenu > ul > li > nav > ul > li > ul > li > a:hover {
    color: #fff
}
a {
    text-decoration: none
}
.heading {
    text-align: center;
    margin: 1em auto;
    font-size: 2.25em;
    text-decoration: underline
}
.col-1-4 {
    width: 18%;
    float: left;
    margin: 0 10px
}
.img-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}
.img-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 40%;
    background: #A8A8A8;
    background: #FFF;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 15PX
}
.img-caption a {
    color: #000
}
.img-container:hover .img-caption {
    opacity: 0
}
.bottom-top {
    top: 100%;
    left: 0
}
.right {
    top: 0;
    left: 100%
}
.left {
    top: 0;
    left: -100%
}
.return {
    float: left;
    position: absolute;
    top: 15px
}
.img-container:hover .img-caption {
    top: 30%;
    left: 0
}
.img-container:hover .img-caption {
    opacity: 1
}
.img-container img {
    max-width: 100%
}
section.charity_settings {
    margin-top: 30px
}
p.product.search {
    margin: 0;
}
p.product {
    font-size: 18px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box
}
p.money {
    color: #b78f1d;
    font-size: 18px;
    letter-spacing: 5px
}
.news_footer {
    background: #fafafa;
    border-top: 1px solid #d9d9d9;
    padding: 10px 14px 10px 19px;
    box-shadow: inset 0 -2px 4px #f6f6f6
}
.b-right {
    float: right;
    font-size: 13px;
    color: #333
}
a.news_category {
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #ff3e3e;
    padding: 5px 9px;
    border-width: 0 0 1px;
    min-width: 78px
}
li.f-secondary-l {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -7px
}
.path {
    padding-left: 0
}
.rightgroup {
    float: right;
    margin-top: -7px
}
ul.rightgroup2 {
    float: right;
    padding: 0 15px;
    margin-top: 0
}
.grid li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    color: #000
}
ul.breadcrumb {
    padding: 0;
    margin: 10px auto;
    font-weight: 400
}
section.home_settings {
    margin-bottom: 70px
}
.row {
    margin-right: 0;
    margin-left: 0
}
p {
    margin: 0
}
section.footer_settings {
    margin: 70px 0
}
.row.two {
    margin-top: 50px
}
hr {
    border-top: 1px solid #b78f1d;
    margin: 0 auto
}
h2.news_title {
    color: #000;
    font-size: 20px;
    margin: 0 auto;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 400
}
.readmore_box {
    border: 1px solid #b78f1d;
    color: #b78f1d;
    text-align: center;
    width: 20%;
    float: left;
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
}
.readmore_box:hover {
    background-color: #b78f1d;
    color: #fff
}
.col-lg-4.col-md-6.col-sm-4.col-xs-12.blog-info {
    padding-right: 0
}
.sharemore img {
    margin-top: 20px;
    margin-left: 10px
}
.wrap-product-comment.clearfix.post-style-two_column {
    padding-left: 80px;
    width: 100%;
    position: relative;
    margin-bottom: 50px
}
.mb_date {
    text-align: center;
    padding: 13px 5px 5px;
    background-color: #b78f1d;
    color: #fff;
    width: 70px;
    z-index: 3;
    height: auto;
    float: left;
    position: absolute;
    top: 0;
    left: 0
}
.mb_date h3 {
    margin: 0;
    color: #fff
}
.mb_date span {
    font-size: 12px
}
.mb_category {
    text-align: center;
    padding: 10px 0 5px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 3;
    width: 70px
}
.mb_category h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 25px
}
span.glyphicon.glyphicon-th-large,
span.glyphicon.glyphicon-th-list {
    font-size: 20px;
    top: 12px;
    color: #b59a5a
}
.product-detail li {
    list-style-type: inherit
}
.adver {
    margin-bottom: 80px
}
.suggest_title {
    text-align: center;
    padding: 25px 0;
    font-size: 20px
}
section.artist_footer {
    margin-bottom: 80px
}
section.artist_footer.middle {
    margin-top: 80px
}
.suggest_product img {
    border: 1px solid #ccc
}
.suggest_title p {
    border-bottom: 5px solid #b59a5a;
    width: 12%;
    text-align: center;
    margin-left: 45%
}
.product_money {
    color: #b59a5a;
    font-weight: 400
}
.share.sharing-buttons {
    width: 33.3%;
    float: left
}
h3.widget-title {
    background-color: #b78f1d;
    padding: 10px 15px;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
}
.news_detail {
    margin: 50px 0 0
}
.news_menu.mediabr {
    border-bottom: 1px solid #ccc
}
.content-post {
    width: 100%;
    margin-top: 15px
}
.content-post h3 {
    margin: 0;
    font-size: 15px
}
.content-post p {
    font-size: 14px;
    color: #b78f1d
}
.news_menu {
    padding-bottom: 10px;
    padding-top: 10px
}
.sidebar-widget ul {
    padding: 0 40px
}
section.footer_settings p {
    padding: 15px 0
}
.b-inner-page-header__content {
    display: table;
    width: 100%;
    background: #555;
    min-height: 150px
}
.greytitle h2 {
    color: #fff;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0
}
.greytitle p {
    color: #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 20px 0
}
.artist_name {
    text-align: center;
    padding: 25px
}
.artist_name h2 {
    margin: 0;
    font-size: 32px
}
.grid {
    float: left
}
.share {
    float: right;
    position: relative;
    right: 0;
    top: 14px
}
.sharetext {
    color: #b78f1d;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 5px
}
ul.shareul {
    display: block
}
.title4.productdetail {
    margin-bottom: 40px
}
.shareul li {
    display: inline-block
}
.shareul img {
    margin-top: -5px
}
.bf_product {
    font-size: 20px
}
.next_product {
    text-align: right
}
.ingredient h2 {
    margin: 0
}
.productbox {
    height: 530px
}
.ingredientbox {
    margin-bottom: 50px;
    font-weight: 400
}
.plantslider_title h2 {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 20px;
	font-size: 20px;
    margin-bottom: 5px;

}
.bf_product {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 20px 0
}
.ingredient h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300
}
.artistbox img {
    height: 363px
}
.series {
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 16px;
    position: relative
}
.content_title {
    margin-bottom: 5px
}
.contentright h2 {
    margin-bottom: 0;
    margin-top: 0
}
.gold {
    color: #b78f1d;
    margin: 0
}
.contentbox {
    margin-bottom: 20px
}
.contentbox img {
    position: absolute
}
ul.contentags {
    list-style: none;
    position: relative;
    margin: 0;
    margin-bottom: 70px
}
ul.contentags li {
    display: inline-block;
    padding: 0 5px;
    list-style: none;
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    border: 1px solid #ccc
}
.content h3 {
    color: red;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 17px
}
.content h4 {
    margin: 0;
    color: #777;
    font-weight: 300;
    line-height: 30px;
    margin-left: 17px
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.blog-info {
    height: 324px;
    position: relative
}
.news_readmore {
    position: absolute;
    width: 100%;
    bottom: 0
}
section.paddindfooter {
    padding: 40px 0
}
.contentright iframe {
    max-width: 100%!important
}
.contentright img {
    max-width: 93%!important;
    height: auto!important;
    width: 150px!important
}
.contentright table {
    max-width: 100%!important;
    width: 550px!important
}
span.activecolor {
    color: #b78f1d
}
.product_content.picturestyle {
    padding: 10px 20px
}
ul.first-level.expandable-sm.expandable-xs li {
    color: #000
}
.title h2,
.title2 h2,
.title3 h2 {
    font-weight: 400
}
.shin2 {
    margin: 0 auto;
    margin-bottom: 16px
}
.shine2 {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    color: rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5)
}
section.sitemapSection.paddingmap {
    padding-bottom: 50px;
    padding-top: 20px;
    z-index: 1;
    background-color: #f5f5f5;
    position: inherit
}
p.news_content {
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box
}
@-webkit-keyframes shine2 {
    0%, 10% {
        background-position: -1000px
    }
    20% {
        background-position: top left
    }
    90% {
        background-position: top right
    }
    100% {
        background-position: 1000px
    }
}
.media_title {
    font-size: 20px;
    color: #b78f1d;
    font-weight: 500;
    margin-bottom: 20px
}
.media_date {
    margin-top: 10px;
    font-weight: 500;
    color: #b78f1d
}
.media_content {
    margin-top: 30px;
    font-weight: 400
}
.copy {
    text-align: center;
    margin-top: 45px
}
section.productSection.paddindContent.index_padding {
    margin-top: 30px
}

.container.slider {
    padding-left: 30px;
    padding-right: 30px
}
.title2.main {
    margin-bottom: 0
}
section.main_settings {
    margin: 20px 0 80px
}
section.main1_settings {
    margin: 50px 0 80px
}
.container.news {
    padding-left: 0;
    padding-right: 0
}
.maintxt {
    margin-top: 20px
}
.maintxt p {
    font-size: 24px;
    font-weight: 300
}
p.plantname {
    color: #333;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.maintxt h2 {
    font-size: 16px;
    font-weight: 300
}
.line_left.makeup,
.line_right.makeup {
    top: 30px
}
.picturesize img {
    height: 324px;
        border-radius: 10px;
}
li.grey.last {
    color: #b78f1d
}
ul.slides img {
    border: 1px solid #ccc
}
ul.product-detail li {
    color: #000
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12 img {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.productbox,
.productbox2 {
    padding: 15px
}
.productbox:hover,
.productbox2:hover {
    border: 1px solid #b78f1d;
    border-radius: 10px;   
}
.news_settings {
    padding-top: 50px
}
.qasection {
    margin-bottom: 250px;
    margin-top: 50px
}
.smallimgbox.culture {
    margin-top: 0;
    margin-bottom: 20px
}
.productbox img,
.productbox2 img {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.artistbox {
    margin-bottom: 50px
}
p.artist {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box
}
.artist_boxx {
    margin-bottom: 30px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block;
    vertical-align: top;
    float: none;
    -moz-box-sizing: border-box;
    width: calc((100% - 3%)/ 4);
}
.search {
    margin: 20px auto;
}
.artist_content {
    margin-top: 5px
}
.artist_more {
    text-align: center;
    border: 1px solid #b78f1d;
    width: 70px;
    color: #b78f1d;
    height: 70px;
    padding: 10px;
    border-radius: 75px;
    margin: 0 auto;
    position: relative;
    font-size: 13px
}
.artist_more h3 {
    margin: 13px auto
}
.artistbox img {
    border: 1px solid #ccc;
        border-radius: 10px;
}

.plantbox {
    padding: 15px;    
	height: 430px;
	position: relative;
    z-index: 9;	
}
.plantbox:hover {
    border: 1px solid #b78f1d
}
.plant_content {
    margin: 15px 0
}
p.plant_content1 {
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
	font-size:18px;
}
p.plant_content2 {
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
	font-size:18px;
}
.plantimg {
    height: 295px;
    border: 1px solid #ccc
}
section.bannerSection {
    margin-bottom: 100px
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12.editor_border {
    padding-left: 50px
}
.editor h2 {
    margin: 0;  
	font-weight: 400;
}
.txt {
    margin-bottom: 15px
}
.title4 {
    text-align: center
}
.title4 h2 {
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 40px auto;
    border-bottom: 5px solid #b78f1d
}
.moreat_title {
    border-top: 1px solid #ccc
}
p.artist_area {
    margin: 10px auto
}
section.artist_footer.footer {
    margin-top: 50px
}
p.prodect_number {
    color: #7d7d7d
}
.container.slider.productlist {
    margin-bottom: 50px
}
p.product_area {
    width: 65%;
    margin: 0;
    margin: 0 auto 40px auto
}
.artlist_ligtbox h5 {
    font-weight: 300;
    font-size: 16px;
    margin: 0
}
.lightbox_content {
    margin-top: 20px;
    text-align: left
}
.col-lg-4.col-md-4.col-sm-4.col-xs-4.lbartist {
    border-right: 3px solid #ccc
}
h5.lightboxat {
    padding-left: 70px
}
h5.lightboxtt {
    position: absolute
}
h5.ligtboxct {
    padding-left: 55px
}
.lbartist {
    padding: 0
}
.artlist_ligtbox {
    text-align: center
}
.bannerImage {
    text-align: center
}
.detail img {
    border-radius: 10px
}
.lightbox_content.detail {
    margin-top: 0
}
.lightbox_share {
    right: 20px;
    float: right;
    bottom: 20px
}
.artisttitle {
    text-align: center;
    position: relative
}
.artisttitle h2 {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 400;
    width: 320px
}
.content .artisttitle h2:before {
    position: absolute;
    content: "";
    background-image: url(../images/bg-next.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 540px;
    height: 33px;
    right: 100%;
    top: 50%;
    margin-top: -15px
}
.lbartist img {
    border-radius: 10px
}
.content .artisttitle h2:after {
    position: absolute;
    content: "";
    background-image: url(../images/bg-next.png);
    width: 540px;
    height: 33px;
    background-repeat: no-repeat;
    left: 100%;
    top: 50%;
    margin-top: -15px
}
.bannersmall {
    border: .7px solid #ccc
}
.bannersmall img {
    height: 408px
}
.jewelry_box {
    margin-bottom: 50px
}
.smallimgbox img {
    height: 237px;
    border-radius: 10px;
}
.productbox img {
    height: 413px
}
.productbox2 img {
    height: 295px
}
.productbox2.plantdetail {
    height: auto;
}
.productbox2.plantdetail img {
    height: auto !important;
}
.productbox2.plantdetail {
    border: 0px;
}
.returnplant {
    margin-bottom: 30px;
    margin-top: 20px
}
.txt.plant {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}
p.casetxt {
    margin-top: 20px
}
.col-lg-12.jewel_banner {
    margin-bottom: 50px
}
.casebox {
    margin-bottom: 30px
}
.casecontent_left img {
    border-radius: 10px
}
p.caseartist {
    padding-bottom: 10px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 10px
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.caseright {
    padding-right: 0
}
.casecontent_left {
    padding-left: 0
}
.casecontent_right {
    padding-right: 0;
    margin-bottom: 40px
}
.product_content {
    margin-top: 5px
}
h2.exp {
    font-weight: 300;
    margin: 0
}
section.search_page {
    border-top: 2px solid #b78f1d;
}
p.searh_result {
    text-align: center
}
.search_title p {
    border-bottom: 5px solid #b59a5a;
    width: 6%;
    font-size: 20px;
    margin: 20px 0;
    text-align: center
}
.search_more {
    text-align: center;
    border: 1px solid #b78f1d;
    width: 70px;
    color: #b78f1d;
    height: 70px;
    padding: 10px;
    border-radius: 75px;
    margin: 30px auto 0;
    position: relative;
    font-size: 13px
}
.col-lg-4.col-sm-4.col-xs-4 {
    margin-bottom: 40px
}
.search_more h3 {
    margin: 13px auto
}
section.search_content {
    margin-bottom: 70px;
    margin-top: 30px
}
.img.mb-media-post.detail {
    margin-top: 50px
}
.media_content img {
    max-width: 100%!important;
    height: auto!important
}
.media_content video {
    max-width: 100%!important
}
.media_content iframe {
    max-width: 100%!important
}
.media_content table {
    max-width: 100%!important;
    width: 100%!important;
    height: 100%!important
}
.ingredientbox img {
    max-width: 100%!important
}
.ingredientbox video {
    max-width: 100%!important;
    height: 100%!important
}
.ingredientbox iframe {
    width: 100%!important;
    min-height: 100%!important
}
.ingredientbox table {
    max-width: 100%!important;
    height: 100%!important;
    width: 100%!important
}
.artstyle {
    margin-bottom: 50px
}
.productbox2 {
    height: 406px;
    margin-bottom: 30px;
	position: relative;
    z-index: 9;	
}
.col-lg-9.col-md-9.col-sm-9.col-xs-12.blog-info.newsphonetxt {
    height: 324px
}
.container.slider.productlist img {
    border: 1px solid #ccc
}
.animation_big img {
    transition: all .3s ease-in-out
}
.animation_big:hover img {
    transform: scale(1.2)
}
a.older,
a.new {
    line-height: 25px;
    margin: 0 2px;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #b78f1d;
    vertical-align: middle;
    display: inline-block
}
img.desktop_img {
    height: 408px
}
.video_box {
    position: relative;
    text-align: center
}
section.QA_main {
    position: relative
}
img.QA_1 {
    width: 100%;
    margin: 20px auto
}
img.QA_flower1 {
    position: absolute;
    right: 15%;
    top: 3%
}
img.QA_flower2 {
    position: absolute;
    right: 0;
    top: 35%
}
img.QA_flower3 {
    position: absolute;
    bottom: -11%;
    right: 8%
}
.panel.panel-default.QA {
    margin-bottom: 50px
}
.contact_title {
    margin: 30px auto
}
.contact_title p {
    line-height: 20px;
    margin: 20px auto
}
.contact_content {
    width: 65%;
    margin: 20px auto 100px
}
.contact_content p {
    display: inline-block;
    float: left;
    width: 92px;
    text-align: right;
    line-height: 28px;
    font-size: 16px;
    padding-right: 5px
}
.enterbox {
    margin-bottom: 20px
}
.summitbutton {
    text-align: center;
    margin-top: 20px
}
input[type="radio"] {
    margin-left: 10px;
    margin-right: 5px
}
input.summit,
input.rewrite {
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    background-color: #e16520;
    padding: 10px;
    width: 150px
}
textarea,
select {
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    width: 86%;
    margin-left: 10px!important
}
.form-control {
    width: 86%;
    margin-left: 10px;
    display: inline-block
}
.return_list {
    text-align: center;
    margin-bottom: 50px
}
.contactword h1 {
    text-align: center;
    font-weight: 400
}
section.contact_main {
    position: relative
}
img.contact_bg1 {
    position: absolute
}
img.contact_bg2 {
    position: absolute;
    right: 0;
    bottom: 0
}
.content-post a {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 400
}
.content.upto.mb-header-element.about {
    margin-top: 30px
}
.aboutcontent {
    width: 65%;
    margin: 0 auto 80px
}
.aboutcontent p {
    margin-bottom: 30px
}
.video_box iframe {
    width: 65%;
    height: 400px
}
.aboutcontent h1 {
    font-size: 24px;
    color: #b78f1d;
    font-weight: 400
}
.sidebar-widget {
    border: 1px solid #b78f1d
}
li.gold {
    background-color: #b78f1d
}
li.gold a {
    color: #fff
}
@media screen and (max-width: 786px) {
    .carousel-caption {
        display: block
    }
}
.slinky-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.slinky-menu>ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.slinky-menu li,
.slinky-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.slinky-menu ul {
    width: 100%
}
.slinky-menu a {
    display: block;
    border: none;
    color: #000;
    padding: 1em
}
.slinky-menu a:hover {
    color: #b78f1d
}
.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0
}
.slinky-menu .header {
    position: relative
}
.slinky-menu h2~a.back {
    left: 0;
    position: absolute;
    top: 0;
    color: #b78f1d;
    width: 100%
}
.slinky-menu h2 {
    font-size: 1em;
    margin: 0;
    text-align: center;
    color: #FFF;
    padding: 1em
}
.slinky-menu li {
    line-height: 1
}
.slinky-menu a.next:after {
    content: '\276f';
    margin-left: 1em;
    float: right
}
.slinky-menu a.back:before {
    content: '\276e';
    margin-right: 1em;
    float: left
}
.about_box1 {
    padding: 20px 0 100px;
    position: relative;
}
.about_box_title {
    font-size: 24px
}
.about_box_txt {
    font-size: 36px;
    margin-right: 20px
}
.about_box_title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 32%;
    width: 35%;
    height: 2px;
    background: #f2f8f2
}
.about_box1_subtitle {
    color: #b78f1d;
    font-size: 24px;
    padding: 20px
}
.about_box1_content {
    padding: 15px;
}
.about_box2 {
    padding: 20px 0 100px;
	z-index: 10;
    position: relative;
}
.about_box2_subtitle {
    color: #b78f1d;
    font-size: 24px;
    padding: 20px
}
.about_box2_content {
    padding: 15px;
    text-align: justify
}
.about_box3 {
    padding: 20px 0 100px;
    position: relative;	
}
.about_box3_subtitle {
    color: #b78f1d;
    font-size: 24px;
    padding: 20px
}
.about_box3_content {
    padding: 15px;
    text-align: justify
}
.about_box1_number {
    width: 40px;
    height: auto;
    vertical-align: baseline;
    margin-right: 15px
}
.text_b {
    font-weight: 500
}
.about_box1.careproduct_about {
    margin-top: -200px
}
.about_box_under_pic {
    padding: 15px;
    position: relative;
    z-index: 2
}
.about_box_under_pic img {
    width: 49%
}
.about_left_bg {
    position: absolute;
    z-index: 2
}
.about_right_bg {
    position: absolute;
    right: 0;
    z-index: 2
}
img.about_left_bg {
    height: calc(100vh + 350px)
}
img.about_under_right2 {
    height: 600px;
    width: 500px;
    margin-left: 12%
}
img.about_under_right3 {
    width: 500px;
    height: 550px;
    margin-left: 12%
}
.art_contact_title {
    width: 48%;
    margin: 50px auto 0
}
.art_contact_content {
    width: 65%;
    margin: 20px auto 100px
}
.art_contact_content p {
    display: inline-block;
    float: left;
    width: 112px;
    text-align: right;
    line-height: 28px;
    font-size: 16px;
    padding-right: 5px
}
ul.tabs.careproduct_about {
    margin: 35px auto -60px
}
.art_checkbox {
    margin-left: 13.5%
}
.boutique_about_box {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    padding: 15px
}
.boutique_about_text_box {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 30%;
    padding: 20px;
    left: 10%
}
.boutique_about_title {
    font-size: 24px;
    position: relative;
    text-align: center
}
.boutique_about_title_txt {
    font-size: 36px
}
.boutique_about_title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000
}
.boutique_about_contact {
    font-size: 16px;
    position: relative;
    padding: 20px;
    font-weight: 400
}
img.boutique_about_under {
    width: 100%
}
img.boutique_about_under2 {
    width: 100%
}
.editor img,
.editor table,
.editor iframe {
    max-width: 100%!important
}
ul.contact {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}
ul.contact li {
    float: left;
    color: #ccc;
    font-size: 16px
}
.bannerImage img {
    border-radius: 10px
}
.productbox.nomoney {
    height: 505px
}
.productbox2.nomoney {
    height: 385px
}
.about_box1_content,
.about_box2_content,
.about_box3_content {
    width: 65%;
    margin: 0 auto
}
p.noresult {
    text-align: center;
    margin-top: -10px;
    font-size: 18px
}
.clip {
    position: relative;
    width: 1390px;
    height: 408px
}
.clip img {
    position: absolute;
    clip: rect(0px 1390px 408px 0px)
}
.img.mb-media-post.picturesize.news img {
    position: absolute;
    clip: rect(0px 625px 324px 0px);
    height: auto;
    border-radius: 10px;
}
.g-recaptcha {
    padding: 0 0 0 100px
}
.g-recaptcha.art {
    padding: 0 0 0 120px;
}
.panel-title a.collapsed.QA {
    font-weight: 400
}
a.QA {
    font-weight: 400
}
.radio-inline,
.checkbox-inline {
    margin-right: 20px;
    margin-left: 5px;
    padding-left: 0;
    vertical-align: super
}
img.shicon {
    margin-right: 5px;
    vertical-align: -8%
}
section.detail {
    margin: 50px auto
}
.col-divi-7.careproduct {
    width: 150px
}
.artlist_ligtbox.lightbox {
   margin: 20px auto 50px auto;
}
.jewel_about_box {
    width: 100%;
    margin: 0 auto 50px;
    position: relative
}
.jewel_about_text_box {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 30%;
    padding: 20px;
    left: 35%;
    top: 20%
}
.jewel_about_title {
    font-size: 24px;
    position: relative;
    text-align: center
}
.jewel_about_title_txt {
    font-size: 36px
}
.jewel_about_title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000
}
.jewel_about_contact {
    font-size: 16px;
    position: relative;
    padding: 20px;
    font-weight: 400
}
img.jewel_about_under {
    width: 100%
}
img.jewel_about_under2 {
    width: 100%
}
.container.sitemap {
    padding: 0 30px
}
section.sitemapSection .col-divi-7 + .col-divi-7 {
    margin-left: 172px!important
}
section.artist_footer.prefer {
    margin-top: -50px
}
p.footertitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400
}
video.culture_video {
    padding: 0 10px
}
.activecolor {
    color: #b78f1d !important;
}
.abdomen {
    display: inline-block
}
img.QA_2 {
    position: absolute;
    width: 40%;
    right: 5%;
    bottom: 15px
}
section.artbannerSection {
    display: none
}
.art_about_box {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    padding: 15px
}
.art_about_text_box {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60%;
    padding: 20px;
    left: 21%;
    top: 50px;
    min-height: 500px
}
.art_about_title {
    font-size: 24px;
    position: relative;
    text-align: center;
    width: 70%;
    margin: 0 auto
}
.art_about_title_txt {
    font-size: 36px
}
.art_about_title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000
}
.contentright {
    margin-bottom: 50px
}
.modal-content.artproduct {
    max-width: 1200px!important
}
section#editor {
    margin-top: -50px
}
.art_about_contact {
    font-size: 16px;
    position: relative;
    padding: 20px 0 20px 200px;
    font-weight: 400
}
img.art_about_under {
    width: 100%;
    margin-bottom: 10%
}
img.art_about_under2 {
    width: 100%
}
img.art_about_car {
    width: auto
}
.art_about_car {
    position: absolute;
    top: 28%;
    left: 5%
}
.sb-search.plant {
    margin: 0 auto;
}
p.artist.list {
    width: 100%
}
.col-lg-3.col-sm-3.col-xs-4.artist {
    padding: 15px
}
iframe.culture_video {
    padding: 0 15px
}
.newsblock {
    margin-bottom: 50px
}
.news_content h2 {
    margin: 20px auto;
    font-size: 18px
}
.searchsize {
    position: relative;
    height: 146px
}
.searchsize img {
    position: absolute;
    clip: rect(0px 1220px 146px 0px)
}

section.planthome_settings {
    margin-bottom: 70px;
}
.clipnews {
    position: relative;
    width: 625px;
    height: 324px;
}
section.search.plant {
    margin: 30px auto;
}
.plantslider_title h2 {
    color: #b78f1d;
	font-weight: bold;
}
.productsearch img {
    width: 100%
}
.productsearch {
    position: relative;
    height: 254px;
    border: 1px solid #ccc
}
ul.slides li {
    opacity: 0;
}
.productsearch img {
    width: 100%;
    position: absolute;
    clip: rect(0px 1220px 252px 0px)
}
.productsearchimg {
    height: 241px;
    background-size: contain;
    border: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat
}
.buttons {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative
}
.buttons:not(:last-child) {
    width: 30px;
    height: 30px;
    margin: 8px auto 0;
    opacity: 0
}
nav.abc {
    width: 160px;
    display: inline-block;
    float: right
}
.abc:hover .buttons:not(:last-child) {
    opacity: 1
}
span.sharetxt {
    padding-left: 5px;
    color: #b78f1d;
    vertical-align: middle;
    font-size: 14px
}
.buttons:nth-last-child(1) {
    display: inline;
    vertical-align: 50%
}
.buttons:not(:last-child):nth-last-child(5) {
    background-image: url(../images/lightbox_fb.png);
    background-size: contain;
	background-repeat: no-repeat;
}
.buttons:not(:last-child):nth-last-child(4) {
    background-image: url(../images/lightbox_weibo.png);
    background-size: contain;
	background-repeat: no-repeat;
}
.buttons:not(:last-child):nth-last-child(3) {
    background-image: url(../images/lightbox_wechat.png);
    background-size: contain;
	background-repeat: no-repeat;
}
.buttons:not(:last-child):nth-last-child(2) {
    background-image: url(../images/lightbox_QQ.png);
    background-size: contain;
	background-repeat: no-repeat;
}
/*loading*/
span.loadingtxt {
    font-size: 40px;  
	vertical-align: middle;
}
section.loaders {
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;   
	color: #fff;
    overflow: auto;
    overflow-x: hidden;
    background-color: rgba(11, 11, 11, 0.65);
}
.loader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.loading {
    text-align: center;
    margin: auto;
    padding-top: 200px;
}
.loader-quart {
	border-radius: 50px;
    border: 6px solid rgba(255, 255, 255, 0.4);
}
.loader-quart:after {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}



@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@-webkit-keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg);
  }
}
@keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg);
  }
}	
	







