html, body, h1, h2, h3, h4, h5, h6, p, textarea, input, select, ul, ol, li, fieldset, figure {
  margin: 0;
  padding: 0;
  border: none; }

ul, li {
  list-style: none; }
img{
  width: 100%;
}
html,
body {
  height: 100%; 
  background-color: #ededed;
 
}
*{
   box-sizing: border-box;
}
body.static {
  overflow: hidden;
  position: relative; }

body,
textarea,
input,
select {
  font-size: 14px;
  color: #222222;
  line-height: 1.75;
  font-weight: normal;
  font-family: 'Lato', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a img {
    border: none; }

.shell{
  max-width: 1200px;
  margin: 0 auto;
}


header{
  position: fixed;
  top: 0;
  z-index: 800;
  width: 100%;
  min-height: 60px;
  padding: 0 20px;
  background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.3));
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  /*background-color: blue;*/
}
.nav_top{
  background-color: rgba(0,0,0,0.6);
}
.nav_top .menu{
  display: block;
}
.nav_solid{
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid rgba(0,0,0,0.01);
}

.nav_solid ul li a{
  color: #202020;
}
.nav_solid svg{
  fill: #841A08;
}
header svg{
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.wrap_header{
  max-width: 1200px;
  margin: 0 auto;
}
.menu{
  margin-left: 100px;
}
.menu li{
  display: inline-block;
  line-height: 60px;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu li a{
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
}
.menu li:hover{
  background-color: rgba(0,0,0,0.1);
}
.global-nav-initializer {
  margin-top: 17px;
  height: 26px;
  float: left;
  cursor: auto; 
}

.phone_menu_btn{
  display: none;
}
@media screen and (max-width: 768px){
  .phone_menu_btn{
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.6);
  }
  .menu{
    padding-top: 60px;
    margin-left: 0;
    display: none;
  }
  .menu li{
    padding: 0;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .phone_menu_btn li{
    width: 70%;
    height: 2px;
    background-color: #fff;
    margin: 8.5px auto;
  }
}









.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.clearfix {
  *zoom: 1; 
  display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  justify-content:center;
}
.change_4-12{
  flex-wrap:nowrap;
}
@media screen and (max-width: 620px) {
  .change_4-12{
    
    flex-direction: column;
  }
}

  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; 
  }
  .clearfix:after {
    clear: both; 
  }

.vertical-divider {
  border-left: 1px solid rgba(230, 230, 230, 0.8);
  text-indent: -9999px;
  display: inline-block;
  height: 1em;
  margin: 0 5px; }

.center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1px; }

.hidden-text,
.hidden {
  display: none;
  visibility: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.base-line-btn {
  border: 2px solid #525764;
  color: #222222;
  height: 46px;
  line-height: 42px;
  display: inline-block;
  font-size: 16px;
  padding: 0 32px; }
  .base-line-btn:hover {
    background: #525764;
    color: white; }
  .base-line-btn.white {
    color: white;
    border-color: white; }
    .base-line-btn.white:hover {
      background: white;
      color: #222222; }
  .base-line-btn.golden {
    color: #dbccae;
    border-color: #dbccae; }
    .base-line-btn.golden:hover {
      background: #dbccae;
      color: #896937; }
  .base-line-btn.goldenDark {
    color: #896937;
    border-color: #896937; }
    .base-line-btn.goldenDark:hover {
      background: #896937;
      color: white; }
  .base-line-btn.grey {
    color: #666666;
    border-color: #878787; }
    .base-line-btn.grey:hover {
      background: #878787;
      color: white; }

.base-btn {
  height: 46px;
  line-height: 46px;
  background: #19bc56;
  font-size: 16px;
  border-bottom: 1px solid #159c48;
  color: white;
  border-radius: 2px;
  display: inline-block;
  padding: 0 32px; }
  .base-btn:hover {
    background: #16a54c;
    border-color: #12863d; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-transition: 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -moz-transition: 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -ms-transition: 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -o-transition: 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  transition: 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19); }
  .overlay.active {
    padding-top: 40px;
    visibility: visible;
    opacity: 1; }

.svg-fallback-img {
  display: none !important; }
  .svg-fallback-img.active {
    display: block !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); } }

@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); } }

@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom; }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-ms-keyframes fadeInBottom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeOutTop {
  -webkit-animation-name: fadeOutTop;
  animation-name: fadeOutTop; }

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-moz-keyframes fadeOutTop {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-ms-keyframes fadeOutTop {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

header .header-logo,
header .global-nav-title {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -moz-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -ms-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -o-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19); }
header.pre-stage .header-logo,
header.pre-stage .global-nav-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }

.header-logo {
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 20;
  font-size: 0.1px;
  display: inline; }
  .header-logo:hover .logo-svg,
  .header-logo:hover .icon-logo {
    opacity: .7; }
  .header-logo .logo-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

  }
  .header-logo .icon-logo {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../imgs/fallback/logo-white.png);
    cursor: pointer; }
    .openday-page .header-logo .icon-logo {
      background-image: url(../imgs/fallback/logo-golden-lit.png); }
  .header-logo .logo-svg {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    fill: white;
    cursor: pointer;
    width: 80px;
    height: 80px; }
    .openday-page .header-logo .logo-svg {
      fill: #ececd9; }
  .article-single-page .header-logo .logo-svg, .header-logo.black .logo-svg {
    fill:#841A08; }
    .openday-page .article-single-page .header-logo .logo-svg, .openday-page .header-logo.black .logo-svg {
      fill: #311e06; }
  .article-single-page .header-logo .icon-logo, .header-logo.black .icon-logo {
    background-image: url(../imgs/fallback/logo-black.png); }
    .openday-page .article-single-page .header-logo .icon-logo, .openday-page .header-logo.black .icon-logo {
      background-image: url(../imgs/fallback/logo-golden-dark.png); }
  .error-page .header-logo .logo-svg, .court-page .header-logo .logo-svg, .openday-page .header-logo .logo-svg, .article-single-page .header-logo .logo-svg, .about-page .header-logo .logo-svg, .team-page .header-logo .logo-svg, .articles-list-page .header-logo .logo-svg, .header-logo.small .logo-svg, .header-logo.scroll-small .logo-svg {
    width: 60px;
    height: 60px; }
  .error-page .header-logo .icon-logo, .court-page .header-logo .icon-logo, .openday-page .header-logo .icon-logo, .article-single-page .header-logo .icon-logo, .about-page .header-logo .icon-logo, .team-page .header-logo .icon-logo, .articles-list-page .header-logo .icon-logo, .header-logo.small .icon-logo, .header-logo.scroll-small .icon-logo {
    width: 60px;
    height: 60px;
    background-image: url(../imgs/fallback/logo-small-white.png); }
    .openday-page .error-page .header-logo .icon-logo, .openday-page .court-page .header-logo .icon-logo, .openday-page .openday-page .header-logo .icon-logo, .openday-page .article-single-page .header-logo .icon-logo, .openday-page .about-page .header-logo .icon-logo, .openday-page .team-page .header-logo .icon-logo, .openday-page .articles-list-page .header-logo .icon-logo, .openday-page .header-logo.small .icon-logo, .openday-page .header-logo.scroll-small .icon-logo {
      background-image: url(../imgs/fallback/logo-small-golden-lit.png); }
  .error-page .header-logo.black .icon-logo, .court-page .header-logo.black .icon-logo, .openday-page .header-logo.black .icon-logo, .article-single-page .header-logo.black .icon-logo, .about-page .header-logo.black .icon-logo, .team-page .header-logo.black .icon-logo, .articles-list-page .header-logo.black .icon-logo, .header-logo.small.black .icon-logo, .header-logo.scroll-small.black .icon-logo {
    background-image: url(../imgs/fallback/logo-small-black.png); }
    .openday-page .error-page .header-logo.black .icon-logo, .openday-page .court-page .header-logo.black .icon-logo, .openday-page .openday-page .header-logo.black .icon-logo, .openday-page .article-single-page .header-logo.black .icon-logo, .openday-page .about-page .header-logo.black .icon-logo, .openday-page .team-page .header-logo.black .icon-logo, .openday-page .articles-list-page .header-logo.black .icon-logo, .openday-page .header-logo.small.black .icon-logo, .openday-page .header-logo.scroll-small.black .icon-logo {
      background-image: url(../imgs/fallback/logo-small-golden-dark.png); }
  .article-single-page .header-logo .icon-logo {
    background-image: url(../imgs/fallback/logo-small-black.png); }
  .header-logo .icon-logo {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat; }






    .global-nav-initializer .line.top {
      top: 8px; }
    .global-nav-initializer .line.mid {
      top: 16px; }
    .global-nav-initializer .line.bottom {
      top: 24px; }
  .openday-page .global-nav-initializer {
    background: #ececd9; }
    .openday-page .global-nav-initializer .line {
      background: #222222;
      background: rgba(34, 34, 34, 0.8); }

    .openday-page .article-single-page .global-nav-initializer, .openday-page .global-nav-initializer.black {
      background: #311e06;
      border-color: #311e06; }
    .article-single-page .global-nav-initializer .line, .global-nav-initializer.black .line {
      background: white;
      background: rgba(255, 255, 255, 0.8); }
      .openday-page .article-single-page .global-nav-initializer .line, .openday-page .global-nav-initializer.black .line {
        background: #ececd9;
        background: rgba(236, 236, 217, 0.8); }
  .active .global-nav-initializer {
    background: white !important; }
    .active .global-nav-initializer .line {
      background: #222222 !important;
      background: rgba(34, 34, 34, 0.8) !important; }
      .active .global-nav-initializer .line.top {
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0); }
      .active .global-nav-initializer .line.mid {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0); }
      .active .global-nav-initializer .line.bottom {
        -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0); }
  .overlay-active.black .global-nav-initializer {
    background: #222222; }
    .overlay-active.black .global-nav-initializer .line {
      background: white; }
      .overlay-active.black .global-nav-initializer .line.top {
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0); }
      .overlay-active.black .global-nav-initializer .line.mid {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0); }
      .overlay-active.black .global-nav-initializer .line.bottom {
        -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0); }
    .openday-page .overlay-active.black .global-nav-initializer {
      background: #311e06; }
  .overlay-active.white .global-nav-initializer {
    background: white; }
    .overlay-active.white .global-nav-initializer .line {
      background: #222222;
      background: rgba(34, 34, 34, 0.8); }
      .overlay-active.white .global-nav-initializer .line.top {
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0); }
      .overlay-active.white .global-nav-initializer .line.mid {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0); }
      .overlay-active.white .global-nav-initializer .line.bottom {
        -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
        transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0); }
    .openday-page .overlay-active.white .global-nav-initializer {
      background: #ececd9; }
  .overlay-active.black .global-nav-initializer.without-transform {
    background: url(../imgs/fallback/close-modal-black.png) !important;
    background-repeat: no-repeat;
    background-position: center; }
    .overlay-active.black .global-nav-initializer.without-transform .line {
      display: none; }
  .overlay-active.white .global-nav-initializer.without-transform, .active .global-nav-initializer.without-transform {
    background: url(../imgs/fallback/close-modal-white.png) !important;
    background-repeat: no-repeat;
    background-position: center; }
    .overlay-active.white .global-nav-initializer.without-transform .line, .active .global-nav-initializer.without-transform .line {
      display: none; }

.global-nav {
  min-height: 650px;
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 30;
  color: white;
  text-align: right;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .global-nav .global-nav-inner {
    position: absolute;
    top: 60px;
    right: 60px; }
  .global-nav .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 0;
    z-index: -1; }
  .global-nav .global-nav-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
    .global-nav .global-nav-item + .global-nav-item {
      margin-top: 8px; }
    .global-nav .global-nav-item:first-child {
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .global-nav .global-nav-item:nth-child(2) {
      -webkit-transition: 0.2s 0.03s ease;
      -moz-transition: 0.2s 0.03s ease;
      -ms-transition: 0.2s 0.03s ease;
      -o-transition: 0.2s 0.03s ease;
      transition: 0.2s 0.03s ease; }
    .global-nav .global-nav-item:nth-child(3) {
      -webkit-transition: 0.2s 0.06s ease;
      -moz-transition: 0.2s 0.06s ease;
      -ms-transition: 0.2s 0.06s ease;
      -o-transition: 0.2s 0.06s ease;
      transition: 0.2s 0.06s ease; }
    .global-nav .global-nav-item:nth-child(4) {
      -webkit-transition: 0.2s 0.09s ease;
      -moz-transition: 0.2s 0.09s ease;
      -ms-transition: 0.2s 0.09s ease;
      -o-transition: 0.2s 0.09s ease;
      transition: 0.2s 0.09s ease; }
    .global-nav .global-nav-item:nth-child(5) {
      -webkit-transition: 0.2s 0.12s ease;
      -moz-transition: 0.2s 0.12s ease;
      -ms-transition: 0.2s 0.12s ease;
      -o-transition: 0.2s 0.12s ease;
      transition: 0.2s 0.12s ease; }
    .global-nav .global-nav-item:nth-child(6) {
      -webkit-transition: 0.2s 0.15s ease;
      -moz-transition: 0.2s 0.15s ease;
      -ms-transition: 0.2s 0.15s ease;
      -o-transition: 0.2s 0.15s ease;
      transition: 0.2s 0.15s ease; }
    .global-nav .global-nav-item:nth-child(7) {
      -webkit-transition: 0.2s 0.18s ease;
      -moz-transition: 0.2s 0.18s ease;
      -ms-transition: 0.2s 0.18s ease;
      -o-transition: 0.2s 0.18s ease;
      transition: 0.2s 0.18s ease; }
    .global-nav .global-nav-item:nth-child(8) {
      -webkit-transition: 0.2s 0.21s ease;
      -moz-transition: 0.2s 0.21s ease;
      -ms-transition: 0.2s 0.21s ease;
      -o-transition: 0.2s 0.21s ease;
      transition: 0.2s 0.21s ease; }
    .global-nav .global-nav-item:nth-child(9) {
      -webkit-transition: 0.2s 0.24s ease;
      -moz-transition: 0.2s 0.24s ease;
      -ms-transition: 0.2s 0.24s ease;
      -o-transition: 0.2s 0.24s ease;
      transition: 0.2s 0.24s ease; }
    .global-nav .global-nav-item.weixin {
      margin-top: 45px; }
  .global-nav .global-nav-link {
    font-size: 30px;
    color: white; }
    .global-nav .global-nav-link:hover {
      opacity: .5; }
  .global-nav .weixin-qrcode {
    margin: 15px 0 0 auto; }
  .global-nav.active {
    visibility: visible; }
    .global-nav.active .bg {
      opacity: 1; }
    .global-nav.active .global-nav-item {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .global-nav.overlay-active {
    visibility: visible;
    width: auto;
    height: auto;
    min-height: 0;
    right: 0; }
    .global-nav.overlay-active .global-nav-title {
      margin: 0; }
    .global-nav.overlay-active ul, .global-nav.overlay-active .bg {
      display: none; }

.oldie .global-nav .bg {
  background: #222;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }

.footer {
  margin-top: 20px;
  background-color: #fff;
  padding: 40px 0 40px;
  text-align: center;
  color: #878787;
  font-size: 13px;
  display: block; }
  .footer .footer-nav-link {
    color: #878787; }
    .footer .footer-nav-link:hover {
      color: #222222; }
  .footer .contact-info {
    color: #222222; }
  .footer .info-title {
    display: inline-block;
    color: #878787;
    margin-right: 12px;
    min-width: 40px; }
  .footer .info-content {
    color: #222222; }
  .footer .weixin-title {
    margin-top: 40px;
    font-weight: normal;
    font-size: 16px;
    color: #222222;
    display: none; }
  .footer .weixin-qrcode {
    background-color: none;
    margin: 12px auto 0;
    display: none; }

.footer-inner {
  display: inline-block;
  margin: 0 auto;
  *zoom: 1;
  *display: inline; }

.footer-logo {
  font-size: 0.1px;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 50px;
  opacity: .3; }
  .footer-logo .logo-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    fill: #474747; }
  .footer-logo .icon-logo {
    width: 40px;
    height: 40px;
    background-image: url(../imgs/fallback/logo-footer-grey.png);
    background-repeat: no-repeat; }
  .footer-logo:hover {
    opacity: 1; }

.footer-section {
  text-align: left;
  vertical-align: top;
  float: left;
  display: inline-block; }
  .footer-section + .footer-section {
    margin-left: 60px; }
  .footer-section .footer-item {
    line-height: 1.5;
    margin-top: 3px;
    display: block; }
    .footer-section .footer-item + .footer-item {
      margin-top: 16px; }
  .footer-section .footer-nav-item {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .footer-section .footer-nav-item + .footer-nav-item {
      margin-left: 18px; }

.modal {
  width: 410px;
  padding: 22px 30px 30px;
  background: white;
  color: #919191; }
  .modal .modal-link {
    color: #19bc56; }
    .modal .modal-link:hover {
      color: #138f41; }
  .modal .modal-inner {
    margin: 0 auto;
    text-align: left;
    display: inline-block; }
  .modal .form-title {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px; }
    .modal .form-title .text {
      display: inline-block;
      border-bottom: 2px solid #ededed;
      padding-bottom: 11px; }
  .modal .input-item {
    margin-bottom: 16px;
    width: 100%; }
    .modal .input-item.half {
      width: 46%; }
    .modal .input-item label,
    .modal .input-item .error-msg {
      text-indent: 10px;
      display: inline-block;
      margin-bottom: 6px; }
    .modal .input-item .error-msg {
      color: #ee5454;
      display: none; }
    .modal .input-item .tip {
      color: #c5c5c5;
      font-size: 12px; }
    .modal .input-item.error label {
      display: none; }
    .modal .input-item.error .error-msg {
      display: block; }
    .modal .input-item.error input {
      background: #fceded;
      border-color: #ee5454; }
  .modal .base-input {
    font-size: 16px;
    height: 47px;
    line-height: 1;
    *line-height: 47px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 2px;
    border-bottom: 1px solid #d5d5d5;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .modal textarea.base-input {
    height: 100px;
    resize: none;
    line-height: 1.7em;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px; }
  .modal .upload-btn-wrap {
    margin-top: 25px;
    position: relative; }
    .modal .upload-btn-wrap .upload-filename {
      color: #222222;
      margin-right: 5px;
      max-width: 150px;
      display: inline-block;
      vertical-align: -7px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .modal .upload-btn-wrap .upload-btn {
      color: #919191; }
    .modal .upload-btn-wrap:hover .upload-btn {
      opacity: .8; }
    .modal .upload-btn-wrap .icon {
      margin-right: 3px;
      vertical-align: -1px;
      *vertical-align: 3px; }
    .modal .upload-btn-wrap .upload-input {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .modal .form-submit {
    margin-top: 14px;
    cursor: pointer; }
  .modal .input-wrap {
    position: relative; }
    .modal .input-wrap .icon {
      position: absolute;
      pointer-events: none;
      right: 11px;
      top: 21px; }
  .modal .message-title {
    font-size: 16px;
    color: #222222;
    letter-spacing: 2px; }
    .modal .message-title .icon {
      margin-right: 5px;
      vertical-align: -6px; }
  .modal .message-block {
    margin-top: 20px;
    color: #222222; }
    .modal .message-block .grey {
      color: #919191; }
    .modal .message-block p + p {
      margin-top: 5px; }
  .modal .center {
    text-align: center;
    margin-top: 30px; }
  .modal .step {
    text-align: center; }
    .modal .step + .step {
      margin-top: 20px; }
    .modal .step .weixin-qrcode {
      display: inline-block;
      border: 1px solid #d5d5d5; }
    .modal .step img {
      max-width: 100%; }
  .modal .step-num {
    background: #19bc56;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 7px;
    color: white;
    margin-right: 6px;
    vertical-align: 1px; }
  .modal .step-title {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #878787;
    margin-bottom: 12px; }

.oldie .input-wrap .icon {
  display: none; }

.home-page {
  background: #f9f9f9; }

.bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/gifs/hero-loading.gif);
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat; }

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.hero {
  position: relative;
  height: 100%;
  min-height: 400px;
  background: #ddd;
  overflow: hidden; }

.hero-slides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.hero-slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }
  .hero-slide-item.active {
    visibility: visible;
    opacity: 1; }
    .hero-slide-item.active .copy-title,
    .hero-slide-item.active .copy-content,
    .hero-slide-item.active .title,
    .hero-slide-item.active .btns-wrap {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
  .hero-slide-item .title-wrap {
    width: 100%;
    text-align: center;
    margin-top: -90px;
    position: absolute;
    top: 50%;
    left: 0; }
    .hero-slide-item .title-wrap + .content-wrap {
      display: none; }
  .hero-slide-item .title {
    font-size: 40px;
    letter-spacing: 8px;
    font-weight: normal;
    margin-bottom: 60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: 0.8s 0.7s ease;
    -moz-transition: 0.8s 0.7s ease;
    -ms-transition: 0.8s 0.7s ease;
    -o-transition: 0.8s 0.7s ease;
    transition: 0.8s 0.7s ease; }
  .hero-slide-item .base-line-btn .icon {
    vertical-align: 1px;
    margin-left: 5px; }
  .hero-slide-item .home-scroll-down .icon {
    vertical-align: 2px; }
  .hero-slide-item .btns-wrap {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: 0.8s 1.2s ease;
    -moz-transition: 0.8s 1.2s ease;
    -ms-transition: 0.8s 1.2s ease;
    -o-transition: 0.8s 1.2s ease;
    transition: 0.8s 1.2s ease; }
  .hero-slide-item .gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-repeat: repeat-x; }
    .hero-slide-item .gradient.slide-1-gradient {
      display: none; }
    .hero-slide-item .gradient.slide-2-gradient {
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(59, 59, 59, 0)), to(rgba(59, 59, 59, 0.45)));
      background-image: -webkit-linear-gradient(top, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.45));
      background-image: linear-gradient(top, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.45));
      background-repeat: repeat-x; }
    .hero-slide-item .gradient.slide-3-gradient {
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(59, 22, 8, 0)), to(rgba(59, 22, 8, 0.5)));
      background-image: -webkit-linear-gradient(top, rgba(59, 22, 8, 0), rgba(59, 22, 8, 0.5));
      background-image: linear-gradient(top, rgba(59, 22, 8, 0), rgba(59, 22, 8, 0.5));
      background-repeat: repeat-x; }
    .hero-slide-item .gradient.slide-4-gradient {
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61, 34, 6, 0)), to(rgba(61, 34, 6, 0.5)));
      background-image: -webkit-linear-gradient(top, rgba(61, 34, 6, 0), rgba(61, 34, 6, 0.5));
      background-image: linear-gradient(top, rgba(61, 34, 6, 0), rgba(61, 34, 6, 0.5));
      background-repeat: repeat-x; }
    .hero-slide-item .gradient.slide-5-gradient {
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(54, 25, 7, 0)), to(rgba(54, 25, 7, 0.5)));
      background-image: -webkit-linear-gradient(top, rgba(54, 25, 7, 0), rgba(54, 25, 7, 0.5));
      background-image: linear-gradient(top, rgba(54, 25, 7, 0), rgba(54, 25, 7, 0.5));
      background-repeat: repeat-x; }
    .hero-slide-item .gradient.slide-6-gradient {
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      background-repeat: repeat-x; }
  .hero-slide-item .content-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .hero-slide-item .content-wrap .btns-wrap {
      position: absolute;
      right: 60px;
      bottom: 140px; }
  .hero-slide-item .copy {
    color: white;
    max-width: 820px;
    position: absolute;
    left: 60px;
    bottom: 133px;
    line-height: 1.33; }
    .hero-slide-item .copy.longer {
      max-width: 860px; }
    .hero-slide-item .copy.even-longer {
      max-width: 870px; }
  .hero-slide-item .copy-title {
    font-size: 70px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: 0.8s 0.7s ease;
    -moz-transition: 0.8s 0.7s ease;
    -ms-transition: 0.8s 0.7s ease;
    -o-transition: 0.8s 0.7s ease;
    transition: 0.8s 0.7s ease; }
  .hero-slide-item .copy-content {
    font-size: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: 0.8s 0.8s ease;
    -moz-transition: 0.8s 0.8s ease;
    -ms-transition: 0.8s 0.8s ease;
    -o-transition: 0.8s 0.8s ease;
    transition: 0.8s 0.8s ease; }

.slides-pagination {
  text-align: center;
  position: absolute;
  bottom: 40px;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  /*margin-left: -145px;*/
  }
  .slides-pagination .slides-pagination-item {
    float: left;
    width: 40px;
    height: 4px;
    background: white;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .slides-pagination .slides-pagination-item + .slides-pagination-item {
      margin-left: 10px; }
    .slides-pagination .slides-pagination-item.active {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
      .slides-pagination .slides-pagination-item.active:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    .slides-pagination .slides-pagination-item:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  .slides-pagination .slides-pagination-link {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -18px;
    left: 0; }

.section-title {
  text-align: center;
  letter-spacing: 3px;
  font-size: 26px;
  font-weight: normal;
  margin: 50px 0 20px 0;
  color: #666666; }

.features-info-box {
  background: #ededed;
  overflow: hidden;
  color: #222222; }
  .features-info-box .title {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #222222;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 10px;
    *zoom: 1;
    *display: inline; }
  .features-info-box .know-more {
    color: #878787;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .no-touch .features-info-box:hover {
    background: #e6e6e6; }
    .no-touch .features-info-box:hover .know-more {
      color: #313131;
      border-color: #313131; }

.features-hero {
  height: 300px;
  position: relative;
  display: block;
  background: #222222; }
  .no-touch .features-hero:hover .bg {
    opacity: .8; }
  .features-hero .copy-wrap {
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    font-size: 20px;
    color: white;
    text-align: center; }
  .features-hero .copy-title {
    font-weight: normal;
    font-size: 38px; }

.features-points {
  text-align: justify; }
  .features-points .features-point-item {
    width: 280px;
    height: 300px;
    margin-top: 20px;
    padding: 0 20px;
    display: inline-block;
    float: left; }
    .features-points .features-point-item + .features-point-item {
      margin-left: 20px; }
  .features-points .icon-feature-hammer {
    margin: 31px 0 1px; }
  .features-points .icon-feature-gear {
    margin: 30px 0 0; }
  .features-points .icon-feature-graph {
    margin: 30px 0 0; }

.features-misc .img-wrap {
  position: relative;
  height: 300px; }
.features-misc .content-wrap {
  padding: 15px 20px 0;
  height: 235px; }
.features-misc .document {
  width: 32%;
  margin-top: 20px; }
.features-misc .moot-court {
  width: 66%;
  margin-top: 20px; }
.features-misc .image-slides {
  width: 66%;
  position: relative;
  margin-top: 20px;
  height: 300px;
  background: #222222;
  -webkit-backface-visibility: hidden; }
  .features-misc .image-slides:hover .bg {
    opacity: .8; }
  .features-misc .image-slides .unslider-arrow {
    height: 100%;
    position: absolute;
    width: 61px;
    top: 0;
    opacity: .5; }
    .features-misc .image-slides .unslider-arrow .icon {
      position: absolute;
      top: 50%;
      left: 20px;
      margin-top: -25px; }
    .features-misc .image-slides .unslider-arrow.prev {
      left: 0; }
      .features-misc .image-slides .unslider-arrow.prev:hover {
        background-color: rgba(0, 0, 0, 0);
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%);
        background-image: linear-gradient(to left,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%); }
    .features-misc .image-slides .unslider-arrow.next {
      right: 0; }
      .features-misc .image-slides .unslider-arrow.next:hover {
        background-color: rgba(0, 0, 0, 0);
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%);
        background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%); }
    .features-misc .image-slides .unslider-arrow:hover {
      opacity: 1; }
  .features-misc .image-slides .image-slides-inner {
    position: relative;
    overflow: auto; }
  .features-misc .image-slides .image-slide-item {
    position: relative;
    float: left;
    height: 300px; }
.features-misc .location {
  width: 32%;
  height: 300px;
  font-size: 16px;
  position: relative;
  margin-top: 20px;
  color: #222222; }
  .features-misc .location .content-wrap {
    letter-spacing: 1px;
    background: #f0f0f0;
    background: rgba(240, 240, 240, 0.9);
    height: auto;
    padding: 100px 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .features-misc .location:hover .content-wrap {
    opacity: 0; }

.team {
  height: 560px;
  position: relative;
  margin-top: 20px;
  display: block;
  background: #222222; }
  .team .content-wrap {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: white; }
  .team .title {
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: normal; }
  .team .know-more {
    color: #cacaca;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .no-touch .team:hover .bg {
    opacity: .8; }
  .no-touch .team:hover .know-more {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9); }

.news {
  margin-top: 20px; 
}
  .news .news-item {
    width: 80%;
    max-width: 1000px;
    height: 120px;
    margin: 0.5%;
    position: relative;
    background: #515151; 
  }
  .news .news-item:hover{
    background-color: #767676;
  }
  .news .ly1 {
    width: 48.5%;
    height: 350px;
  }
    .news .news-item .gradient {
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
      background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
      background-repeat: repeat-x; }
    /*.news .news-item + .news-item {
      margin-left: 20px; 
    }*/
    .news .news-item .news-category {
      position: absolute;
      top: 32px;
      left: 35px;
      color: white;
      display: inline-block; }
    .news .news-item .news-date {
      position: absolute;
      top: 32px;
      right: 35px;
      color: white;
      display: inline-block; }
    .news .news-item .news-title {
      position: absolute;
      bottom: 32px;
      left: 35px;
      right: 35px;
      color: white;
      font-size: 18px;
      line-height: 1.4;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: normal; }
    .no-touch .news .news-item:hover .gradient,
    .no-touch .news .news-item:hover .bg {
      opacity: .8; 
    }
  .news .btn-wrap {
    text-align: center;
    margin-top: 40px; 
  }
    .news .btn-wrap .icon {
      vertical-align: 1px;
      margin-left: 5px; }

.league {
  background: white;
  margin-top: 40px;
  position: relative; }
  .league .wrap {
    padding-top: 10px;
    padding-bottom: 10px; }
  .league .league-item {
    width: 50%;
    float: left;
    height: 240px;
    text-align: center;
    font-size: 0.1px;
    position: relative; }
    .league .league-item .center-helper {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .league .league-item:first-child:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 107px;
      width: 60%;
      height: 0;
      border-top: 1px solid #e6e6e6; }
    .league .league-item:first-child:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 53px;
      width: 0;
      height: 40%;
      border-left: 1px solid #e6e6e6; }
    .league .league-item:last-child:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 106px;
      width: 60%;
      height: 0;
      border-top: 1px solid #e6e6e6; }
    .league .league-item:last-child:after {
      content: '';
      position: absolute;
      left: -1px;
      top: 53px;
      width: 0;
      height: 40%;
      border-left: 1px solid #e6e6e6; }
    .no-touch .league .league-item:hover {
      opacity: .7; }
  .league .league-logo-wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    *zoom: 1;
    *display: inline; }
    .league .league-logo-wrap .league-logo {
      display: inline-block;
      background-position: center;
      background-repeat: no-repeat;
      width: 238px;
      height: 130px; }
    .league .league-logo-wrap .league-title {
      font-size: 13px;
      color: #666666;
      font-weight: normal;
      margin-top: 8px; }
  .league .league-section-title {
    text-align: center;
    font-weight: normal;
    color: #b1b1b1;
    font-size: 16px;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px; }

.lightbox-overlay {
  background: black;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 0.1px; }
  .lightbox-overlay .lightbox-navigator {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    width: 100px;
    height: 100%;
    z-index: 1; }
    .lightbox-overlay .lightbox-navigator .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -25px;
      margin-left: -12px; }
    .lightbox-overlay .lightbox-navigator.next {
      left: auto;
      right: 0; }
    .lightbox-overlay .lightbox-navigator:hover {
      opacity: 1; }
  .lightbox-overlay .content-wrap {
    -webkit-transition: 0.4s 0.3s ease;
    -moz-transition: 0.4s 0.3s ease;
    -ms-transition: 0.4s 0.3s ease;
    -o-transition: 0.4s 0.3s ease;
    transition: 0.4s 0.3s ease;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    *zoom: 1;
    *display: inline; }
    .lightbox-overlay .content-wrap img {
      max-width: 100%; }
  .lightbox-overlay.active .content-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; }

.home-overlay {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 0.98);
  text-align: center;
  font-size: 0.1px;
  pointer-events: none; }
  .home-overlay .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 120px; }
  .home-overlay.active {
    pointer-events: auto; }
    .home-overlay.active .home-overlay-nav {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .home-overlay.active .home-overlay-content.active .animating-unit {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.home-overlay-nav {
  margin-bottom: 70px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.4s 0.2s ease;
  -moz-transition: all 0.4s 0.2s ease;
  -ms-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
  *display: inline;
  *zoom: 1; }

.home-overlay-nav-item {
  float: left;
  text-align: center;
  width: 150px;
  height: 150px;
  position: relative; }
  .home-overlay-nav-item + .home-overlay-nav-item {
    margin-left: 120px; }

.home-overlay-nav-link {
  color: #222222;
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .4; }
  .home-overlay-nav-link .icon {
    margin-bottom: 6px; }
  .home-overlay-nav-link .icon-wrap {
    position: absolute;
    left: 0;
    bottom: 52px;
    width: 100%;
    font-size: 0.1px; }
  .home-overlay-nav-link .svg-icon {
    height: 40px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .home-overlay-nav-link .icon-feature-hammer {
    margin-bottom: 2px; }
  .home-overlay-nav-link.active {
    opacity: 1;
    font-size: 30px; }
    .home-overlay-nav-link.active .icon-wrap {
      bottom: 68px; }
    .home-overlay-nav-link.active .svg-icon {
      height: 80px; }
    .home-overlay-nav-link.active .text-wrap:after {
      left: 0;
      width: 100%;
      margin-left: 0; }
  .home-overlay-nav-link .text-wrap {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: left; }
    .home-overlay-nav-link .text-wrap:after {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -50px;
      width: 100px;
      border-bottom: 2px solid #242424;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .home-overlay-nav-link .outer {
    display: inline-block;
    position: relative;
    left: 50%; }
  .home-overlay-nav-link .inner {
    margin-left: -50%;
    white-space: nowrap;
    text-align: left; }

.home-overlay-content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #222222; }
  .home-overlay-content .animating-unit {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 0.4s 0.2s ease;
    -moz-transition: all 0.4s 0.2s ease;
    -ms-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease; }
  .home-overlay-content.active {
    z-index: 5; }
  .home-overlay-content.overlay-risk {
    padding-top: 15px; }
    .home-overlay-content.overlay-risk .overlay-risk-chart {
      width: 600px;
      height: 390px;
      margin-right: 40px;
      float: left; }
    .home-overlay-content.overlay-risk .divider {
      width: 70px;
      height: 0;
      border-top: 1px solid #c3c3c3;
      display: inline-block;
      margin-top: 60px; }
    .home-overlay-content.overlay-risk .caption {
      font-size: 13px;
      color: #878787;
      margin-top: 12px; }
  .home-overlay-content.overlay-viz {
    text-align: center; }
    .home-overlay-content.overlay-viz p {
      max-width: 820px;
      margin-left: auto;
      margin-right: auto; }
    .home-overlay-content.overlay-viz .caption {
      font-size: 13px;
      color: #878787;
      max-width: 520px;
      text-align: left;
      margin-bottom: 50px; }
    .home-overlay-content.overlay-viz .img-wrap {
      width: 100%;
      position: relative; }
      .home-overlay-content.overlay-viz .img-wrap:after {
        content: '';
        height: 10px;
        width: 100%;
        position: absolute;
        background: #e3e3e3;
        bottom: 157px;
        left: 0;
        z-index: -1; }
    .home-overlay-content.overlay-viz .timeline-mobile {
      margin: 20px 0 20px;
      width: 100%;
      display: none; }
    .home-overlay-content.overlay-viz .active .timeline-piece {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      -moz-transform: translate3d(0, 0, 0) scale(1);
      -ms-transform: translate3d(0, 0, 0) scale(1);
      -o-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
  .home-overlay-content.overlay-process p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto; }
  .home-overlay-content.overlay-process .steps-wrap {
    margin: 0 auto 80px;
    width: 880px; }
  .home-overlay-content.overlay-process .steps-inner {
    margin-left: -45px; }
  .home-overlay-content.overlay-process .step-item {
    margin-top: 50px;
    margin-left: 45px;
    background: #e3e3e3;
    width: 140px;
    height: 80px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .home-overlay-content.overlay-process .step-item.smaller-font {
      font-size: 14px; }
    .home-overlay-content.overlay-process .step-item.smallest-font {
      font-size: 13px; }
    .home-overlay-content.overlay-process .step-item:hover {
      background: #a6a6a6; }
      .home-overlay-content.overlay-process .step-item:hover .step-num,
      .home-overlay-content.overlay-process .step-item:hover .step-title {
        color: white; }
      .home-overlay-content.overlay-process .step-item:hover .icon {
        opacity: .8; }
  .home-overlay-content.overlay-process .step-inner {
    display: table;
    width: 80%;
    height: 100%;
    margin: 0 auto; }
  .home-overlay-content.overlay-process .step-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
    color: #666666;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .home-overlay-content.overlay-process .step-num {
    color: #878787;
    font-size: 11px;
    position: absolute;
    line-height: 1;
    top: 7px;
    left: 7px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .home-overlay-content.overlay-process .icon {
    opacity: .3;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute; }
  .home-overlay-content.overlay-process .icon-step-right {
    right: -29px;
    top: 50%;
    margin-top: -7px; }
  .home-overlay-content.overlay-process .icon-step-left {
    left: -29px;
    top: 50%;
    margin-top: -7px; }
  .home-overlay-content.overlay-process .icon-step-down {
    left: 50%;
    margin-left: -7px;
    bottom: -34px; }

.timeline {
  width: 1000px;
  height: 440px;
  margin: 50px auto 40px;
  position: relative; }
  .timeline .timeline-piece {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -2px, 0) scale(1.05);
    -moz-transform: translate3d(0, -2px, 0) scale(1.05);
    -ms-transform: translate3d(0, -2px, 0) scale(1.05);
    -o-transform: translate3d(0, -2px, 0) scale(1.05);
    transform: translate3d(0, -2px, 0) scale(1.05);
    background-size: 1000px 440px; }
  .timeline .timeline-piece-1 {
    background-image: url(../imgs/misc/home-overlay-2-1-years.png); }
  .timeline .timeline-piece-2 {
    background-image: url(../imgs/misc/home-overlay-2-2-events.png);
    -webkit-transition: all 0.4s 0.4s ease;
    -moz-transition: all 0.4s 0.4s ease;
    -ms-transition: all 0.4s 0.4s ease;
    -o-transition: all 0.4s 0.4s ease;
    transition: all 0.4s 0.4s ease; }
  .timeline .timeline-piece-3-1 {
    background-image: url(../imgs/misc/home-overlay-2-3-dashes.png);
    -webkit-transition: all 0.4s 0.8s ease;
    -moz-transition: all 0.4s 0.8s ease;
    -ms-transition: all 0.4s 0.8s ease;
    -o-transition: all 0.4s 0.8s ease;
    transition: all 0.4s 0.8s ease; }
  .timeline .timeline-piece-3-2 {
    background-image: url(../imgs/misc/home-overlay-2-3-nodes.png);
    -webkit-transition: all 0.4s 1.2s ease;
    -moz-transition: all 0.4s 1.2s ease;
    -ms-transition: all 0.4s 1.2s ease;
    -o-transition: all 0.4s 1.2s ease;
    transition: all 0.4s 1.2s ease; }
  .timeline .timeline-piece-4 {
    background-image: url(../imgs/misc/home-overlay-2-4-dates.png);
    -webkit-transition: all 0.4s 1.3s ease;
    -moz-transition: all 0.4s 1.3s ease;
    -ms-transition: all 0.4s 1.3s ease;
    -o-transition: all 0.4s 1.3s ease;
    transition: all 0.4s 1.3s ease; }
  .timeline .timeline-piece-5 {
    background-image: url(../imgs/misc/home-overlay-2-5-delays.png);
    -webkit-transition: all 0.4s 1.6s ease;
    -moz-transition: all 0.4s 1.6s ease;
    -ms-transition: all 0.4s 1.6s ease;
    -o-transition: all 0.4s 1.6s ease;
    transition: all 0.4s 1.6s ease; }
  .timeline .timeline-piece-6 {
    background-image: url(../imgs/misc/home-overlay-2-6-delay-highlight.png);
    -webkit-transition: all 0.4s 2.2s ease;
    -moz-transition: all 0.4s 2.2s ease;
    -ms-transition: all 0.4s 2.2s ease;
    -o-transition: all 0.4s 2.2s ease;
    transition: all 0.4s 2.2s ease; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .timeline .timeline-piece {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .timeline .timeline-piece-1 {
    background-image: url(../imgs/misc/home-overlay-2-1-years@2x.png); }
  .timeline .timeline-piece-2 {
    background-image: url(../imgs/misc/home-overlay-2-2-events@2x.png); }
  .timeline .timeline-piece-3-1 {
    background-image: url(../imgs/misc/home-overlay-2-3-dashes@2x.png); }
  .timeline .timeline-piece-3-2 {
    background-image: url(../imgs/misc/home-overlay-2-3-nodes@2x.png); }
  .timeline .timeline-piece-4 {
    background-image: url(../imgs/misc/home-overlay-2-4-dates@2x.png); }
  .timeline .timeline-piece-5 {
    background-image: url(../imgs/misc/home-overlay-2-5-delays@2x.png); }
  .timeline .timeline-piece-6 {
    background-image: url(../imgs/misc/home-overlay-2-6-delay-highlight@2x.png); } }
.oldie .home-overlay .content-wrap {
  display: none; }
.oldie .home-overlay.active .content-wrap {
  display: block; }
.oldie .home-overlay-content {
  display: none; }
  .oldie .home-overlay-content.active {
    display: block; }

.cases-hero,
.about-hero,
.blog-hero {
  min-height: 400px;
  height: 400px; }
  .cases-hero .hero-title,
  .about-hero .hero-title,
  .blog-hero .hero-title {
    font-size: 40px;
    font-weight: normal;
    color: white;
    position: absolute;
    left: 60px;
    bottom: 60px;
    letter-spacing: 8px; }
  .cases-hero .gradient,
  .about-hero .gradient,
  .blog-hero .gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.12)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12));
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.articles-list-wrap {
  padding-top: 60px;
  background-color: #fff;
  padding-bottom: 40px;
  }
  .articles-list-wrap .wrap {
    max-width: 1100px; }

.articles-nav .articles-nav-item {
  float: left; }
  .articles-nav .articles-nav-item + .articles-nav-item {
    margin-left: 20px; }
.articles-nav .articles-nav-link {
  font-size: 18px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: #878787;
  padding: 0 15px;
  position: relative;
  text-align: center; }
  .articles-nav .articles-nav-link:hover {
    background: #f0f0f0;
    color: #666666; }
  .articles-nav .articles-nav-link.active {
    color: white;
    background: #444444;
    padding: 0 20px;
    min-width: 60px; }
    .articles-nav .articles-nav-link.active:after {
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 7px 9px 0 9px;
      border-color: #444444 transparent transparent transparent;
      position: absolute;
      bottom: -7px;
      left: 50%;
      margin-left: -9px; }

.articles-list {
  margin-top: 30px; }
  .articles-list .article-item {
    border-bottom: 1px solid #e6e6e6; }
  .articles-list .article-link {
    padding: 30px 0;
    display: block; }
    .articles-list .article-link .wrap {
      cursor: pointer; }
    .articles-list .article-link:hover {
      background: #f0f0f0; }
  .articles-list .article-category {
    color: #878787; }
  .articles-list .article-date {
    color: #878787;
    float: right; }
  .articles-list .article-title {
    color: #222222;
    font-weight: normal;
    font-size: 24px;
    margin-top: 8px; }
  .articles-list .article-intro {
    color: #878787;
    font-size: 16px;
    margin-top: 5px; }

.articles-page-nav {
  margin-top: 60px; }
  .articles-page-nav .page-nav {
    border-color: #bcbcbc;
    color: #a1a1a1;
    padding: 0 20px;
    border-width: 1px; }
    .articles-page-nav .page-nav .icon {
      opacity: .3;
      vertical-align: 1px; }
    .articles-page-nav .page-nav.prev {
      float: left; }
      .articles-page-nav .page-nav.prev .icon {
        margin-right: 5px; }
    .articles-page-nav .page-nav.next {
      float: right; }
      .articles-page-nav .page-nav.next .icon {
        margin-left: 5px; }
    .articles-page-nav .page-nav:hover {
      background: #bcbcbc;
      color: white; }
      .articles-page-nav .page-nav:hover .icon {
        opacity: 1; }

.article-single-page .footer {
  background: #f9f9f9; }

.article-single-hero {
  min-height: 400px;
  height: 400px;
  background: #f3f3f3;
  text-align: center;
  display: table;
  width: 100%; }
  .article-single-hero .hero-content-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 180px;
    padding-right: 180px;
    *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0); }
  .article-single-hero .hero-title {
    font-size: 40px;
    font-weight: normal;
    color: #222222;
    max-width: 630px;
    line-height: 1.5;
    letter-spacing: 5px;
    margin: 0 auto; }
  .article-single-hero .date {
    color: #878787;
    margin-top: 28px; }
  .article-single-hero .hero-nav-link {
    color: #222222; }
    .article-single-hero .hero-nav-link:hover {
      opacity: .8; }
  .article-single-hero .hero-nav {
    margin-bottom: 28px; }
    .article-single-hero .hero-nav .icon-arrow-left-grey {
      vertical-align: -1px;
      margin-right: 4px;
      *vertical-align: 2px;
      *margin-right: 8px; }
    .article-single-hero .hero-nav .icon-arrow-right-grey {
      vertical-align: -1px;
      margin-left: 4px;
      *vertical-align: 2px;
      *margin-left: 0; }
    .article-single-hero .hero-nav .icon-upright-grey {
      margin-left: 4px;
      *vertical-align: 3px;
      *margin-left: 0; }
    .article-single-hero .hero-nav .vertical-divider {
      vertical-align: -5px;
      border-color: #e0e0e0;
      border-width: 2px;
      margin: 0 12px; }

.article-content {
  font-size: 16px;
  line-height: 2;
  margin-top: 60px;
  margin-bottom: 60px; }
  .article-content.wrap {
    max-width: 800px; }
  .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    font-size: 24px;
    font-weight: normal; }
    .article-content h1 + p, .article-content h2 + p, .article-content h3 + p, .article-content h4 + p, .article-content h5 + p, .article-content h6 + p {
      margin-top: 2em; }
  .article-content img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%; }
  .article-content blockquote {
    border-left: 4px solid #e5e5e5;
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px; }
  .article-content ul,
  .article-content ol {
    padding-left: 17px; }
    .article-content ul li,
    .article-content ol li {
      padding-left: 6px; }
  .article-content ul li {
    list-style: disc; }
  .article-content ol li {
    list-style: decimal; }
  .article-content p + p, .article-content p + ul, .article-content p + ol, .article-content p + blockquote, .article-content p + img,
  .article-content blockquote + p,
  .article-content blockquote + ul,
  .article-content blockquote + ol,
  .article-content blockquote + blockquote,
  .article-content blockquote + img,
  .article-content ul + p,
  .article-content ul + ul,
  .article-content ul + ol,
  .article-content ul + blockquote,
  .article-content ul + img,
  .article-content ol + p,
  .article-content ol + ul,
  .article-content ol + ol,
  .article-content ol + blockquote,
  .article-content ol + img,
  .article-content img + p,
  .article-content img + ul,
  .article-content img + ol,
  .article-content img + blockquote,
  .article-content img + img {
    margin-top: 2em; }
  .article-content p + h1, .article-content p + h2, .article-content p + h3, .article-content p + h4, .article-content p + h5, .article-content p + h6,
  .article-content blockquote + h1,
  .article-content blockquote + h2,
  .article-content blockquote + h3,
  .article-content blockquote + h4,
  .article-content blockquote + h5,
  .article-content blockquote + h6,
  .article-content ul + h1,
  .article-content ul + h2,
  .article-content ul + h3,
  .article-content ul + h4,
  .article-content ul + h5,
  .article-content ul + h6,
  .article-content ol + h1,
  .article-content ol + h2,
  .article-content ol + h3,
  .article-content ol + h4,
  .article-content ol + h5,
  .article-content ol + h6,
  .article-content img + h1,
  .article-content img + h2,
  .article-content img + h3,
  .article-content img + h4,
  .article-content img + h5,
  .article-content img + h6 {
    margin-top: 1.4em; }

.openday-page {
  background: #f1f0e7;
  color: #896937; }
  .openday-page .section-title {
    color: #896937;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 1;
    border-bottom: 1px solid #be995e;
    padding-bottom: 15px;
    display: inline-block;
    margin: 0;
    *zoom: 1;
    *display: inline; }

.openday-hero {
  min-height: 500px;
  height: 500px;
  overflow: hidden; }
  .openday-hero .wrap {
    padding-top: 160px; }
  .openday-hero .title-wrap {
    float: left;
    margin-top: -25px; }
  .openday-hero .hero-title {
    color: #ececd9;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 5px; }
  .openday-hero .tagline {
    max-width: 480px;
    color: #dbccae;
    font-size: 18px;
    margin: 15px 0 32px; }
  .openday-hero .base-line-btn {
    float: left; }
  .openday-hero .openday-video {
    float: right;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.75); }
    .openday-hero .openday-video .video-play {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .openday-hero .openday-video .video-cover {
      float: left;
      width: 400px;
      height: 240px;
      border-radius: 4px; }
    .openday-hero .openday-video .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -37.5px;
      margin-left: -37.5px;
      -webkit-transition: 0.15s ease;
      -moz-transition: 0.15s ease;
      -ms-transition: 0.15s ease;
      -o-transition: 0.15s ease;
      transition: 0.15s ease; }
    .openday-hero .openday-video:hover .icon {
      opacity: .6; }

.openday-previous-wrap .wrap {
  width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px; }
.openday-previous-wrap .section-title {
  float: left; }
.openday-previous-wrap .events {
  float: left;
  margin-left: 50px; }
.openday-previous-wrap .event-link {
  line-height: 1;
  color: #896937;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 200; }
  .openday-previous-wrap .event-link:hover {
    color: #e55931; }
  .openday-previous-wrap .event-link.active {
    color: #e55931; }
    .openday-previous-wrap .event-link.active .icon {
      display: inline-block;
      margin-left: 5px;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -ms-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .openday-previous-wrap .event-link.active:hover .icon {
      margin-left: 8px; }
.openday-previous-wrap .event-item + .event-item {
  margin-top: 16px; }
.openday-previous-wrap .event-item .icon {
  display: none; }
.openday-previous-wrap .event-content {
  color: #311e06;
  margin-left: 370px;
  height: 0;
  overflow: hidden; }
  .openday-previous-wrap .event-content p + p {
    margin-top: 1.15em; }
  .openday-previous-wrap .event-content.active {
    height: auto;
    overflow: visible; }
    .openday-previous-wrap .event-content.active .previous-snapshot,
    .openday-previous-wrap .event-content.active .post-content-wrap {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .openday-previous-wrap .event-content.fadeOut {
    height: auto;
    overflow: visible; }
    .openday-previous-wrap .event-content.fadeOut .previous-snapshot,
    .openday-previous-wrap .event-content.fadeOut .post-content-wrap {
      -webkit-transform: translate3d(20px, 0, 0);
      -moz-transform: translate3d(20px, 0, 0);
      -ms-transform: translate3d(20px, 0, 0);
      -o-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
      visibility: hidden;
      opacity: 0; }
  .openday-previous-wrap .event-content.fadeIn {
    height: auto;
    overflow: auto; }
    .openday-previous-wrap .event-content.fadeIn .previous-snapshot,
    .openday-previous-wrap .event-content.fadeIn .post-content-wrap {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
      opacity: 1; }
.openday-previous-wrap .previous-snapshot {
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  max-width: 400px;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -moz-transition: all 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -ms-transition: all 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -o-transition: all 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  transition: all 0.4s cubic-bezier(0.41, -0.2, 0.4, 1.19); }
.openday-previous-wrap .post-content-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.4s 0.15s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -moz-transition: all 0.4s 0.15s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -ms-transition: all 0.4s 0.15s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  -o-transition: all 0.4s 0.15s cubic-bezier(0.41, -0.2, 0.4, 1.19);
  transition: all 0.4s 0.15s cubic-bezier(0.41, -0.2, 0.4, 1.19); }
.openday-previous-wrap .post-content {
  max-height: 275px;
  overflow: hidden;
  position: relative; }
  .openday-previous-wrap .post-content p {
    text-align: left !important; }
  .openday-previous-wrap .post-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(241, 240, 231, 0);
    background-image: -webkit-linear-gradient(rgba(241, 240, 231, 0) 65%, #f1f0e7 100%);
    background-image: linear-gradient(rgba(241, 240, 231, 0) 65%, #f1f0e7 100%); }
.openday-previous-wrap .read-more {
  color: #e55931;
  display: inline-block;
  margin-top: 12px; }
  .openday-previous-wrap .read-more .icon {
    margin-left: 5px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .openday-previous-wrap .read-more:hover {
    opacity: .7; }
    .openday-previous-wrap .read-more:hover .icon {
      margin-left: 8px; }

.guest-quotes-wrap {
  background: #e6e2d5;
  text-align: center; }
  .guest-quotes-wrap .wrap {
    width: 1200px;
    padding-top: 80px;
    padding-bottom: 80px; }
  .guest-quotes-wrap .guest-quotes {
    margin-top: 30px;
    text-align: center; }
  .guest-quotes-wrap .guest-quote-item {
    position: relative;
    width: 350px;
    display: inline-block; }
  .guest-quotes-wrap .quote-content-wrapper {
    height: 146px;
    padding: 0 40px;
    background: #f1f0e7;
    font-size: 16px;
    display: table;
    position: relative; }
    .guest-quotes-wrap .quote-content-wrapper:after {
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 14px 28px 0 0;
      border-color: #f1f0e7 transparent transparent transparent;
      position: absolute;
      bottom: -14px;
      left: 60px; }
  .guest-quotes-wrap .quote-content {
    display: table-cell;
    vertical-align: middle;
    *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0); }
  .guest-quotes-wrap .guest-info {
    text-align: left;
    margin-top: 42px; }
    .guest-quotes-wrap .guest-info .avatar {
      width: 60px;
      height: 60px;
      border-radius: 30px;
      float: left;
      margin: -5px 20px 0 30px; }
    .guest-quotes-wrap .guest-info .name {
      font-weight: normal;
      font-size: 16px;
      margin-top: 42px;
      color: #311e06; }
    .guest-quotes-wrap .guest-info .bio {
      font-size: 14px; }

.event-album .wrap {
  width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px; }
.event-album .section-title {
  margin-top: 4px; }
.event-album .icon {
  vertical-align: 1px;
  margin-left: 5px; }

.album-wrap .album-imgs-wrap {
  *width: 1200px;
  *margin: 0 auto; }
.album-wrap .album-img-item {
  float: left;
  width: 20%;
  max-height: 180px;
  overflow: hidden; }
.album-wrap .album-img-link {
  cursor: -webkit-zoom-in; }
.album-wrap .album-img-src {
  float: left;
  width: 100%; }

.event-signup {
  max-width: 800px;
  margin-top: 80px;
  border-radius: 2px;
  background: #e6e2d5;
  font-size: 18px;
  color: #896937;
  padding: 25px 0;
  text-align: center; }
  .event-signup .info {
    display: inline;
    margin-right: 40px; }
  .event-signup .date,
  .event-signup .count {
    color: #e55931; }

.openday-overlay {
  background: #150a09;
  background: rgba(21, 10, 9, 0.8);
  text-align: center;
  font-size: 0.1px; }
  .openday-overlay.active .modal {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .openday-overlay .modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s 0.4s ease;
    -moz-transition: 0.4s 0.4s ease;
    -ms-transition: 0.4s 0.4s ease;
    -o-transition: 0.4s 0.4s ease;
    transition: 0.4s 0.4s ease;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px); }

.openday-video-embed {
  max-width: 100%; }

.event-signup-form-wrap,
.openday-video-wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  *zoom: 1;
  *display: inline; }

.openday-page .footer-nav {
  color: #896937; }
  .openday-page .footer-nav .footer-nav-link {
    color: #896937; }

.video-overlay {
  background: #150a09;
  background: rgba(21, 10, 9, 0.8);
  text-align: center;
  font-size: 0.1px; }

.court-page {
  background: #f1f0e7;
  color: #896937; }
  .court-page .footer .contact-info {
    color: #311e06; }

.court-hero {
  height: 800px;
  text-align: center;
  color: white; }
  .court-hero .title-wrap {
    max-width: 820px;
    margin: 200px auto 0; }
  .court-hero .hero-title {
    font-size: 50px;
    font-weight: normal; }
  .court-hero .tagline {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 55px; }
  .court-hero .base-line-btn .icon {
    vertical-align: 1px;
    margin-left: 5px; }

.court-section {
  padding: 100px 0;
  color: #666666; }
  .court-section .copy-content {
    font-size: 16px;
    max-width: 410px;
    float: right; }
  .court-section .copy-title {
    color: #311e06;
    font-size: 22px;
    font-weight: normal; }
  .court-section .copy-paragraph {
    margin-top: 25px; }
  .court-section.even {
    background: white; }
    .court-section.even .copy-content {
      float: left;
      max-width: 500px;
      margin-top: 20px; }
    .court-section.even .court-graph {
      float: right;
      margin-right: 80px; }

.court-graph {
  float: left; }
  .court-graph.mid {
    margin-top: 55px; }
  .court-graph .data-title {
    text-align: center;
    margin-top: 20px; }

.shape-item {
  float: left;
  position: relative; }
  .shape-item .absolute {
    position: absolute;
    top: 0;
    left: 0; }
  .shape-item + .shape-item {
    margin-left: 40px; }
  .shape-item .graph-data {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .shape-item.animated .graph-data {
    visibility: visible;
    opacity: 1; }
  .shape-item .graph-circle {
    width: 0;
    height: 0; }
  .shape-item.no-canvas {
    width: 240px;
    height: 240px; }
    .shape-item.no-canvas .data-title {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0; }
    .shape-item.no-canvas .graph-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .shape-item.no-canvas .graph-data {
      visibility: visible;
      opacity: 1; }
    .shape-item.no-canvas.big {
      width: 276px;
      height: 276px; }

.court-image-container {
  font-size: 0.1px; }
  .court-image-container img {
    width: 100%; }

.graph-data {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat; }
  .big .graph-data {
    height: 276px; }

.graph-1 .graph-data {
  background-image: url(../imgs/misc/court-graph-1.png);
  background-size: 102px 66px; }
.graph-1 .graph-circle {
  background-image: url(../imgs/fallback/court-graph-circle-1.png); }

.graph-2 .graph-data {
  background-image: url(../imgs/misc/court-graph-2.png);
  background-size: 102px 76px; }
.graph-2 .graph-circle {
  background-image: url(../imgs/fallback/court-graph-circle-2.png); }

.graph-3 .graph-data {
  background-image: url(../imgs/misc/court-graph-3.png);
  background-size: 125px 67px; }
.graph-3 .graph-circle {
  background-image: url(../imgs/fallback/court-graph-circle-3.png); }

.graph-4 .graph-data {
  background-image: url(../imgs/misc/court-graph-4.png);
  background-size: 102px 58px; }
.graph-4 .graph-circle {
  background-image: url(../imgs/fallback/court-graph-circle-4.png); }

.graph-5 .graph-data {
  background-image: url(../imgs/misc/court-graph-5.png);
  background-size: 102px 58px; }
.graph-5 .graph-circle {
  background-image: url(../imgs/fallback/court-graph-circle-5.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .graph-1 .graph-data {
    background-image: url(../imgs/misc/court-graph-1@2x.png); }

  .graph-2 .graph-data {
    background-image: url(../imgs/misc/court-graph-2@2x.png); }

  .graph-3 .graph-data {
    background-image: url(../imgs/misc/court-graph-3@2x.png); }

  .graph-4 .graph-data {
    background-image: url(../imgs/misc/court-graph-4@2x.png); }

  .graph-5 .graph-data {
    background-image: url(../imgs/misc/court-graph-5@2x.png); } }
.court-appointment {
  position: relative;
  min-height: 600px;
  color: white; }
  .court-appointment .copy-wrap {
    max-width: 435px; }
  .court-appointment .copy-title {
    font-weight: normal;
    font-size: 30px;
    margin-top: 180px;
    margin-bottom: 18px; }
  .court-appointment .copy-paragraph {
    font-size: 18px; }

.appointment-form-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 470px;
  position: relative;
  text-align: center; }
  .appointment-form-wrap .icon-form-lock {
    position: absolute;
    top: 0;
    right: 0; }

.team-page {
  background: #f9f9f9; }

.team-intro {
  margin-top: 60px;
  font-size: 16px;
  line-height: 2; }
  .team-intro p {
    width: 46.5%; }

.team-executives {
  margin-top: 60px; }
  .team-executives .chief-partner {
    position: relative; }
    .team-executives .chief-partner .portrait {
      width: 50%;
      float: left; }
    .team-executives .chief-partner .intro {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: white;
      text-align: center; }
    .team-executives .chief-partner .inner {
      margin: auto;
      position: absolute;
      top: 85px;
      left: 0;
      right: 0;
      bottom: 0;
      padding-left: 55px;
      padding-right: 55px;
      max-width: 390px; }
    .team-executives .chief-partner .chinese {
      font-size: 22px;
      display: block; }
    .team-executives .chief-partner .english {
      font-size: 20px;
      display: block; }
    .team-executives .chief-partner .title {
      color: #878787;
      margin-top: 8px; }
    .team-executives .chief-partner .bio {
      text-align: left;
      margin-top: 12px;
      margin-bottom: 12px;
      line-height: 2;
      color: #222222;
      font-size: 14px; }
    .team-executives .chief-partner .know-more {
      color: #878787;
      font-size: 14px; }
      .team-executives .chief-partner .know-more .icon {
        margin-left: 3px; }
  .team-executives .partners {
    margin-left: -40px; }
  .team-executives .partner-item {
    float: left;
    width: 306px;
    margin-top: 40px;
    margin-left: 40px; }

.team-lawyers-hero {
  height: 430px;
  position: relative; }

.team-lawyers {
  margin-top: 40px; }
  .team-lawyers .lawyers {
    margin-left: -40px; }
  .team-lawyers .lawyer-item {
    margin-top: 40px;
    width: 220px;
    margin-left: 40px;
    float: left; }

.member-link .portrait {
  width: 100%;
  float: left; }
.member-link .intro {
  height: 120px;
  background: white;
  float: left;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }
.member-link .chinese {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  margin-top: 12px;
  color: #222222; }
.member-link .english {
  font-size: 18px;
  display: block;
  margin-top: -3px;
  color: #222222; }
.member-link .title {
  color: #878787;
  margin-top: 3px;
  font-size: 14px; }
.member-link:hover .intro {
  background: #ededed; }

.join-us-banner {
  margin-top: 60px;
  border-radius: 2px;
  background: white;
  font-size: 18px;
  padding: 25px 0;
  text-align: center; }
  .join-us-banner .info {
    display: inline;
    margin-right: 20px; }

.team-overlay {
  background: #f9f9f9; }
  .team-overlay.active .left,
  .team-overlay.active .name,
  .team-overlay.active .title,
  .team-overlay.active .intro {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .team-overlay .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left; }
  .team-overlay .left,
  .team-overlay .name,
  .team-overlay .title,
  .team-overlay .intro {
    visibility: hidden;
    opacity: 0; }
  .team-overlay .left {
    width: 40%;
    -webkit-transition: 0.4s 0.3s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -moz-transition: 0.4s 0.3s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -ms-transition: 0.4s 0.3s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -o-transition: 0.4s 0.3s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    transition: 0.4s 0.3s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); }
  .team-overlay .right {
    width: 60%; }
    .team-overlay .right .inner {
      margin-left: 60px;
      }
  .team-overlay .portrait {
    width: 100%; }
  .team-overlay .contact-info {
    margin-top: 30px; 

  }
  .team-overlay .info-title {
    color: #878787;
    margin-right: 6px; }
  .team-overlay .name {
    -webkit-transition: 0.4s 0.6s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -moz-transition: 0.4s 0.6s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -ms-transition: 0.4s 0.6s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -o-transition: 0.4s 0.6s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    transition: 0.4s 0.6s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    -ms-transform: translate3d(40px, 0, 0);
    -o-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
    .team-overlay .name .chinese {
      font-size: 22px;
      letter-spacing: 6px;
      display: block;
      margin-top: -6px; }
    .team-overlay .name .english {
      font-size: 20px;
      display: block;
      margin-top: -4px; }
  .team-overlay .title {
    color: #878787;
    -webkit-transition: 0.4s 0.7s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -moz-transition: 0.4s 0.7s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -ms-transition: 0.4s 0.7s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -o-transition: 0.4s 0.7s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    transition: 0.4s 0.7s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    -ms-transform: translate3d(40px, 0, 0);
    -o-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  .team-overlay .intro {
    color: #515151;
    -webkit-transition: 0.4s 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -moz-transition: 0.4s 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -ms-transition: 0.4s 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -o-transition: 0.4s 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    transition: 0.4s 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    -ms-transform: translate3d(40px, 0, 0);
    -o-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
    .team-overlay .intro h4 {
      margin-top: 20px;
      font-size: 16px;
      color: #222222; }
    .team-overlay .intro p, .team-overlay .intro ul, .team-overlay .intro ol {
      margin-top: 1.4em; }
    .team-overlay .intro ol li {
      list-style: decimal; }
    .team-overlay .intro ul li {
      list-style: disc; }
    .team-overlay .intro ul, .team-overlay .intro ol {
      padding-left: 1.4em;
      font-size: 14px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .team-overlay .intro li + li {
      margin-top: .4em; }

.oldie .team-executives .partner-item {
  width: 306px; }
  .oldie .team-executives .partner-item + .partner-item {
    margin-left: 41px; }

.about-main .copy-title {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  margin-top: 170px;
  margin-bottom: 20px; }
.about-main .copy {
  font-size: 18px;
  color: #515151;
  max-width: 700px;
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto; }
.about-main img {
  width: 100%; }

.error-page {
  background: #f9f9f9; }

.error-hero {
  height: 800px; }
  .error-hero .gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-repeat: repeat-x; }
  .error-hero .bg {
    background-position: center 0; }
  .error-hero .title-wrap {
    width: 100%;
    text-align: center;
    margin-top: -90px;
    position: absolute;
    top: 45%;
    left: 0; }
  .error-hero .title {
    font-size: 40px;
    letter-spacing: 8px;
    font-weight: normal; }
  .error-hero .btns-wrap {
    margin-top: 60px; }
  .error-hero .base-line-btn .icon {
    vertical-align: 1px;
    margin-left: 5px; }
  .error-hero .home-scroll-down .icon {
    vertical-align: 2px; }

@media only screen and (max-width: 860px) {
  .error-hero {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 140px;
    padding-bottom: 40px;
    color: white;
    min-height: 0; }
    .error-hero .gradient {
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.6)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.6));
      background-image: linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.6));
      background-repeat: repeat-x; }
    .error-hero .title-wrap {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 0;
      width: 100%; }
    .error-hero .btns-wrap {
      margin-top: 20px;
      margin-bottom: 20px; }
    .error-hero .base-line-btn {
      border-color: white;
      color: white; }
      .error-hero .base-line-btn .icon {
        display: none; }
      .error-hero .base-line-btn:hover {
        background-color: white;
        color: #222222; }
    .error-hero .title {
      font-size: 30px;
      letter-spacing: 2px; } }
@media only screen and (max-width: 420px) {
  .error-hero {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 20px; }
    .error-hero .title {
      letter-spacing: 0; } }
@media only screen and (max-height: 840px) {
  .global-nav .global-nav-item + .global-nav-link {
    margin-top: 2px; }
  .global-nav .global-nav-item.weixin {
    margin-top: 25px; }
  .global-nav .global-nav-link {
    font-size: 22px; } }
@media only screen and (max-width: 620px) {
  .header-logo {
    top: 40px;
    left: 40px; }

  .global-nav .global-nav-inner {
    top: 40px;
    right: 40px; } }
@media only screen and (max-width: 420px) {
  .header-logo {
    top: 22px;
    left: 22px; }
    .header-logo .logo-svg,
    .header-logo .icon-logo {
      width: 60px;
      height: 60px; }
    .header-logo.white .icon-logo {
      background-image: url(../imgs/fallback/logo-small-white.png); }
    .header-logo.golden .icon-logo {
      background-image: url(../imgs/fallback/logo-small-golden.png); }
    .header-logo.black .icon-logo {
      background-image: url(../imgs/fallback/logo-small-black.png); }

  .global-nav-item.weixin {
    display: none; }

  .global-nav .global-nav-inner {
    top: 22px;
    right: 22px; }
  .global-nav .global-nav-link {
    font-size: 20px; } }
@media only screen and (max-width: 860px) {
  .footer {
    padding-top: 20px;
    padding-left: 22px;
    padding-right: 22px; }

  .footer-section {
    float: none;
    margin-top: 40px;
    margin-right: 50px; }
    .footer-section + .footer-section {
      margin-left: 0; } }
@media only screen and (max-width: 620px) {
  .footer {
    text-align: center; }

  .footer-section {
    margin-right: 0;
    display: block; } }
@media only screen and (max-width: 420px) {
  .footer .weixin-title,
  .footer .weixin-qrcode {
    display: block; } }
@media only screen and (max-width: 500px) {
  .modal {
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media only screen and (max-width: 420px) {
  .modal .input-item.half {
    width: 100%; }
  .modal .input-item.left, .modal .input-item.right {
    float: none; } }
@media only screen and (max-width: 1120px) {
  .hero-slide-item .copy {
    width: auto;
    max-width: none;
    left: 0;
    padding-left: 60px;
    padding-right: 280px; } }
@media only screen and (max-width: 1000px) {
  .wrap {
    width: auto;
    max-width: 1000px;
    padding: 12px;
  }

  .features-points .features-point-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%; }
    .features-points .features-point-item + .features-point-item {
      margin-left: 2%; }

  .team-member-item {
    margin-right: 20px; }
    .team-member-item + .team-member-item {
      margin-left: 0; }

  /*.news .news-item {
    width: 48.5%; }*/
    .news .news-item + .news-item {
      /*margin-left: 3%; */
      } 

  .ly_crad .ly_box{
    width: 48.5%;
    }
  }
@media only screen and (max-width: 860px) {
  .home-overlay-content {
    left: 0;
    right: 0;
    width: auto;
    padding-left: 22px;
    padding-right: 22px; }
    .home-overlay-content.overlay-viz .img-wrap:after {
      display: none; }
    .home-overlay-content.overlay-viz .timeline {
      display: none; }
    .home-overlay-content.overlay-viz .timeline-mobile {
      display: block; }
    .home-overlay-content.overlay-risk .wrap {
      width: 100%;
      max-width: 100%; }
    .home-overlay-content.overlay-risk .overlay-risk-chart {
      float: none;
      width: 100%;
      margin-bottom: 30px; }
    .home-overlay-content.overlay-risk .divider {
      margin-top: 20px; }
    .home-overlay-content.overlay-process .steps-inner {
      margin-left: -20px;
      display: inline-block;
      text-align: center; }
    .home-overlay-content.overlay-process .steps-wrap {
      width: auto; }
      .home-overlay-content.overlay-process .steps-wrap .icon {
        display: none; }
      .home-overlay-content.overlay-process .steps-wrap .step-item {
        margin-left: 20px; }
    .home-overlay-content.overlay-process .left,
    .home-overlay-content.overlay-process .right {
      float: none;
      display: inline-block; } }
@media only screen and (max-width: 800px) {
  .hero-slide-item .title-wrap {
    display: none; }
    .hero-slide-item .title-wrap + .content-wrap {
      display: block; }
  .hero-slide-item .content-wrap {
    position: absolute;
    bottom: 80px;
    height: auto;
    top: auto;
    left: 40px;
    right: 40px;
    width: auto; }
    .hero-slide-item .content-wrap.center {
      text-align: center;
      bottom: 120px; }
      .hero-slide-item .content-wrap.center .copy-title {
        font-weight: normal;
        letter-spacing: 2px; }
    .hero-slide-item .content-wrap .btns-wrap {
      position: relative;
      float: none;
      right: auto;
      bottom: auto;
      margin-top: 30px; }
  .hero-slide-item .gradient.slide-1-gradient {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.4) 100%); }
  .hero-slide-item .gradient.slide-2-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(59, 59, 59, 0)), to(rgba(59, 59, 59, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.75));
    background-image: linear-gradient(top, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0.75));
    background-repeat: repeat-x; }
  .hero-slide-item .gradient.slide-3-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(59, 22, 8, 0)), to(rgba(59, 22, 8, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(59, 22, 8, 0), rgba(59, 22, 8, 0.75));
    background-image: linear-gradient(top, rgba(59, 22, 8, 0), rgba(59, 22, 8, 0.75));
    background-repeat: repeat-x; }
  .hero-slide-item .gradient.slide-4-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61, 34, 6, 0)), to(rgba(61, 34, 6, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(61, 34, 6, 0), rgba(61, 34, 6, 0.75));
    background-image: linear-gradient(top, rgba(61, 34, 6, 0), rgba(61, 34, 6, 0.75));
    background-repeat: repeat-x; }
  .hero-slide-item .gradient.slide-5-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(54, 25, 7, 0)), to(rgba(54, 25, 7, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(54, 25, 7, 0), rgba(54, 25, 7, 0.75));
    background-image: linear-gradient(top, rgba(54, 25, 7, 0), rgba(54, 25, 7, 0.75));
    background-repeat: repeat-x; }
  .hero-slide-item .gradient.slide-6-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(56, 54, 45, 0)), to(rgba(56, 54, 45, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(56, 54, 45, 0), rgba(56, 54, 45, 0.75));
    background-image: linear-gradient(top, rgba(56, 54, 45, 0), rgba(56, 54, 45, 0.75));
    background-repeat: repeat-x; }
  .hero-slide-item .copy {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: auto;
    float: none; }
  .hero-slide-item .copy-title {
    font-size: 32px;
    margin-bottom: 20px; }
  .hero-slide-item .copy-content {
    font-size: 24px; }

  .features-hero {
    height: auto; }
    .features-hero .copy-wrap {
      position: relative;
      width: auto;
      top: 0;
      padding: 40px 22px; }
    .features-hero .copy-title {
      font-size: 32px;
      line-height: 1.33; }

  .features-points .features-point-item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    text-align: center; }
    .features-points .features-point-item p {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto; }
    .features-points .features-point-item + .features-point-item {
      margin-left: 0; }

  .features-misc .document,
  .features-misc .moot-court,
  .features-misc .image-slides,
  .features-misc .location {
    width: 48.5%; }

  .home-overlay-nav-item + .home-overlay-nav-item {
    margin-left: 30px; } }
@media only screen and (max-width: 620px) {
  .features-misc .document,
  .features-misc .moot-court,
  .features-misc .image-slides,
  .features-misc .location {
    width: 100%; }
  .features-misc .content-wrap {
    height: auto; }
  .features-misc .features-info-box {
    height: auto;
    padding-bottom: 25px; }
  .features-misc .location {
    height: auto; }
    .features-misc .location .content-wrap {
      padding: 25px;
      position: relative; }

  .news .news-item {
    width: 100%; 
    margin: auto;
  }
  .ly_crad .ly_box{
    width: 100%;
    margin-bottom: 20px !important;
    margin: auto;
  }

    .news .news-item + .news-item {
      margin-left: 0;
      margin-top: 20px; }
  }

  .league .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
  .league .league-item {
    width: 100%;
    height: auto;
    margin-top: 20px; }
    .league .league-item:first-child:before, .league .league-item:first-child:after, .league .league-item:last-child:before, .league .league-item:last-child:after {
      display: none; }
  .league .league-section-title {
    color: #222222;
    position: relative;
    margin-top: 0; }

  .home-overlay .content-wrap {
    padding-top: 80px; }

  .home-overlay-nav-item {
    height: 60px;
    width: 100px; }
    .home-overlay-nav-item .home-overlay-nav-link {
      position: relative;
      display: block; }
    .home-overlay-nav-item .icon-wrap {
      display: none; }
    .home-overlay-nav-item + .home-overlay-nav-item {
      margin-left: 30px; }

  .home-overlay-nav-link {
    font-size: 18px; }
    .home-overlay-nav-link.active {
      font-size: 22px; }

  .lightbox-overlay .lightbox-navigator {
    width: 61px; }
    .lightbox-overlay .lightbox-navigator.prev {
      background-color: rgba(0, 0, 0, 0);
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%);
      background-image: linear-gradient(to left,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%); }
    .lightbox-overlay .lightbox-navigator.next {
      background-color: rgba(0, 0, 0, 0);
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%);
      background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%); } }
@media only screen and (max-width: 420px) {
  .section-title {
    margin: 25px 0;
    font-size: 20px; }

  .hero-slide-item .content-wrap {
    left: 22px;
    right: 22px;
    width: auto; }
  .hero-slide-item .copy-title {
    font-size: 26px;
    margin-bottom: 8px; }
  .hero-slide-item .copy-content {
    font-size: 20px; }
  .hero-slide-item .btns-wrap {
    margin-top: 15px; }

  
    .slides-pagination .slides-pagination-item {
      width: 30px; }
      .slides-pagination .slides-pagination-item + .slides-pagination-item {
        margin-left: 6px; }

  .features-hero {
    height: auto; }
    .features-hero .copy-title {
      font-size: 26px; }

  .features-misc .features-info-box {
    text-align: center; }

  .team {
    height: 300px; }
    .team .content-wrap {
      width: 100%;
      left: 0;
      text-align: center; }
    .team .title {
      padding-left: 22px;
      padding-right: 22px;
      font-size: 20px; }

  .news .news-item {
    height: 200px; }
    .news .news-item .news-category {
      left: 22px;
      top: 18px; }
    .news .news-item .news-category {
      right: 22px;
      top: 18px; }
    .news .news-item .news-title {
      left: 22px;
      right: 22px;
      bottom: 20px; }
  .news .btn-wrap {
    margin-top: 20px; }

  .league {
    margin-top: 20px; }
    .league .wrap {
      padding-left: 22px;
      padding-right: 22px; }

  .home-overlay-nav-item {
    height: 60px;
    width: 100px;
    float: none; }
    .home-overlay-nav-item + .home-overlay-nav-item {
      margin-left: 0; } }
@media only screen and (max-width: 860px) {
  .articles-list-page .articles-list-wrap {
    margin-top: 48px; }

  .articles-nav,
  .articles-list .article-link {
    padding-left: 40px;
    padding-right: 40px; }

  .articles-nav .articles-nav-item {
    margin-right: 12px;
    margin-top: 12px; }
    .articles-nav .articles-nav-item + .articles-nav-item {
      margin-left: 0; }

  .articles-page-nav {
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 420px) {
  .articles-list-page .articles-list-wrap {
    margin-top: 8px; }

  .articles-nav .articles-nav-link {
    font-size: 16px;
    padding: 0 12px; }
    .articles-nav .articles-nav-link.active {
      padding: 0 20px; }

  .articles-nav,
  .articles-list .article-link {
    padding-left: 22px;
    padding-right: 22px; }

  .cases-hero,
  .about-hero,
  .blog-hero {
    height: auto;
    min-height: 0;
    padding-top: 140px;
    padding-bottom: 20px; }
    .cases-hero .hero-title,
    .about-hero .hero-title,
    .blog-hero .hero-title {
      position: relative;
      text-align: center;
      bottom: auto;
      left: auto;
      letter-spacing: 2px;
      font-size: 30px; }

  .articles-list {
    margin-top: 10px; }
    .articles-list .article-title {
      font-size: 22px;
      line-height: 1.6; }
    .articles-list .article-link {
      padding-top: 20px;
      padding-bottom: 20px; }
    .articles-list .article-intro {
      font-size: 15px; }

  .articles-page-nav {
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px; } }
@media only screen and (max-width: 800px) {
  .article-single-hero .hero-title {
    font-size: 30px; }

  .article-content {
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 620px) {
  .article-single-hero {
    height: auto;
    min-height: 0;
    padding-top: 120px;
    padding-bottom: 30px;
    display: block; }
    .article-single-hero .hero-content-wrap {
      padding-left: 40px;
      padding-right: 40px; }
    .article-single-hero .hero-nav {
      margin-bottom: 15px; }
    .article-single-hero .date {
      margin-top: 15px; } }
@media only screen and (max-width: 420px) {
  .article-single-hero .hero-content-wrap {
    padding-left: 22px;
    padding-right: 22px; }
  .article-single-hero .hero-title {
    letter-spacing: 2px; }

  .article-content {
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px; }
    .article-content img {
      margin: .8em auto .6em;
      display: block;
      max-width: 100%; }
    .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
      font-size: 22px; }
      .article-content h1 + p, .article-content h2 + p, .article-content h3 + p, .article-content h4 + p, .article-content h5 + p, .article-content h6 + p {
        margin-top: .6em; }
    .article-content blockquote {
      margin-left: -22px;
      padding-left: 18px; }
    .article-content p + p, .article-content p + ul, .article-content p + ol, .article-content p + blockquote, .article-content p + img,
    .article-content blockquote + p,
    .article-content blockquote + ul,
    .article-content blockquote + ol,
    .article-content blockquote + blockquote,
    .article-content blockquote + img,
    .article-content ul + p,
    .article-content ul + ul,
    .article-content ul + ol,
    .article-content ul + blockquote,
    .article-content ul + img,
    .article-content ol + p,
    .article-content ol + ul,
    .article-content ol + ol,
    .article-content ol + blockquote,
    .article-content ol + img,
    .article-content img + p,
    .article-content img + ul,
    .article-content img + ol,
    .article-content img + blockquote,
    .article-content img + img {
      margin-top: .6em; }
    .article-content p + h1, .article-content p + h2, .article-content p + h3, .article-content p + h4, .article-content p + h5, .article-content p + h6,
    .article-content blockquote + h1,
    .article-content blockquote + h2,
    .article-content blockquote + h3,
    .article-content blockquote + h4,
    .article-content blockquote + h5,
    .article-content blockquote + h6,
    .article-content ul + h1,
    .article-content ul + h2,
    .article-content ul + h3,
    .article-content ul + h4,
    .article-content ul + h5,
    .article-content ul + h6,
    .article-content ol + h1,
    .article-content ol + h2,
    .article-content ol + h3,
    .article-content ol + h4,
    .article-content ol + h5,
    .article-content ol + h6,
    .article-content img + h1,
    .article-content img + h2,
    .article-content img + h3,
    .article-content img + h4,
    .article-content img + h5,
    .article-content img + h6 {
      margin-top: .3em; } }
@media only screen and (max-width: 1200px) {
  .openday-previous-wrap .wrap {
    max-width: 1000px;
    padding-top: 60px;
    padding-bottom: 60px; }
  .openday-previous-wrap .section-title {
    float: none;
    margin-bottom: 40px; }
  .openday-previous-wrap .events {
    margin-left: 0; }
  .openday-previous-wrap .event-content {
    margin-left: 200px; }

  .guest-quotes-wrap .wrap {
    width: auto;
    padding-left: 40px;
    padding-right: 40px; }
  .guest-quotes-wrap .guest-quotes {
    margin-top: 0; }
  .guest-quotes-wrap .guest-quote-item {
    margin-top: 30px; }
    .guest-quotes-wrap .guest-quote-item + .guest-quote-item {
      margin-left: 30px; }
    .guest-quotes-wrap .guest-quote-item.left, .guest-quotes-wrap .guest-quote-item.right, .guest-quotes-wrap .guest-quote-item.center {
      float: none;
      display: inline-block; }
  .guest-quotes-wrap .guest-info .bio {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .event-album .wrap {
    width: auto;
    padding-left: 40px;
    padding-right: 40px; }

  .album-wrap .album-img-item {
    max-height: 140px; } }
@media only screen and (max-width: 1000px) {
  .openday-hero {
    height: auto; }
    .openday-hero .wrap {
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 40px; }
    .openday-hero .tagline {
      max-width: 360px; }

  .openday-previous-wrap .wrap {
    width: auto;
    padding-left: 40px;
    padding-right: 40px; }

  .album-wrap .album-img-item {
    max-height: 110px; } }
@media only screen and (max-width: 860px) {
  .openday-hero .hero-title {
    font-size: 30px; }
  .openday-hero .tagline {
    max-width: 320px;
    font-size: 16px; }
  .openday-hero .openday-video {
    margin-top: 30px; }
    .openday-hero .openday-video .video-cover {
      width: 300px;
      height: 180px; }

  .openday-previous-wrap .previous-snapshot {
    float: none; }

  .guest-quotes-wrap .wrap {
    padding-top: 40px;
    padding-bottom: 20px; } }
@media only screen and (max-width: 680px) {
  .openday-hero .openday-video {
    margin-top: 50px; }
    .openday-hero .openday-video .video-cover {
      width: 250px;
      height: 150px; } }
@media only screen and (max-width: 800px) {
  .openday-hero .tagline {
    max-width: none; }
  .openday-hero .openday-video {
    margin-top: 40px;
    float: left; }
    .openday-hero .openday-video .video-cover {
      width: 400px;
      height: 240px; }

  .guest-quotes-wrap .guest-quote-item {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px; }
    .guest-quotes-wrap .guest-quote-item + .guest-quote-item {
      margin-left: 30px; }

  .event-signup {
    padding-left: 40px;
    padding-right: 40px; }
    .event-signup .info {
      display: block;
      margin: 0 0 15px; }

  .album-wrap .album-img-item {
    max-height: 90px; } }
@media only screen and (max-width: 620px) {
  .openday-hero .wrap {
    padding-bottom: 40px; }
  .openday-hero .openday-video .video-cover {
    width: 100%;
    height: auto; }

  .openday-previous-wrap .section-title {
    margin-bottom: 20px; }
  .openday-previous-wrap .event-item {
    float: left;
    margin-right: 30px;
    margin-bottom: 12px; }
    .openday-previous-wrap .event-item + .event-item {
      margin-top: 0; }
  .openday-previous-wrap .previous-snapshot {
    max-width: 100%;
    margin-right: 0; }
  .openday-previous-wrap .event-content {
    margin-left: 0; }

  .guest-quotes-wrap .wrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  .guest-quotes-wrap .guest-quote-item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .guest-quotes-wrap .guest-quote-item + .guest-quote-item {
      margin-left: 0; }

  .album-wrap .album-img-item {
    width: 50%;
    max-height: 160px; } }
@media only screen and (max-width: 500px) {
  .event-signup-form-wrap {
    width: 100%; }

  .album-wrap .album-img-item {
    width: 50%;
    max-height: 130px; } }
@media only screen and (max-width: 420px) {
  .openday-hero .wrap {
    padding-top: 110px;
    padding-left: 22px;
    padding-right: 22px; }
  .openday-hero .openday-video {
    margin-top: 40px; }

  .openday-previous-wrap .wrap {
    padding: 22px; }
  .openday-previous-wrap .event-item {
    margin-right: 20px; }
  .openday-previous-wrap .event-link {
    font-size: 16px;
    letter-spacing: 1px; }

  .event-signup {
    margin-top: 40px;
    padding-left: 22px;
    padding-right: 22px; }

  .guest-quotes-wrap .wrap {
    padding-left: 22px;
    padding-right: 22px; }

  .event-album .wrap {
    padding-left: 22px;
    padding-right: 22px; } }
@media only screen and (max-width: 1000px) {
  .court-hero .title-wrap {
    margin-top: 185px;
    max-width: 680px; }

  .court-section {
    padding: 60px 0;
    text-align: center; }
    .court-section .copy-content {
      float: none;
      max-width: 620px;
      margin: 0 auto;
      padding-left: 25px;
      padding-right: 25px; }
    .court-section.even .copy-content {
      float: none;
      margin-top: 0; }
    .court-section.even .court-graph {
      float: none;
      margin-right: 0; }

  .court-graph {
    float: none;
    display: inline-block;
    margin: 30px auto 0; }

  .court-appointment {
    padding: 60px 0;
    height: auto;
    text-align: center; }
    .court-appointment .copy-wrap {
      margin-right: 30px;
      float: none;
      max-width: 620px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 25px;
      padding-right: 25px; }
    .court-appointment .copy-title {
      margin-top: 0; }

  .appointment-form-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 800px) {
  .court-hero {
    height: 600px; }
    .court-hero .hero-title {
      font-size: 36px; }
    .court-hero .tagline {
      font-size: 18px;
      margin-bottom: 35px; }
    .court-hero .title-wrap {
      margin-top: 120px;
      max-width: 520px; }

  .court-section {
    padding: 40px 0; }

  .court-graph .shape-item {
    display: block;
    float: none; }
    .court-graph .shape-item + .shape-item {
      margin-top: 30px;
      margin-left: 0; }

  .court-appointment {
    padding: 40px 0; } }
@media only screen and (max-width: 620px) {
  .court-hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 40px; }
    .court-hero .title-wrap {
      margin-top: 0;
      padding-left: 25px;
      padding-right: 25px; } }
@media only screen and (max-width: 420px) {
  .court-hero {
    padding-top: 100px;
    padding-bottom: 30px; }
    .court-hero .hero-title {
      font-size: 30px; }
    .court-hero .tagline {
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 25px; }

  .court-section {
    padding: 30px 0; }
    .court-section .copy-paragraph {
      margin-top: 15px; }

  .court-graph {
    margin-top: 15px; }

  .court-appointment {
    padding: 30px 0 0; }
    .court-appointment .copy-title {
      font-size: 22px; }
    .court-appointment .copy-paragraph {
      font-size: 16px; }
    .court-appointment .appointment-form-wrap {
      width: 100%;
      margin-bottom: 0; } }
@media only screen and (max-width: 1000px) {
  .team-intro {
    padding-left: 40px;
    padding-right: 40px; }

  .team-executives .chief-partner {
    font-size: 0.1px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .team-executives .chief-partner .portrait {
      float: none;
      width: 100%; }
    .team-executives .chief-partner .intro {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: 100%;
      height: auto;
      float: none;
      padding: 10px 0 30px; }
    .team-executives .chief-partner .inner {
      top: auto;
      left: auto;
      bottom: auto;
      position: relative;
      right: auto;
      height: auto;
      padding-left: 22px;
      padding-right: 22px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .team-executives .partners {
    text-align: center; }
  .team-executives .partner-item {
    display: inline-block;
    float: none; }

  .team-overlay .wrap {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .team-lawyers .lawyers {
    text-align: center; }
  .team-lawyers .lawyer-item {
    float: none;
    display: inline-block; } }
@media only screen and (max-width: 620px) {
  .team-intro .left,
  .team-intro .right {
    float: none;
    width: 100%; }
  .team-intro p + p {
    margin-top: 1em; }

  .team-overlay .wrap {
    padding-top: 40px;
    padding-bottom: 40px; }
  .team-overlay .left {
    float: none;
    width: auto; }
  .team-overlay .right {
    float: none;
    width: auto;
    margin-top: 40px; }
    .team-overlay .right .inner {
      margin-left: 0; } }
@media only screen and (max-width: 500px) {
  .team-executives .partner-item {
    width: 100%; } }
@media only screen and (max-width: 420px) {
  .team-intro {
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px; }

  .team-executives {
    margin-top: 40px; }

  .team-overlay .wrap {
    padding-top: 46px;
    padding-left: 22px;
    padding-right: 22px; } }
@media only screen and (max-width: 620px) {
  .about-main .copy-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 12px; }
  .about-main .copy {
    margin-bottom: 35px;
    font-size: 16px; }
  .about-main .copy-title,
  .about-main .copy {
    padding-left: 25px;
    padding-right: 25px; } }
.icon-arrow-down-black {
  background-position: -184px -32px;
  width: 13px;
  height: 7px; }

.icon-arrow-left-black {
  background-position: -189px -101px;
  width: 7px;
  height: 10px; }
  a:hover > .icon-arrow-left-black {
    background-position: -61px -136px; }

.icon-arrow-left-grey {
  background-position: -184px 0px;
  width: 14px;
  height: 14px; }

.icon-arrow-right-grey {
  background-position: -184px -16px;
  width: 14px;
  height: 14px; }

.icon-arrow-down-white {
  background-position: -88px -136px;
  width: 10px;
  height: 7px; }
  a:hover > .icon-arrow-down-white {
    background-position: -100px -136px; }

.icon-arrow-right-black {
  background-position: -55px -150px;
  width: 6px;
  height: 10px; }
  a:hover > .icon-arrow-right-black {
    background-position: -63px -150px; }

.icon-arrow-right-dark-gold {
  background-position: -70px -136px;
  width: 7px;
  height: 10px; }

.icon-arrow-right-lit-gold {
  background-position: -79px -136px;
  width: 7px;
  height: 10px; }
  a:hover > .icon-arrow-right-lit-gold {
    background-position: -70px -136px; }

.icon-arrow-right-orange {
  background-position: -47px -150px;
  width: 6px;
  height: 11px; }

.icon-arrow-right-white {
  background-position: -63px -150px;
  width: 6px;
  height: 10px; }
  a:hover > .icon-arrow-right-white {
    background-position: -55px -150px; }

.icon-attach {
  background-position: -161px -101px;
  width: 12px;
  height: 12px; }

.icon-failure {
  background-position: -77px -101px;
  width: 26px;
  height: 25px; }

.icon-feature-graph {
  background-position: -142px 0px;
  width: 40px;
  height: 40px; }

.icon-feature-hammer {
  background-position: -118px -59px;
  width: 39px;
  height: 38px; }

.icon-feature-gear {
  background-position: -77px -59px;
  width: 39px;
  height: 40px; }

.icon-form-lock {
  background-position: -159px -59px;
  width: 39px;
  height: 36px; }

.icon-right-golden {
  background-position: -175px -101px;
  width: 12px;
  height: 12px; }
  a:hover > .icon-right-golden {
    background-position: -47px -136px; }

.icon-right-grey {
  background-position: -190px -42px;
  width: 7px;
  height: 11px; }
  a:hover > .icon-right-grey {
    background-position: -63px -150px; }

.icon-success {
  background-position: -133px -101px;
  width: 26px;
  height: 25px; }

.icon-success-yellow {
  background-position: -105px -101px;
  width: 26px;
  height: 25px; }

.icon-upright-grey {
  background-position: -161px -115px;
  width: 10px;
  height: 11px; }

.icon-video-play {
  background-position: 0px -59px;
  width: 75px;
  height: 75px; }

/*.icon-susongquan {
  background-position: 0px 0px;
  width: 140px;
  height: 57px; }*/

.icon-next {
  background-position: 0px -136px;
  width: 22px;
  height: 49px; }

.icon-prev {
  background-position: -24px -136px;
  width: 21px;
  height: 49px; }

.icon-step-down {
  background-position: -142px -42px;
  width: 14px;
  height: 14px; }

.icon-step-left {
  background-position: -158px -42px;
  width: 14px;
  height: 14px; }

.icon-step-right {
  background-position: -174px -42px;
  width: 14px;
  height: 14px; }

.weixin-qrcode {
  width: 132px;
  height: 132px;
  background-image: url(../img/ewm.png);
  background-size: 132px 132px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  padding: 4px; }

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/sprites.png);
  background-size: 200px 200px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon {
    background-image: url(../img/sprites@2x.png); }

  .weixin-qrcode {
    background-image: url(../img/ewm.png); }

  .bg-wrap:before {
    background-image: url(../imgs/gifs/hero-loading@2x.gif); } }

.language_switch {
  position: absolute;
  top: 30px;
  right: 44px;
  visibility: visible;
  z-index: 1;
}
.language_switch > a {
  color: white;
  font-weight: bold;
  font-size: 1.17em;
}


.ly_crad{
  display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  justify-content:center;
}
.ly_box{
  width: 23.8%;
  background-color: #fff;
  margin:0.5%;
}

.ly_crad_nr{
  padding: 4%;
}
.ly_crad_nr span{
  color: #fff;
  background-color: #deb887;
}
.busine_crad{
  font-size: 16px;
}

.ly_crad_w{
  width: 100%;
  background-color: #fff;
}
.ly_crad_w h1 , .ly_crad_w h5{
  text-align: center;
}
.ly_crad_w h5{
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}
.ly_map{
  border: none;
  width:80%;
  max-width: 1200px;
  display: block;
  height:500px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.ly_other{
  background-color: #fff;
  max-width: 1000px;
  height: 600px;
  margin: 0 auto;
}
    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.3;
    }
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
    }

/*十二删格系统*/
.grid{
  float: left;
  padding: 6px;
  /*background-color: #fff;*/
  
}

@media (min-width: 768px) {
  .grid{
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid{
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid{
    width: 25%;
  }
}
@media (max-width: 768px) {
  .grid{
    width: 100%;
  }
}
.team_crad{
  padding: 6px;
  overflow: hidden;
}
.team_img_shell{
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.team_img_shell img{
	height:285px;
}

.change_4-11{
  display: block;
  background-color: #fff;
}

.team_boss{
  padding: 6px;
  width: 100%;
  overflow: hidden;
}
.team_boss_content{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  padding-left: 16%;
}
.team_boss_content:hover{
  border: 1px solid #dadada;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


.team_boss img{
  width: 50%;
  float: left;
}
.team_boss .ly_crad_nr{
  width: 34%;
  float: left;
  padding: 40px;
}

.little_boss{
  padding: 6px;
  width: 50%;
  overflow: hidden;
  float: left;
}
.little_boss img{
  width: 60%;
  float: left;
}
.little_boss .ly_crad_nr{
  width: 40%;
  float: left;
  /*padding: 20px;*/
}
.little_boss .team_boss_content{
  padding-left: 0;
}

@media (max-width: 768px) {
  .little_boss{
    width: 100%;
  }
  .little_boss img{
    width: 100%;
  }
  .little_boss .ly_crad_nr{
    width: 100%;
  }
  .little_boss_content{
    padding-left: 0;
  }
  .team_boss img{
    width: 100%;
  }
  .team_boss .ly_crad_nr{
    width: 100%;
  }
  .team_boss_content{
    padding-left: 0;
  }
}

.map-shell{
  width: 100%;
  background-color: #fff;
}
.footer_conta{
  margin-top: -7px;
}

.team_data_close{
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.ewm_box{
  float: right;
}
.ewm_box > li{
  text-align: center;
  display: inline-block;
  width: 140px;
}
.ewm_box > li > img{
  display: block;
}








