html{}
body {
	/*font-family: "Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑体",PMingLiU,"新細明體",'宋体', simsun, Arial,Helvetica,sans-serif;*/
  font-family:'Lato','Noto Sans TC',sans-serif;
}
body.en-GB {
    /*font-family: Arial,Helvetica,"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑体",PMingLiU,"新細明體",'宋体', simsun, sans-serif;*/
  font-family:'Lato','Noto Sans TC',sans-serif;
}
h1, h2, h3, h4, h5 {
    /*font-family: 'Playfair Display','Noto Sans TC',sans-serif;*/
}
a,a:visited,a:hover{
  color:#1e1d17;
  text-decoration:none
}
a, a>img, .btn, .btn>a, .hover-effect{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img{
  max-width:100%;
}
.btn{cursor: pointer;}

.txt-title-default {
    position: relative;
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    padding-bottom: 0;
    line-height: 1.2;
}
.txt-title-default:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #ffe512;
    margin: auto;
    margin-top: .8em;
}

.back-to-top {
    text-align: center;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 1%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    z-index: 99;
    outline: none !important;
}

#loader{width:100%; height: 100%; position: fixed; top:0; right:0; bottom:0; left:0; background: #dbd4bf url(../images/all_bg.jpg); z-index: 999}
.loader-box{position: absolute; top:0; right:0; bottom:0; left:0; width: 64px; height: 64px; margin: auto;}
.loader-child{
  width: 45%;
  height: 45%;
  background: #a6937c;
  opacity: 0;
  animation: loaderanime 1000ms linear infinite;
}
.loader-child:nth-of-type(1) {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
  }
.loader-child:nth-of-type(2) {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    animation-delay: -250ms;
  }
.loader-child:nth-of-type(3) {
    position: absolute;
    bottom: 2.5%;
    right: 2.5%;
    animation-delay: -500ms;
  }
.loader-child:nth-of-type(4) {
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    animation-delay: -750ms;
  }

@keyframes loaderanime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*Responsive*/
@media (min-width: 1281px){
}

@media (min-width: 1200px){
}

@media (min-width: 992px){
}
@media(min-width:769px){
  .txt-date {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    text-align: center;
}
}
@media(max-width: 768px){
}

@media(max-width: 576px){
}

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

@media (max-width: 320px){
}
.inner-banner{
  margin-top: 65px;
  background: url(../images/innerbanner2.jpg) no-repeat top right;
    background-size: cover;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
}
.inner-banner:before{
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30,29,23,.6);
  }
  .inner-banner h2{
    color: #fff;
    position: relative;
  }
/* feature */
#feature{
  padding-top:50px;
  padding-bottom:50px;
}
#feature .home4cols{
   -webkit-transition: .5s;
    transition: .5s;
  border: 1px solid #e2e2e2;
}
#feature .home4cols:hover{
  -webkit-box-shadow: 0 0 30px 0 rgba(30,29,23,.3);
  -moz-box-shadow: 0 0 30px 0 rgba(30,29,23,.3);
  box-shadow: 0 0 30px 0 rgba(30,29,23,.3);
}
#feature .home4cols .cover{
  padding:40px 20px;
  min-height:135px;
}

/* showcase */
#showcase{
  padding:50px 0;
}

/* content top */
#content-top{
  background:#f8f8f9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.jshop_list_product .col-sm-4{
  margin-bottom:45px;
}
.jshop_list_product .block_product{
  margin-bottom: 30px;
  -webkit-transition: .5s;
    transition: .5s;
  position: relative;
    background: #fff;
}
.jshop_list_product .block_product:hover {
    -webkit-box-shadow: 0 8px 30px 0px rgba(30,29,23,.1);
    -moz-box-shadow: 0 8px 30px 0px rgba(30,29,23,.1);
    box-shadow: 0 8px 30px 0px rgba(30,29,23,.1);
}
.info-property {
    padding: 15px 20px;
    padding-bottom: 75px;
}
.box-bottom {
    position: absolute;
    left: 15px;
    bottom: 0;
    padding: 6px;
    padding-right: 60px;
    padding-left: 5px;
    border-top: 1px solid #e2e2e2;
    width: calc(100% - 30px);
}

.txt-price {
    font-weight: 700;
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 8px;
}
.btn-share {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44px;
    height: 44px;
  background-color:transparent;
    background-size: 80%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.info-property .name a{
  font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}
.btn-share .share_unit{
  min-width: 72px !important;
} 
.btn-share .share_unit a{
  font-size:14px;
}
.btn-share:hover .share_unit {
    display: block!important;
    position: absolute;
    bottom: 42px;
    font-weight: 700;
}
.newsflash .article-item{
  border: 1px solid #e2e2e2;
  -webkit-transition: .5s;
    transition: .5s;
}
.newsflash .article-item:hover{
	box-shadow: 0 0 30px 0 rgba(30,29,23,.3);
  }
.newsflash .b-post-ctx{
  padding-top: 20px;
    padding-left: 130px;
    padding-right: 30px;
  position:relative;
  min-height:125px;
}
h5.newsflash-title a{
  margin-top: 7.5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.txt-date .date-d{
  font-size: 60px;
    margin-top: -.5em;
    font-family: 'Playfair Display','Noto Sans TC',sans-serif;
}
.txt-date .date-m,.txt-date .date-y{
  font-size:18px;
}

/* content-top-news */
#content-top-news{
  padding-top:50px;
  padding-bottom:50px;
}

/* content-bottom */
#content-bottom{
  position: relative;
    background-image: url(../images/bg_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 80%;
  padding-top:45px;
  padding-bottom:45px;
}
#content-bottom:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
#content-bottom .container {
    position: relative;
}
#content-bottom .txt {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 45px;
}
#content-bottom .txt a{
  color:#fff;
}
#content-bottom .txt a:visited {
    color: #fff;
    text-decoration: none;
    border: 0;
}
#content-bottom .txt a:hover, .s-contact .txt a:focus, .s-contact .txt a:active {
    letter-spacing: 2px;
    color: #ffe512;
}
.btn.btn-yellow {
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 245px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    background: #ffe512;
}
.txt-white {
    color: #fff;
  text-align:center;
}

.nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 30px;
}
.nav-tabs.nav-events>li {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.nav-tabs.nav-events>li>a {
  display: block;
    background: 0 0;
    border: 0;
    padding: 0;
    line-height: 70px;
    height: 70px;
    position: relative;
    border-bottom: 5px solid #e8e8e8;
}
.nav-tabs.nav-events>li.active>a {
    font-size: 35px;
    font-weight: 300;
    background: 0 0;
    border: 0;
    color: #000;
    font-weight: 700;
    border-bottom: 5px solid #ffe512;
}
.nav-tabs.nav-events .txt-slash {
    margin-left: 30px;
    margin-right: 30px;
    line-height: 70px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.tab-pane .col-sm-6,
.tab-content>.tab-pane .col-sm-4{
  margin-bottom: 30px;
}
.tab-content>.active {
    display: block;
}

.blog .items-row .col-sm-4{
  margin-bottom: 30px;
}
.blog .item{
  -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #e2e2e2;
}
.blog .item:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(30,29,23,.3);
    -moz-box-shadow: 0 0 30px 0 rgba(30,29,23,.3);
    box-shadow: 0 0 30px 0 rgba(30,29,23,.3);
}
.item .intro .page-header h2{
  font-size: 18px;
  text-align: center;
  padding: 40px 20px;
}

.nav-submenu-wrapper{
  padding: 50px 0;
  background: rgba(241,241,241,.95);
    margin: 20px 0;
}
.nav-submenu {
  display: block;
    text-align: center;
}
.nav-submenu>li, .nav-submenu ul>li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.nav-submenu>li:not(:last-child):before, .nav-submenu ul>li:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    border-left: 1px solid #525252;
    top: 50%;
    right: -20px;
    -webkit-transform: skew(-30deg) translate(50%,-50%);
    -ms-transform: skew(-30deg) translate(50%,-50%);
    transform: skew(-30deg) translate(50%,-50%);
}
.productfull #block_price{
  color: #ffe512 !important;
    font-size: 35px !important;
    font-weight: 700;
}
#plugin_tab .nav-tabs,
#itp-social-buttons-box{
  display: none;
}
.eb-taskbar ul li a.btn{
  background: #0c283c;
  color: #fff;
}
.form-actions .btn.btn-primary{
  background: #0c283c;
  color: #fff;
}

.ads {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    z-index: 7;
}
.ads .banneritem {
    width: 60px;
}