@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
@import url(//fonts.googleapis.com/css?family=Quattrocento:400,700);
/*========================================================
                      Bootstrap NULL
=========================================================*/
.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
.badge {
  background: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
    float: none;
    width: 100%;
  }
}
a:hover *,
a:hover,
a *,
a,
a:active *,
a:active,
a:focus *,
a:focus {
  text-decoration: none;
  color: auto;
  outline: none!important;
  background: auto;
  box-shadow: none!important;
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  -webkit-text-size-adjust: none;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
.box img,
.thumbnail img {
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 82px;
  font-weight: 900;
}
h3 {
  font-size: 72px;
  font-weight: 900;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 30px;
  font-family: 'Quattrocento', serif;
}
p {
  font-size: 18px;
  font-family: 'Quattrocento', serif;
}
p a:hover {
  text-decoration: underline;
}
/*=======================================================
                       Components
=========================================================*/
/*========================================================
                     HEADER  Section
=========================================================*/
header.large_header .header-bottom {
  text-align: center;
  padding: 351px 48px 89px;
  color: #ffffff;
}
header.large_header .header-bottom h5 {
  line-height: 36px;
}
header.large_header .header-bottom h5 + .btn {
  margin-top: 8px;
}
header.large_header .header-bottom h2 + h5 {
  margin-top: 15px;
}
/*==================  Brand     ======================*/
/*.brand {
  float: left;
}*/
.brand .brand_logo {
  margin-bottom: 13.5px;
  margin-top: 7px;
}
/*==================  Nav     ======================*/
/*========================   Menu   ==========================*/
.nav-toggle {
  display: none;
  position: absolute;
  width: 25px;
  top: 64px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  font-size: 0;
  height: 2px;
  margin: 6px 0;
  background: #fff;
}
.nav-toggle:before,
.nav-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.menu-close { display: none; }
nav.navbar.navbar-default.navbar-static-top.tm_navbar {
  /*text-align: center;*/
  position: relative;
  border-bottom: 0px;
  background: none;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0 !important;
  /*float: right;*/
  margin: 43px 0px 0px;
}
ul.sf-menu {
  text-align: center;
  position: relative;
  display: inline-block;
}
ul.sf-menu:before,
ul.sf-menu:after {
  content: " ";
  display: table;
}
ul.sf-menu:after {
  clear: both;
}
ul.sf-menu a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu {
  padding: 0;
  position: relative;
}
.sf-menu > li {
  position: relative;
  line-height: 17px;
  list-style: none;
  float: left;
}
.sf-menu > li > a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sf-menu > li > a.en{font-size:14px; color: #ffa200; margin-left: 20px;}
.sf-menu > li > a.encn{font-size:14px; color: #ffffff; margin-left: 5px;}
.sf-menu > li > a.encn a:hover:{font-size:14px; color: #ffa200;}

.sf-menu > li > a.cn{font-size:12px; color: #ffffff; padding-left: 20px;}
.sf-menu > li > a.cn a:hover:active{font-size:14px; color: #ffa200;}
.sf-menu > li > a.cnen{font-size:12px; color: #ffa200; padding-left: 20px;}
.sf-menu > li > a.cnen a:hover:active{font-size:14px; color: #ffa200;}


.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  /*-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;*/
  color: #ffa200;
}
.sf-menu > li.active > a {
  color: #ffa200;
}
.sf-menu > li + li {
  margin-left: 43px;
}
.sf-menu ul {
  background: rgba(0, 0, 0, 0.30);
  display: none;
  position: absolute;
  text-align: left;
  top: 20px;
  width: 200px;
  left: -11px;
  margin-top: 10px;
  padding: 10px 0px 10px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  text-align: left;
  list-style: none;
  padding: 0px 20px 0px;
  line-height: 30px;
  width: 300px;
}
.sf-menu ul > li + li {
  width: 240px;
}
.sf-menu ul > li > a {
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #ffa200;
}
.sf-menu ul ul {
  background: rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 140px;
  top: -10px;
  left: 102%;
  padding: 22px 0px 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul > li {
  text-align: center;
  list-style: none;
  padding: 0px 0px 0px;
  line-height: 30px;
  width: 140px;
}
.sf-menu ul ul > li + li {
  width: 140px;
}
.sf-menu ul ul > li > a {
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #ffa200;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
}
select.sf-menu {
  display: none !important;
}
.footer_menu {
  list-style: none;
}
.footer_menu li {
  padding-left: 38px;
  float: left;
}
.footer_menu li.active a {
  color: #ffffff;
}
.footer_menu li a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_menu li a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_menu li + li {
  position: relative;
}
.footer_menu li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 2;
}
@media (max-width: 1199px) {
  ul.sf-menu {
    padding-left: 0;
  }
}
@media (max-width: 990px) {
  /*nav.navbar.navbar-default.navbar-static-top.tm_navbar ul.sf-menu {*/
  ul.sf-menu {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .brand_logo {
    padding-left: 50px;
  }
  .nav-toggle {
    display: block;
  }
  .menu-close {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    padding: 15px 20px 0;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
  }
  nav.navbar.navbar-default.navbar-static-top.tm_navbar {
    position: fixed;
    left: -260px;
    top: 0;
    bottom: 0;
    z-index: 200;
    width: 260px;
    /*position: relative!important;*/
    /*top: 0px!important;*/
    /*margin: 0!important;*/
    margin: 0;
    min-height: 0;
    /*margin-bottom: 0!important;*/
    padding: 0 !important;
    z-index: 200;
    background: rgba(0, 0, 0, 0.85);
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: left 0.25s;
  }
  nav.navbar.navbar-default.navbar-static-top.tm_navbar.show { left: 0; }
  ul.sf-menu {
    display: block;
    padding-left: 0;
    text-align: left;
    /*display: none!important;*/
    /*padding: 0 !important;*/
  }
  .sf-menu > li {
    float: none;
    margin: 0 !important;
  }
  .sf-menu a {
    padding: 12px 20px;
  }
  .sf-menu > li > a.en,
  .sf-menu > li > a.encn {
    margin-left: 0;
  }
  .sf-menu ul {
    display: block !important;
    position: static;
    width: auto;
    height: auto !important;
  }
  .sf-menu ul > li {
    width: auto;
    padding: 0;
    line-height: 1.2;
  }
  .sf-menu ul a {
    padding-left: 40px;
  }
  /* select.sf-menu {
    display: block !important;
    width: 100%;
    border: 0px;
    padding: 15px;
    color: #333333;
    text-transform: capitalize;
  } */
  nav {
    width: 100%;
  }
}
@media (max-width: 460px) {
  header.large_header .header-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  .header-bottom .btn.btn-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*==================  Stuck-menu     ======================*/
#stuck_container {
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1000;
}
#stuck_container:before,
#stuck_container:after {
  content: " ";
  display: table;
}
#stuck_container:after {
  clear: both;
}
#stuck_container.isStuck {
  background: rgba(0, 0, 0, 0.55);
}
#stuck_container.isStuck nav ul ul {
  background: rgba(0, 0, 0, 0.55);
}
#stuck_container.isStuck .brand_logo {
  margin-bottom: 0;
  margin-top: 9px;
}
#stuck_container.isStuck .brand_logo img {
  width: 280px;
}
#stuck_container.isStuck nav.navbar.navbar-default.navbar-static-top.tm_navbar {
  margin-top: 29px;
}
@media (max-width: 767px) {
  #stuck_container.isStuck {
    display: none;
  }
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
.border-right {
  position: relative;
}
.border-right:before {
  content: "";
  position: absolute;
  background: #e5e5e5;
  right: -2px;
  top: -4px;
  width: 1px;
  height: 168px;
}
/*==================  Blocks  ======================*/
.block-fw {
  overflow: hidden;
}
.block-1 {
  padding: 69px 0px 80px;
}
.block-1.indent-1 {
  padding-bottom: 23px;
}
.block-1.indent-2 {
  padding-bottom: 51px;
}
.block-2 {
  padding: 57px 0px 43px;
}
.block-2.indent-1 {
  padding-bottom: 81px;
}
.block-2.indent-2 {
  padding-bottom: 35px;
}
.block-2.indent-3 {
  padding-bottom: 62px;
}
.block-3 {
  padding: 22px 0px 35px;
}
.block-4 {
  padding: 22px 0px 28px;
}
.block-5 {
  padding: 50px 0px 44px;
}
.block-5.indent {
  padding-bottom: 53px;
}
.block-6 {
  padding: 28px 0px 22px;
}
.block-7 {
  padding: 57px 0px 57px;
}
.block-404 {
  padding: 142px 0px;
}
.block-404 h2 {
  font-size: 200px;
  color: #ffa200;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 180px;
  float: left;
  position: relative;
  left: -17px;
  margin-right: 13px;
}
.block-404 .wrapper {
  overflow: hidden;
}
.block-404 h3 {
  color: #2c2c2c;
  font-size: 50px;
  line-height: 51px;
  text-transform: uppercase;
  margin-top: 27px;
}
.block-404 h3 + p {
  margin-top: 28px;
}
.block-404 p {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 26px;
}
.block-404 p + p {
  margin-top: 26px;
}
/*==================  Boxes      ======================*/
.box.box-1 .title + p {
  margin-top: 23px;
}
.box.box-1 p {
  line-height: 30px;
}
.box.box-1 p + .btn {
  margin-top: 8px;
}
.box.box-2 {
  padding-bottom: 5px;
  text-align: right;
}
.box.box-2 h4 + p {
  margin-top: 30px;
}
.box.box-2 p {
  line-height: 30px;
}
.box.box-3 {
  padding: 0px 36px;
  text-align: center;
}
.box.box-3 h6 {
  font-weight: bold;
  color: #ffa200;
}
.box.box-3 h6 + p {
  margin-top: 18px;
}
.box.box-3 p {
  line-height: 24px;
}
.box.box-3 h3 {
  text-align: center;
  display: block;
  line-height: 72px;
}
.box.box-4 {
  padding: 0px 36px;
  text-align: center;
  padding: 0!important;
}
.box.box-4 h6 {
  font-weight: bold;
  color: #ffa200;
}
.box.box-4 h6 + p {
  margin-top: 18px;
}
.box.box-4 p {
  line-height: 24px;
}
.box.box-4 h3 {
  text-align: center;
  display: block;
  line-height: 72px;
}
.box.box-4 h6 + .list-with-img {
  margin-top: 26px;
}
.box.box-5 {
  padding: 0px 36px;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-top: 25px;
  padding: 15px 0px 26px!important;
}
.box.box-5 h6 {
  font-weight: bold;
  color: #ffa200;
}
.box.box-5 h6 + p {
  margin-top: 18px;
}
.box.box-5 p {
  line-height: 24px;
}
.box.box-5 h3 {
  text-align: center;
  display: block;
  line-height: 72px;
}
.box.box-5 h6 {
  margin-bottom: 12px;
}
.box.box-5 time {
  font-size: 14px;
}
.box.box-5 time + p {
  margin-top: 19px;
}
.box.box-5 p {
  padding: 0px 10px;
}
.box.box-5 p + .btn {
  margin-top: 10px;
}
.box.box-6 h6 {
  font-weight: bold;
}
.box.box-6 p {
  font-size: 14px;
  color: #bec0bf;
  line-height: 24px;
}
.box.box-7 p {
  line-height: 30px;
}
.box.box-7 p + .list {
  margin-top: 15px;
}
.box.box-7 .list + p {
  margin-top: 17px;
}
.box.box-7 h6 {
  font-weight: bold;
}
.box.box-7 blockquote {
  font-family: 'Quattrocento', serif;
  padding: 0;
  border: none;
  overflow: hidden;
  padding-left: 57px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-bottom: 14px;
}
.box.box-7 blockquote:before {
  top: 7px;
  position: absolute;
  left: 0;
  content: "\f10d";
  font-family: fontAwesome;
  font-size: 38px;
  color: #ffa200;
  float: left;
}
.box.box-7 h6 {
  margin-top: 0;
  margin-left: 63px;
}
.box.box-7 + .box-7 {
  margin-top: 46px;
}
.box.box-8 {
  margin-top: 35px;
}
.box.box-8 h6 {
  font-weight: bold;
  color: #ffa200;
}
.box.box-8 h6 + p {
  margin-top: 16px;
}
.box.box-8 p {
  line-height: 30px;
}
.box.box-8 a.link {
  display: inline-block;
  margin-top: 17px;
  color: #ffa200;
  font-size: 18px;
  font-family: 'Quattrocento', serif;
}
.box.box-8 a.link:hover {
  text-decoration: underline;
}
/*==================  Thumbnail      ======================*/
.thumb-pad-1 .thumbnail img + .caption {
  margin-top: 18px;
}
.thumb-pad-1 .thumbnail .caption p {
  line-height: 30px;
}
.thumb-pad-1 .thumbnail .caption p + p {
  margin-top: 30px;
}
.thumb-pad-2 {
  margin-top: 23px;
}
.thumb-pad-2 .thumbnail img + .caption {
  margin-top: 11px;
}
.thumb-pad-2 .thumbnail .caption h6 {
  font-weight: bold;
}
.thumb-pad-2 .thumbnail .caption h6 + p {
  margin-top: 16px;
}
.thumb-pad-2 .thumbnail .caption p {
  line-height: 30px;
}
.thumb-pad-3 .thumbnail img + .caption {
  margin-top: 10px;
}
.thumb-pad-3 .thumbnail .caption h6 {
  color: #ffa200;
  font-weight: bold;
  margin-bottom: 9px;
}
.thumb-pad-3 .thumbnail .caption .top_caption {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}
.thumb-pad-3 .thumbnail .caption .bottom_caption {
  padding-top: 27px;
}
.thumb-pad-3 .thumbnail .caption .bottom_caption:before,
.thumb-pad-3 .thumbnail .caption .bottom_caption:after {
  content: " ";
  display: table;
}
.thumb-pad-3 .thumbnail .caption .bottom_caption:after {
  clear: both;
}
.thumb-pad-3 .thumbnail .caption .bottom_caption .price {
  float: left;
}
.thumb-pad-3 .thumbnail .caption .bottom_caption .btn {
  float: right;
}
.thumb-pad-4 .thumbnail img {
  margin-top: 30px;
  float: left;
  margin-right: 30px;
}
.thumb-pad-4 .thumbnail .caption {
  overflow: hidden;
  color: #ffffff;
}
.thumb-pad-4 .thumbnail .caption h4 {
  font-weight: bold;
  line-height: 48px;
}
.thumb-pad-4 .thumbnail .caption h4 + p {
  margin-top: 25px;
}
.thumb-pad-4 .thumbnail .caption p {
  line-height: 30px;
}
.thumb-pad-4 .thumbnail .caption p + p {
  margin-top: 30px;
}
.thumb-pad-5 .thumbnail img {
  float: right;
  margin-left: 20px;
  margin-top: 22px;
}
.thumb-pad-5 .thumbnail .caption {
  padding-top: 7px;
  overflow: hidden;
}
.thumb-pad-5 .thumbnail .caption h6 {
  font-weight: bold;
}
.thumb-pad-5 .thumbnail .caption h6 + p {
  margin-top: 16px;
}
.thumb-pad-5 .thumbnail .caption p {
  line-height: 30px;
}
.thumb-pad-5 .thumbnail .caption p + h6 {
  margin-top: 34px;
}
.thumb-pad-6 {
  margin-top: 24px;
}
.thumb-pad-6 .thumbnail .caption {
  padding: 12px 20px 23px;
  text-align: center;
  background: #ffffff;
}
.thumb-pad-6 .thumbnail .caption h6 {
  font-weight: bold;
  color: #ffa200;
}
.thumb-pad-6 .thumbnail .caption h6 + p {
  margin-top: 15px;
}
.thumb-pad-6 .thumbnail .caption p {
  line-height: 30px;
}
/*==================  Titles      ======================*/
.title.title-1 {
  font-weight: bold;
  line-height: 48px;
}
.title.title-1 + .thumb-pad-1 {
  margin-top: 35px;
}
.title.title-1 + .list-3 {
  margin-top: 28px;
}
.title.title-1 + .box-7 {
  margin-top: 28px;
}
.title.title-1 + .list-4 {
  margin-top: 28px;
}
.title.title-2 {
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.title.title-2 + .thumb-pad-1 {
  margin-top: 35px;
}
.title.title-2 + .list-3 {
  margin-top: 28px;
}
.title.title-2 + .box-7 {
  margin-top: 28px;
}
.title.title-2 + .list-4 {
  margin-top: 28px;
}
.title.title-2 + .list-6 {
  margin-top: 27px;
}
.title.title-3 {
  text-transform: uppercase;
  color: #bec0bf;
  font-size: 14px;
}
.title.title-3 + .box-6 {
  margin-top: 25px;
}
.title.title-4 {
  font-weight: bold;
  line-height: 48px;
  color: #333333;
  text-align: center;
}
.title.title-4 + .thumb-pad-1 {
  margin-top: 35px;
}
.title.title-4 + .list-3 {
  margin-top: 28px;
}
.title.title-4 + .box-7 {
  margin-top: 28px;
}
.title.title-4 + .list-4 {
  margin-top: 28px;
}
/*==================  Backgrounds  ======================*/
.img-bg-1 {
  position: relative;
}
.img-bg-1:before {
  background-image: url(../img/img-bg-1.jpg);
  background-repeat: no-repeat;
  content: "";
  left: 90%;
  z-index: -1;
  top: -40px;
  position: absolute;
  display: block;
  width: 100%;
  height: 450px;
}
.img-bg-2 {
  background-image: url(../img/img-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat !important;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover!important;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  padding: 50px 0;
}
@media (max-width: 990px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover!important;
  }
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover!important;
  }
}
.parallax {
  color: #333333;
}
.parallax .thumb-pad-2 .caption {
  color: #ffffff;
}
.parallax-bg-1 {
  background-image: url(../img/parallax-bg-1.jpg);
}
.parallax-bg-2 {
  background-image: url(../img/parallax-bg-2.jpg);
}
.parallax-bg-3 {
  background-image: url(../img/parallax-bg-3.jpg);
  color: #ffffff;
}
.parallax-bg-4 {
  background-image: url(../img/parallax-bg-4.jpg);
  color: #ffffff;
}
.parallax-bg-5 {
  background-image: url(../img/parallax-bg-5.jpg);
  color: #ffffff;
}
.parallax-bg-6 {
  background-image: url(../img/parallax-bg-6.jpg);
  color: #ffffff;
}
.parallax-bg-7 {
  background-image: url(../img/parallax-bg-7.jpg);
  color: #ffffff;
}
/*==================  Lists      ======================*/
.list {
  padding: 0;
  list-style: none;
}
.list.list-1 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.list.list-1 li {
  line-height: 36px;
}
.list.list-1 li:before {
  position: relative;
  left: 2px;
  content: "-";
  margin-right: 7px;
}
.list.list-with-img li {
  float: left;
  width: 22%;
}
.list.list-with-img li.left_side {
  width: 38%;
  text-align: right;
}
.list.list-with-img li.right_side {
  width: 37%;
  text-align: left;
  padding-left: 2%;
}
.list.list-2 {
  font-family: 'Quattrocento', serif;
  font-size: 14px;
}
.list.list-2 dt {
  line-height: 24px;
}
.list.list-3 {
  font-family: 'Quattrocento', serif;
}
.list.list-3 li:before,
.list.list-3 li:after {
  content: " ";
  display: table;
}
.list.list-3 li:after {
  clear: both;
}
.list.list-3 li span.date {
  width: 48px;
  float: left;
  font-size: 18px;
  margin-right: 21px;
  top: 3px;
  position: relative;
}
.list.list-3 li span.date:before {
  content: "-";
  position: absolute;
  left: 48px;
}
.list.list-3 li p {
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.list.list-3 li + li {
  margin-top: 6px;
  margin-bottom: 17px;
}
.list.list-3 li:last-child {
  margin-top: -10px !important;
}
.list.list-4 li .badge {
  float: left;
  text-align: center;
  border-radius: 100%;
  font-family: 'Quattrocento', serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #ffa200;
  font-size: 22px;
  width: 70px;
  height: 70px;
  padding: 25px 0px;
  position: relative;
  top: 5px;
  margin-right: 20px;
}
.list.list-4 li .wrapper {
  overflow: hidden;
}
.list.list-4 li .wrapper p {
  line-height: 30px;
}
.list.list-4 li + li {
  margin-top: 17px;
}
.list.list-4.indent {
  margin-top: 16px;
}
.list.list-5 {
  margin-bottom: 3px;
}
.list.list-5 li .badge {
  float: left;
  text-align: center;
  border-radius: 100%;
  font-family: 'Quattrocento', serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #ffa200;
  font-size: 22px;
  width: 70px;
  height: 70px;
  padding: 25px 0px;
  position: relative;
  top: 5px;
  margin-right: 20px;
}
.list.list-5 li .wrapper {
  overflow: hidden;
}
.list.list-5 li .wrapper p {
  line-height: 30px;
}
.list.list-5 li + li {
  margin-top: 17px;
}
.list.list-5.indent {
  margin-top: 16px;
}
.list.list-5 li h6 {
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 6px;
}
.list.list-6 dt {
  line-height: 30px;
}
.list.list-6 dt + dd {
  margin-top: 21px;
}
.list.list-6 dd {
  line-height: 30px;
  font-family: 'Quattrocento', serif;
  font-weight: 300;
}
.list.list-6 dd span {
  width: 102px;
  display: inline-block;
}
.list.list-6 dd a.link {
  color: #ffa200;
}
.list.list-6 dd a.link:hover {
  text-decoration: underline;
}
/*==================  Buttons    ======================*/
.btn {
  border-radius: 0px;
}
.btn.btn-1 {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 34px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-1:hover {
  color: #ffa200;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: #ffa200;
}
.btn.btn-2 {
  background: #2c2c2c;
  border: 2px solid #2c2c2c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2:hover {
  color: #ffa200;
  background: #ffffff;
  border: 2px solid #ffa200;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*==================  Links    ======================*/
.link.link-1 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-transform: lowercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link.link-1:hover {
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*==================  isotope    ======================*/
.isotope-block {
  margin-top: 58px;
}
.isotope-block .button-group {
  padding-bottom: 22px;
}
.isotope-block .element-item {
  height:495px;
  margin-left: 30px!important;
  margin-bottom: 30px;
}
.isotope-block button {
  margin-bottom: 20px;
  outline: none;
  color: #333333;
  font-size: 18px;
  background: transparent;
  font-weight: 300;
  font-weight: bold;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0px;
}
.isotope-block button.is-checked {
  color: #ffa200;
}
.isotope-block button:hover {
  color: #ffa200;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.isotope-block button + button {
  margin-left: 10px;
}
.isotope-block button + button {
  margin-left: 37px;
}
.isotope-block .isotope {
  margin-left: -30px;
}
.isotope-block .element-item {
  margin-left: 15px;
  margin-bottom: 23px !important;
}
.isotope-block .element-item:before,
.isotope-block .element-item:after {
  content: " ";
  display: table;
}
.isotope-block .element-item:after {
  clear: both;
}
.element-item,
.grid-sizer {
  width: 370px!important;
}
/*==================  toTop    ======================*/
#toTop {
  display: inline-block;
  position: fixed;
  bottom: 150px;
  right: 10%!important;
  font-size: 50px;
  color: #ffa200;
  z-index: 9999;
  transition: ease all 0.3s;
}
#toTop:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: ease all 0.3s;
}
#toTop:focus {
  border: none;
}
@media (max-width: 991px) {
  #toTop {
    display: none!important;
  }
}
/*==================  GMap    ======================*/
.google-map-api {
  margin-top: 36px;
  width: 100%;
  margin-bottom: 10px;
}
.google-map-api #map-canvas {
  height: 386px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .footer-top {
  color: #ffffff;
  background: #333333;
  padding-top: 15px;
}
footer .footer-bottom {
  padding: 6px 0px 5px;
  font-family: 'Quattrocento', serif;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #333333;
}
footer .footer-bottom .copyright a {
  color: #333333;
}
footer .footer-bottom .copyright a:hover {
  text-decoration: underline;
}
footer .footer-bottom.border {
  border-top: 1px solid #333333;
}

footer.indent2 {
  margin-top: 0;
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
  .brand { float: left; }
  .nav.navbar.navbar-default.navbar-static-top.tm_navbar {
    float: right;
  }
  #stuck_container.isStuck .brand_logo img {
    width: 70%;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .element-item,
  .grid-sizer {
    width: 293px!important;
  }
  .block-404 #search label,
  .block-404 #search input {
    width: 100%;
  }
  .block-404 #search .btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .block-404 {
    text-align: center;
  }
  .block-404 h2 {
    float: none;
  }
  .element-item,
  .grid-sizer {
    width: 330px!important;
  }
  .img-bg-1:before {
    display: none;
  }
  .border-right:before {
    display: none;
  }
  .box-5 {
    border: 0px!important;
  }
  footer .footer-top form#contact-form fieldset input,
  footer .footer-top form#contact-form fieldset label {
    width: 100%!important;
  }
  .thumb-pad-2 img,
  .thumb-pad-1 img,
  .thumb-pad-6 img {
    display: inline-block !important;
  }
  .thumbnail img {
    float: none!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .thumb-pad-6 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-404 {
    text-align: center;
  }
  .block-404 h2 {
    font-size: 100px;
    line-height: 110px;
    margin-right: 0px;
    margin-left: 0!important;
    left: 0;
  }
  .button-group button {
    float: none!important;
    display: block!important;
    margin-left: 0 !important;
  }
  .element-item,
  .grid-sizer {
    width: 100%!important;
  }
  .element-item img,
  .grid-sizer img {
    width: 100%;
  }
  .isotope {
    margin-left: 0px!important;
  }
  .isotope .element-item {
    margin-left: 0!important;
  }

  header {
    text-align: center;
  }
  header .brand {
    margin-top: 30px;
    float: none;
    display: inline-block;
  }
  header select.select-menu {
    margin-bottom: 20px;
  }
  .thumb-pad-2,
  thumb-pad-1 {
    text-align: center!important;
  }
  .thumb-pad-2 img,
  thumb-pad-1 img {
    display: inline-block !important;
  }
  .thumb-pad-1 .thumbnail {
    display: inline-block;
    width: 80%;
  }
  .thumb-pad-1 img {
    width: 100%;
  }
  .thumb-pad-1 .links {
    display: block!important;
  }
  .thumb-pad-1 .caption {
    padding-top: 45px!important;
  }
  .thumb-pad-1 .caption p {
    display: inline-block !important;
  }
  .thumb-pad-6 .caption {
    padding: 12px 18px 23px !important;
  }
  .extra-bg {
    background: rgba(255, 255, 255, 0.5);
  }
  .box.box-2 {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .block-404 {
    text-align: center;
  }
  .block-404 h2 {
    font-size: 50px!important;
    line-height: 60px!important;
    margin-right: 0px;
  }
  .block-404 h3 {
    font-size: 40px!important;
    line-height: 50px!important;
    margin-right: 0px;
  }
  .list.list-with-img li {
    float: none!important;
    text-align: center!important;
    width: 100%!important;
    margin-top: 10px;
  }
  h3 {
    font-size: 32px;
    line-height: 32px!important;
  }
  h2 {
    font-size: 42px;
    line-height: 42px!important;
  }
  h5 {
    font-size: 20px;
    line-height: 25px!important;
  }
}

.imgpadding{padding-right: 10px;}
.wechat{margin-top:40px;}
a.contact {color: #ffffff;}
a:hover.contact {color: #ffffff;}
.mainservices a{color: #333333;}
.mainservices a:hover {color: #ffa200;}
.aboutp{ padding-top:  10px;}
.servicestitle{color:#ffa200; font-size: 20px;}