/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../../files/theme/css/fonts/flexslider-icon.eot");
  src: url("../../files/theme/css/fonts/flexslider-icon.eot?#iefix") format('embedded-opentype'), url("../../files/theme/css/fonts/flexslider-icon.woff") format('woff'), url("../../files/theme/css/fonts/flexslider-icon.ttf") format('truetype'), url("../../files/theme/css/fonts/flexslider-icon.svg#flexslider-icon") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../../files/theme/fonts/fontello.eot?62086010");
  src: url("../../files/theme/fonts/fontello.eot?62086010#iefix") format('embedded-opentype'),
       url("../../files/theme/fonts/fontello.woff2?62086010") format('woff2'),
       url("../../files/theme/fonts/fontello.woff?62086010") format('woff'),
       url("../../files/theme/fonts/fontello.ttf?62086010") format('truetype'),
       url("../../files/theme/fonts/fontello.svg?62086010#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url("../../files/theme/font/fontello.svg?62086010#fontello") format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-right-open-mini:before { content: '\e800'; } /* '' */
.icon-left-open-mini:before { content: '\e801'; } /* '' */
.icon-down-open:before { content: '\e802'; } /* '' */
.icon-left-open:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e804'; } /* '' */
.icon-up-open:before { content: '\e805'; } /* '' */
.icon-down-open-mini:before { content: '\e806'; } /* '' */
.icon-up-open-mini:before { content: '\e807'; } /* '' */
.icon-down-open-big:before { content: '\e808'; } /* '' */
.icon-left-open-big:before { content: '\e809'; } /* '' */
.icon-right-open-big:before { content: '\e80a'; } /* '' */
.icon-up-open-big:before { content: '\e80b'; } /* '' */
.icon-plus:before { content: '\e80c'; } /* '' */
.icon-minus:before { content: '\e80d'; } /* '' */
.icon-menu:before { content: '\e80e'; } /* '' */
.icon-quote-left:before { content: '\e80f'; } /* '' */
.icon-quote-right:before { content: '\e810'; } /* '' */
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/********* CONFIG *********/
.icon-right-open-mini:before, .flex-direction-nav a.flex-next:before {
  content: '\e800'; }

/* '' */
.icon-left-open-mini:before, .flex-direction-nav a.flex-prev:before {
  content: '\e801'; }

/* '' */
.icon-down-open:before {
  content: '\e802'; }

/* '' */
.icon-left-open:before {
  content: '\e803'; }

/* '' */
.icon-right-open:before {
  content: '\e804'; }

/* '' */
.icon-up-open:before {
  content: '\e805'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e806'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e807'; }

/* '' */
.icon-down-open-big:before {
  content: '\e808'; }

/* '' */
.icon-left-open-big:before {
  content: '\e809'; }

/* '' */
.icon-right-open-big:before {
  content: '\e80a'; }

/* '' */
.icon-up-open-big:before {
  content: '\e80b'; }

/* '' */
.icon-plus:before {
  content: '\e80c'; }

/* '' */
.icon-minus:before {
  content: '\e80d'; }

/* '' */
.icon-menu:before {
  content: '\e80e'; }

/* '' */
.icon-quote-left:before {
  content: '\e80f'; }

/* '' */
.icon-quote-right:before {
  content: '\e810'; }

/* '' */
.icon-cancel:before {
  content: '\e811'; }

/* '' */
/* Set up customized fonts */
@font-face {
  font-family: "Lato-Regular";
  src: url("../../fonts/../files/theme/fonts/Lato-Regular.eot?1456658712");
  src: url("../../fonts/../files/theme/fonts/Lato-Regular.eot?&1456658712#iefix") format('embedded-opentype'), url("../../fonts/../files/theme/fonts/Lato-Regular.ttf?1449396266") format('truetype'); }
@font-face {
  font-family: "Lato-Light";
  src: url("../../fonts/../files/theme/fonts/Lato-Light.eot?1456658652");
  src: url("../../fonts/../files/theme/fonts/Lato-Light.eot?&1456658652#iefix") format('embedded-opentype'), url("../../fonts/../files/theme/fonts/Lato-Light.ttf?1449396266") format('truetype'); }
/***
@include font-face('Lato-Regular',
	font-files(
		"../files/theme/fonts/Lato-Regular.ttf","truetype"
	),
	"../files/theme/fonts/Lato-Regular.eot"
);
@include font-face('Lato-Light',
	font-files(
		"../files/theme/fonts/Lato-Light.ttf","truetype"
	),
	"../files/theme/fonts/Lato-Light.eot"
);
***/
/**
 * custom placeholders
 **/
.content-wrapper, #header .inside, .home-banner .left, .project-item {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

*, *:before, *:after {
  box-sizing: border-box; }

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent; }

strong {
  font-weight: bold; }

input, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.btn, .btn-sm, .project-overview .content a, .project-item .inline-content a, .home-banner .left p a, .home-banner .left h3 a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid #fff;
  text-decoration: none; }
  .btn:hover, .btn-sm:hover, .project-overview .content a:hover, .project-item .inline-content a:hover, .home-banner .left p a:hover, .home-banner .left h3 a:hover, .btn:focus, .btn-sm:focus, .project-overview .content a:focus, .project-item .inline-content a:focus, .home-banner .left p a:focus, .home-banner .left h3 a:focus {
    color: #fff;
    background-color: #576e7c;
    border-color: #576e7c; }

.btn-sm, .project-overview .content a, .project-item .inline-content a {
  font-size: 16px;
  padding: 9px 28px; }

.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-prev:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-next:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0; }
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0; }

.image_container img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

body {
  font-family: 'Lato-Light', 'PingFang-Regular', 黑体, Heiti, SimHei;
  font-size: 10px;
  line-height: normal;
  color: #4c4c4c; }

#header {
  background-color: #576e7c;
  color: #fff;
  height: 130px;
  padding: 20px 0; }
  #header .inside {
    height: 100%;
    position: relative; }
  #header .burger {
    display: none; }

.logo {
  display: block;
  width: 170px;
  height: auto; }

.main-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: visible;
  font-size: 2em; }
  .main-nav .language {
    display: none; }
  .main-nav .level_1 >li {
  	min-width: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    *vertical-align: bottom;
    position: relative;
    margin-left: 40px; }
    .main-nav .level_1 >li:before {
      content: "";
      display: inline-block;
      opacity: 0;
      visibility: hidden\9;
      overflow: hidden;
      margin-bottom: -6px;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .main-nav .level_1 >li.trail:before, .main-nav .level_1 >li.active:before {
      content: url("../../files/theme/images/triangle.png");
      overflow: hidden;
      opacity: 1;
      visibility: visible\9; }
    .main-nav .level_1 >li:hover:before {
      content: url("../../files/theme/images/triangle.png");
      overflow: hidden;
      opacity: 1;
      visibility: visible\9; }
    .main-nav .level_1 >li a, .main-nav .level_1 >li span {
      display: block;
      text-decoration: none; }
  .main-nav .level_2 {
  	position: absolute;
  	left: 0;
  	padding: 20px 10px 0 10px;
  	background: #576e7c;
  	background: rgba(87,110,124,0.7);
  	z-index: 10;
  	opacity: 0;
  	display: none;
  	transition: opacity 0.5s ease-in-out;
  	font-size: 0.8em;
  }
  .main-nav .level_1 >li:hover .level_2 {
  	opacity: 1;
  	display: block;
  }
  .main-nav .level_2 >li {
  	padding: 10px 2px;
  	border-bottom: 1px solid #fff;
  	border-color: rgba(255,255,255,0.7);
  }
  .main-nav .level_2 >li a {
  	transition: color 0.2s;
  }
  .main-nav .level_2 >li a:hover, .main-nav .level_2 >li span {
  	color: #d9d0b7;
  }
  .main-nav .level_2 >li.last {
  	border: none;
  }
  .main-nav .level_2 >li a, .main-nav .level_2 >li span {
  	white-space: nowrap;
  	text-decoration: none;
  	text-align: left;
  }
.language {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.4em; }
  .language i {
    padding: 0 10px; }
  .language span {
    opacity: .5;
    filter: alpha(opacity=50); }
  .language a {
  	text-decoration: none;
  }
  .language a:hover {
  	opacity: 0.5;
  }

.header-line img {
  width: 100%; }

.breadcrumb {
  font-size: 2em;
  color: #7998ac;
  text-transform: uppercase;
  margin: 20px auto; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li:before {
      content: ' / '; }
    .breadcrumb li.first:before {
      content: none; }
  .breadcrumb a {
    text-decoration: none; }

body.home-page .breadcrumb, body.home-page .header-line {
  display: none; }

#footer {
  background-color: #576e7c;
  color: #fff;
  font-size: 1.4em;
  padding: 15px 0;
  text-align: center; }

/***
 * HOME
 ***/
.home-banner {
  background: url("../../files/content/images/home/banner-bg.png") no-repeat;
  background-size: cover;
  -ms-behavior: url("/zion/backgroundsize.min.htc");
  background-position: center;
  width: 100%;
  height: 675px; }
  .home-banner .left {
    color: #fff;
    margin-top: 145px; }
  html[lang=zh] .home-banner .left {
  	text-align: center;
  }
    .home-banner .left h1, .home-banner .left h2 {
      width: 505px;
      font-size: 3.6em;
      font-family: 'Lato-Regular', 'PingFang-Regular', 黑体, Heiti, SimHei; }
    html[lang=zh] .home-banner .left h1,html[lang=zh] .home-banner .left h2 {
    	width: 290px;
    }
    .home-banner .left h2 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      padding-bottom: 20px; }
    .home-banner .left p, .home-banner .left h3 {
      font-size: 2.2em;
      width: 505px;
      text-align: center;
      padding: 20px 0 0 0; }
    html[lang=zh] .home-banner .left p, html[lang=zh] .home-banner .left h3 {
    	width: 290px;
    }

.our-projects {
  text-align: center;
  margin: 10px 0 50px 0; }
  .our-projects h1 {
    font-size: 3em;
    margin: 20px 0; }

.project-overview {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 33.33333333%;
  margin-left: -.25em;
  padding: 0 10px;
  max-width: 440px;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #4c4c4c;
  position: relative; }
  .project-overview.montessori .image_container {
    background-color: #da7454; }
  .project-overview.montessori .content a:hover, .project-overview.montessori .content a:focus {
    background-color: #da7454; }
  .project-overview.montessori .content a:hover, .project-overview.montessori .content a:focus {
    border-color: #da7454; }
  .project-overview.redwood .image_container {
    background-color: #523724; }
  .project-overview.redwood .content a:hover, .project-overview.redwood .content a:focus {
    background-color: #523724; }
  .project-overview.redwood .content a:hover, .project-overview.redwood .content a:focus {
    border-color: #523724; }
  .project-overview.tmec .image_container {
    background-color: #576e7c; }
  .project-overview.tmec .content a:hover, .project-overview.tmec .content a:focus {
    background-color: #576e7c; }
  .project-overview.tmec .content a:hover, .project-overview.tmec .content a:focus {
    border-color: #576e7c; }
  .project-overview .image_container {
    height: 175px; }
    .project-overview .image_container a {
      display: block;
      height: 100%;
      width: 100%;
      min-height: auto;
      text-align: center; }
      .project-overview .image_container a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        height: 100%;
        min-height: auto;
        margin-right: -0.25em; }
      .project-overview .image_container a img {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin: auto; }
  .project-overview .content {
    padding: 30px;
    height: 330px;
    background-color: #d9d0b7;
    text-align: left;
    position: relative; }
    .project-overview .content a {
      border-color: #4c4c4c;
      position: absolute;
      left: 30px;
      bottom: 30px; }
    .project-overview .content img {
      position: absolute;
      right: 30px;
      bottom: 30px; }

/****
 * ABOUT US
 ***/
.bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  .bg-bottom img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.about-us-content-container {
  position: relative; }

.about-us-content {
  text-align: center;
  font-size: 2.4em;
  line-height: 1.4em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-bottom: 200px; }
html[lang=zh] .about-us-content {
  font-size: 2em;
}
  .about-us-content h2 {
    font-size: 1.25em;
    font-family: 'Lato-Regular', 'PingFang-Regular', 黑体, Heiti, SimHei;
    margin-top: 40px; }
    .about-us-content h2:before {
      content: url("../../files/theme/images/triangle-blue.png");
      display: block;
      width: 100px;
      height: 58px;
      margin: 0 auto 10px auto;
      text-align: center; }
    .about-us-content h2:after {
      content: '';
      display: block;
      margin: 20px auto;
      width: 80px;
      height: 3px;
      background-color: #7998ac; }
  .about-us-content ul {
    padding-left: 40px;
    list-style: disc;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *vertical-align: middle;
    *zoom: 1;
    text-align: left; }
  .about-us-content li {
    margin-top: 25px; }

/***
 * Projects Overview
 ***/
.inline-article .image_container, .inline-article .inline-content {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: -.25em; }
.inline-article.rtl {
  direction: rtl; }
  .inline-article.rtl .inline-content {
    direction: ltr; }

.project-list {
  margin: 20px 0 60px 0; }

.project-item {
  margin-top: 40px; }
  .project-item .image_container {
    width: 62.5%; }
  .project-item .inline-content {
    width: 37.5%;
    padding: 0 25px 0 65px;
    font-size: 1.8em; }
    .project-item .inline-content a {
      border-color: #4c4c4c;
      margin-top: 35px; }
  .project-item h1 {
    font-size: 1.6667em;
    margin-bottom: 20px; }
  .project-item.rtl .inline-content {
    padding: 0 40px 0 20px; }

/***
 * Project Detail
 ***/
.project-introduction {
  margin: 30px 0 70px 0; }
  .project-introduction .image_container {
    width: 45%; }
  .project-introduction .inline-content {
    width: 55%;
    padding: 0 5%;
    font-size: 1.8em;
    line-height: 1.5em; }
  .project-introduction a {
    text-decoration: underline;
    color: #7998ac; }

.campus-list {
  padding: 30px 25px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  border-width: 1px 0; }
  .campus-list h1 {
    font-size: 2.4em;
    margin-bottom: 30px; }
  .campus-list h2 {
    font-size: 1.8em;
    line-height: 1.5em;
    margin-top: 20px; }
  .campus-list p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 20px; }
  .campus-list .flex-direction-nav a {
    width: 20px; }

.campus-info h1, .campus-info h2, .campus-info p {
  padding: 0 20px; }

.image-slider {
  padding: 0 25px;
  margin-bottom: 50px;
  position: relative; }
  .image-slider .slide {
    background-color: #3c6068; }
    .image-slider .slide .image_container {
      width: 60%; }
      .image-slider .slide .image_container img {
        width: 100%; }
    .image-slider .slide .inline-content {
      width: 40%;
      font-size: 1.6em;
      line-height: 1.6em;
      color: #fff;
      padding: 0 60px; }
  .image-slider .flex-direction-nav a {
    background-color: #000;
    text-align: center;
    opacity: 1; }
    .image-slider .flex-direction-nav a:before {
      width: 100%;
      color: #fff; }
    .image-slider .flex-direction-nav a.flex-prev {
      left: 0; }
    .image-slider .flex-direction-nav a.flex-next {
      right: 0; }
  .image-slider .flex-control-nav {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    bottom: 20px;
    right: 0;
    z-index: 5;
    width: 40%;
    text-align: center;
    margin-right: 25px; }
  .image-slider .flex-control-paging li a {
    background-color: #808080; }
    .image-slider .flex-control-paging li a.flex-active {
      background-color: #fff; }

/***
 * CONTACT US
 ***/
.google-map {
  height: 250px; }

.contact-info {
  margin: 50px auto; }
  .contact-info .left, .contact-info .right {
    width: 48%;
    float: left; }
  .contact-info .left {
    margin-right: 4%; }
  .contact-info h2 {
    font-size: 2.4em;
    margin-top: 10px; }
  .contact-info p {
    font-size: 1.8em;
    line-height: 1.667em;
    margin-top: 15px;
    margin-bottom: 30px; }

.contact-form .left, .contact-form .widget-textarea {
  width: 48%;
  float: left; }
.contact-form .left {
  margin-right: 4%; }
.contact-form input, .contact-form textarea {
  width: 100%;
  background-color: #e1e1e1;
  border: none;
  margin-bottom: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: 'Lato-Regular', 'PingFang-Regular', 黑体, Heiti, SimHei;
  padding: 0 20px; }
.contact-form input {
  height: 50px; }
.contact-form textarea {
  height: 200px;
  padding-top: 15px; }
.contact-form .submit_container {
  text-align: center; }
.contact-form .submit {
  width: 175px;
  height: 45px;
  background-color: #576e7c;
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Lato-Light', 'PingFang-Regular', 黑体, Heiti, SimHei;
  cursor: pointer; }
.contact-form .ajaxconfirm {
  font-size: 2.4em;
  text-align: center;
  margin: 100px 0; }
.contact-form .placeholder {
  color: #888; }

@charset "UTF-8";
/********* CONFIG *********/
.icon-right-open-mini:before {
  content: '\e800'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e801'; }

/* '' */
.icon-down-open:before {
  content: '\e802'; }

/* '' */
.icon-left-open:before {
  content: '\e803'; }

/* '' */
.icon-right-open:before {
  content: '\e804'; }

/* '' */
.icon-up-open:before {
  content: '\e805'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e806'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e807'; }

/* '' */
.icon-down-open-big:before {
  content: '\e808'; }

/* '' */
.icon-left-open-big:before {
  content: '\e809'; }

/* '' */
.icon-right-open-big:before {
  content: '\e80a'; }

/* '' */
.icon-up-open-big:before {
  content: '\e80b'; }

/* '' */
.icon-plus:before {
  content: '\e80c'; }

/* '' */
.icon-minus:before {
  content: '\e80d'; }

/* '' */
.icon-menu:before {
  content: '\e80e'; }

/* '' */
.icon-quote-left:before {
  content: '\e80f'; }

/* '' */
.icon-quote-right:before {
  content: '\e810'; }

/* '' */
.icon-cancel:before {
  content: '\e811'; }

/* '' */
/* Set up customized fonts */
@font-face {
  font-family: "Lato-Regular";
  src: url("../../fonts/../files/theme/fonts/Lato-Regular.eot?1456658712");
  src: url("../../fonts/../files/theme/fonts/Lato-Regular.eot?&1456658712#iefix") format('embedded-opentype'), url("../../fonts/../files/theme/fonts/Lato-Regular.ttf?1449396266") format('truetype'); }
@font-face {
  font-family: "Lato-Light";
  src: url("../../fonts/../files/theme/fonts/Lato-Light.eot?1456658652");
  src: url("../../fonts/../files/theme/fonts/Lato-Light.eot?&1456658652#iefix") format('embedded-opentype'), url("../../fonts/../files/theme/fonts/Lato-Light.ttf?1449396266") format('truetype'); }
/***
@include font-face('Lato-Regular',
	font-files(
		"../files/theme/fonts/Lato-Regular.ttf","truetype"
	),
	"../files/theme/fonts/Lato-Regular.eot"
);
@include font-face('Lato-Light',
	font-files(
		"../files/theme/fonts/Lato-Light.ttf","truetype"
	),
	"../files/theme/fonts/Lato-Light.eot"
);
***/
/**
 * custom placeholders
 **/
.content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 1199px) {
  #header {
    height: 100px; }
    #header .burger {
      display: block;
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 6em;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #header .burger:before, #header .burger:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        margin-right: .2em;
        text-align: center;
        /* opacity: .8; */
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #header .burger:before {
        content: '\e80e';
        line-height: 40px;
        margin: 0; }
      #header .burger.active {
        right: calc(100% - 60px); }

  .logo {
    margin-left: 20px; }
    .logo img {
      height: 65px;
      width: auto; }

  .language {
    display: none;
    position: static;
    font-size: 1em;
    margin: 45px 0;
    text-align: center; }

  .main-nav {
    position: fixed;
    width: 400px;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 10;
    color: #576e7c;
    font-size: 2.2em;
    padding: 0 20px 50px 20px;
    overflow: auto;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .main-nav.active {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -moz-box-shadow: -1px 0 5px #888;
      -webkit-box-shadow: -1px 0 5px #888;
      box-shadow: -1px 0 5px #888; }
    .main-nav .language {
      display: block; }
    .main-nav .level_1 li {
      display: block;
      text-align: left;
      min-height: 70px;
      line-height: 70px;
      border-bottom: 1px solid #576e7c;
      margin: 0;
      padding: 0 5px; }
      .main-nav .level_1 li:before {
        content: none !important; }
      .main-nav .level_1 li.first {
        border-top: 1px solid #576e7c; }
    .main-nav .level_2 {
    	position: static;
    	display: block;
    	opacity: 1;
    	background: none;
    	font-size: 0.75em;
    	padding: 0;
    }
    .main-nav .level_2 > li {
    	padding: 0 0 0 15px;
    }
    .main-nav .level_2 a, .main-nav .level_2 span {
    	max-width: 100%;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }

  .home-banner {
    height: 550px; }
    .home-banner .left {
      margin-top: 50px;
      margin-left: 50px; }

  .project-overview .content {
    height: 360px; }

  .header-line img {
    display: block; }

  .about-us-content h2:before {
    content: "";
    background: url("../../files/theme/images/triangle-blue@2x.png") no-repeat center;
    background-size: contain; }

  .project-item .image_container, .project-item .inline-content {
    width: 50%; }

  .campus-list, .image-slider {
    max-width: 95%; }

  .image-slider {
    height: auto; }
    .image-slider .slide .image_container, .image-slider .slide .inline-content {
      width: 50%; }
    .image-slider .slide .inline-content {
      padding: 0 30px; }
    .image-slider .flex-control-nav {
      width: 50%; } }
@media (max-width: 900px) {
  .home-banner {
    background-image: url("../../files/content/images/home/banner-bg-mobile.png"); }
    .home-banner .left {
      margin-left: 0;
      margin-top: 145px; }
      .home-banner .left h1, .home-banner .left h2, .home-banner .left h3, .home-banner .left p {
        margin-left: auto;
        margin-right: auto; }

  .project-overview {
    width: 100%;
    padding: 5px 20px; }
    .project-overview .content {
      display: none; }

  .about-us-content-container {
    padding-left: 10px;
    padding-right: 10px; }

  .project-item .image_container, .project-item .inline-content, .project-item.rtl .image_container, .project-item.rtl .inline-content {
    width: 100%;
    padding: 0 50px; }
  .project-item .inline-content, .project-item.rtl .inline-content {
    padding: 50px; }

  .contact-info .left, .contact-info .right {
    width: 100%;
    margin: 0; }

  .project-introduction .image_container, .project-introduction .inline-content {
    width: 100%; }
  .project-introduction .image_container {
    padding: 0 5%; }
    .project-introduction .image_container img {
      width: 100%; }
  .project-introduction .inline-content {
    margin-top: 50px; }

  .image-slider .slide .image_container, .image-slider .slide .inline-content {
    width: 100%;
    padding: 0;
    margin-left: 0; }
  .image-slider .slide .inline-content {
    padding: 50px 35px 80px 35px; }
  .image-slider .flex-control-nav {
    display: none; } }
@media (max-width: 600px) {
  body {
  	-webkit-text-size-adjust: none;
  }
  .home-banner .left {
    margin-top: 100px; }
    .home-banner .left h1, .home-banner .left h2, .home-banner .left h3, .home-banner .left p {
      width: auto;
      font-family: 'Lato-Light';
      text-align: center; }
    .home-banner .left h1 {
      font-size: 5em;
      text-transform: uppercase; }
    .home-banner .left h2 {
      font-size: 2.2em;
      border-bottom: none;
      padding: 45px 0; }
    .home-banner .left p {
      display: none; }
    .home-banner .left h3 {
      padding: 0; }

  .project-item .image_container, .project-item .inline-content, .project-item.rtl .image_container, .project-item.rtl .inline-content {
    width: 100%;
    padding: 0 10px; }
  .project-item .inline-content, .project-item.rtl .inline-content {
    padding: 10px; }

  .contact-form .left, .contact-form .widget-textarea {
    width: 100%;
    margin: 0; }

  .image-slider .slide .inline-content {
    padding: 30px 35px 60px 35px; } }

