
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #f00;
}

a:focus {
  outline: thin dotted;
}

.zhaoping{
	background:#0491D2;width:80px;height:26px;display:inline-block;
	line-height:26px;border-radius:5px;
}

.lijishangchuan{
	background:#FE0000;width:150px;height:35px;display:inline-block;
	line-height:35px;border-radius:5px;text-align:center; 
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, #main-content .btns:before, .tab-content .tab .accordion-wrap:before, .tab-content .tab .img-container:before, #main-content .contact-2-column:before, #property-dropdown ul:before, .clearfix:after, #main-content .btns:after, .tab-content .tab .accordion-wrap:after, .tab-content .tab .img-container:after, #main-content .contact-2-column:after, #property-dropdown ul:after {
  content: "";
  display: table;
}

.clearfix:after, #main-content .btns:after, .tab-content .tab .accordion-wrap:after, .tab-content .tab .img-container:after, #main-content .contact-2-column:after, #property-dropdown ul:after {
  clear: both;
}

.clearfix, #main-content .btns, .tab-content .tab .accordion-wrap, .tab-content .tab .img-container, #main-content .contact-2-column, #property-dropdown ul {
  *zoom: 1;
}

.offscreen {
  position: absolute !important;
  left: -9999em !important;
  overflow: hidden;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* Site Vars */
/* Colors */
/* Default Text Colors */
/* Fonts */
/* CSS3 Properties */
/* Border Radius */

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background: black;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/assets/img/utility/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8040;
  background-position: 0 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/assets/img/utility/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: -60px;
}

.fancybox-next {
  right: -60px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
  opacity: 1;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -40px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -80px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title, .fancybox-index {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  font-size: 12px;
  color: #333;
}

.fancybox-opened .fancybox-title, .fancybox-index {
  visibility: visible;
}

.fancybox-index {
  color: #888;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
  text-align: center;
}

.fancybox-index-inside-wrap {
  padding-bottom: 10px;
  text-align: center;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
  

/* Font Face Styles
 * --------------------------------------------------------- */
/* Helvetica Neue Light Condensed */
/* Font Face Styles
 * --------------------------------------------------------- */
/* Helvetica Neue Light Condensed */
 
/* Global Styles
 * -------------------------------------------------------------------------------------- */
body {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  font-weight: lighter;
  font-size: 16px;
  background: #f4f4f4;
  color: #5a5a5a;
  min-width: 1000px;
}
 

.admin-edit {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0;
}
.admin-edit span {
  color: #777;
}
 
/* Global Main Content Styles
 * -------------------------------------------------------------------------------------- */
/* Properties Dropdown
*-----------------------*/
#property-dropdown .img-container {
  position: relative;
}
#property-dropdown .img-container img {
  position: absolute;
  left: 1px;
  top: 0;
  overflow: hidden;
  width: 170px;
  height: 120px;
  z-index: 0;
}

#main-content {
  background: #f4f4f4;
  overflow: hidden;
}
#main-content .popout {
  /*background: url(../images/bg_layout_light.gif) repeat-y center center;*/
  float: left;
}
#main-content .popout .mod-side {
  background: white;
  width: 165px;
}
#main-content .popout .mod-side .spacer {
  padding-top: 25px;
}
#main-content .popout .mod-side h2 {
  color: #606060;
  font-size: 20px;
  font-weight:100;
  text-indent:38px;
  width:165px;
}
#main-content .popout .mod-side ul {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 162px;
}
#main-content .popout .mod-side ul li {
  margin: 0 0 5px;
}
#main-content .popout .mod-side ul li a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #969696;
  font-weight: normal;
  text-decoration: none; 
  padding: 8px 0 0;
  width: 100%;
  text-align:center;
}
#main-content .popout .mod-side ul li a .nav-tip {
  position: absolute;
  right: -9999em;
  left: auto;
  top: 0;
  width: 24px;
  height: 48px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-content .popout .mod-side ul li a.current, #main-content .popout .mod-side ul li a:hover {
  color: #e8380d;
}
#main-content .popout .mod-side ul li a.current .nav-tip {
  right: -44px;
}
#main-content .popout .mod-main {
 
  width: 795px;
}
#main-content .mod-content h2 {
  color: #606060;
  font-size: 20px;
  border-bottom: 1px solid #eee;]
  font-weight:100;
}
#main-content .mod-content h3 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-top:26px; 
}
#main-content .mod-content h3 span {
  color: #e8380d;
}
#main-content .mod-content p a {
  color: #e8380d;
  text-decoration: none;
}
#main-content .mod-content p a:hover {
  text-decoration: underline;
}
#main-content .btns li a {
  cursor: pointer;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
}

.tab-content {
  position: relative;
  padding-right: 20px;
  width: 735px;
}
.tab-content .tab {
  position: relative;
  width: 783px;
  margin-left:16px;  
}
.tab-content .tab.active {
  display: block;
}
.tab-content .tab .accordion-wrap {
  width: 100%;
}
.tab-content .tab .img-container img {
  float: left;
  margin: 0 20px 0 0;
}
.tab-content .tab .img-container div {
  float: left;
}
.tab-content .tab .img-container div h4 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 24px;
}
.tab-content .tab .img-container div h3 {
  font-size: 38px;
}
.tab-content .tab .img-container div .follow-container {
  margin: 10px 0;
}
.tab-content .tab .img-wrap {
  float: left;
  margin: 0 20px 20px 0;
}

.mod-side {
  background: white;
  width: 180px;
}
.mod-side h2 {
  color: #606060;
  font-size: 22px;
}
.mod-side a {
  color: #969696 !important;
}
.mod-side a:hover, .mod-side a.current {
  color: #e8380d !important;
  text-decoration: none !important;
}
.mod-side ul {
  clear: both;
  float: left;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.mod-side ul li {
  margin: 15px 0;
}
.mod-side ul li a {
  display: block;
  font-size: 28px;
  color: #969696;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.mod-side ul li a .nav-tip {
  background: url(../img/misc/sidebar_navtip_white.png) no-repeat 0 0;
  position: absolute;
  right: -9999em;
  left: auto;
  top: 0;
  width: 24px;
  height: 48px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
.mod-side ul li a.current, .mod-side ul li a:hover {
  color: #e8380d;
}
.mod-side ul li a.current .nav-tip {
  right: -14px;
}

/* Layout Dark
 * mod-side dark and wide
 * -------------------------------------------------------------------------------------- */
#main-content.layout-dark {
  background: #282828;
}
#main-content.layout-dark .popout {
  background: url(../img/misc/bg_layout_dark.gif) repeat-y center center;
}
#main-content.layout-dark .popout .popout-wrap {
  background: #282828;
}
#main-content.layout-dark .popout .mod-side {
  background: #282828;
  width: 300px;
}
#main-content.layout-dark .popout .mod-side h2 {
  color: white;
  font-size: 20px;
}
#main-content.layout-dark .popout .mod-main {
  width: 680px;
}

.img-container,
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap img
{
	width:300px;
}
.pull-left {
  float: left;
  margin: 0 40px 0 20px;
}

.pull-right {
  float: right;
  margin: 0 20px 0 40px;
}

.get-height {
  position: absolute;
  visibility: hidden;
  display: block;
}


 

/* Links
 * -------------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active {
  color: #e8380d;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
  text-decoration: none;
}

 
.mod-side {
  float: left;
}
.mod-side h2 {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  margin: 0 0 10px;
}

.mod-main {
  background: #f4f4f4;
  float: left;
}
.mod-main h2 {
  float: left;
  color: #606060;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
}
.mod-main h3 {
  color: #606060;
  font-size: 25px;
  font-weight:200;
  margin: 0;
}

.bullet-list {
  margin: 20px 0; 
}
.bullet-list li {
  font-size: 14px;
  margin: 20px 0;
}
 
.feat-facts ul li .detail .hr-solid {
  margin: 10px auto;
  width: 100px;
}
.feat-facts ul li .detail span {
  color: #8a8a8a;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.feat-facts ul li .detail span strong {
  color: #606060;
  display: block;
  font-size: 36px;
}
.feat-facts ul li .detail p {
  color: #606060;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

/* Homepage Carousel
*------------*/
#main-hero {
  min-height: 361px;
  overflow: hidden;
  left: -9999em;
  opacity: 0;
}
#main-hero .slider .slide {
  position: relative;
  float: left;
  min-height: 361px;
  text-align: center;
}
#main-hero .slider .slide img {
  min-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#main-hero .slider .slide .inner-overlay {
  background: #000;
  float: left;
  height: 100%;
  width: 100%;
  -moz-opacity: .25;
  filter: alpha(opacity=25);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#main-hero .slider .slide .detail {
  position: absolute;
  width: 100%;
  top: 20%;
  text-align: center;
  z-index: 2;
}
#main-hero .slider .slide.pull-up .detail {
  top: 20%;
}
#main-hero .slider .slide .detail-inner {
  margin: 0 auto;
  width: 960px;
  z-index: 1;
}
#main-hero .slider .slide .detail-inner .caption {
  float: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-shadow: #111 0px 1px 4px;
}
#main-hero .slider .slide .detail-inner h4 {
  float: left;
  clear: both;
  font-size: 22px;
  color: white;
  text-align: left;
  margin-bottom: 5px;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  text-shadow: #111 0px 1px 4px;
}
#main-hero .slider .slide .detail-inner h3 {
  float: left;
  clear: both;
  background: url(../img/misc/trans_pixel.png) repeat-x 0 0;
  font-size: 80px;
  color: white;
  margin: 0 0 5px;
  text-align: left;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  text-shadow: #111 0px 1px 4px;
  padding-top: 5px;
}
#main-hero .slider .slide .detail-inner h3 strong {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  text-shadow: #111 0px 1px 4px;
  font-weight: 300;
}
#main-hero .slider .slide .detail-inner .btn-container {
  clear: both;
  float: left;
  margin-top: 10px;
}
#main-hero .slider .slide .detail-inner .btn-container a {
  color: #fff;
  float: none;
  text-decoration: none;
}
#main-hero .slider .slide .detail-inner .btn-container a:hover {
  color: #e8380d;
  text-decoration: none;
}
#main-hero .slider .slide .detail-inner .btn-container a:hover span {
  border: 1px solid #2b2b2b;
  background: #030303;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#292929), to(#030303));
  background: -webkit-linear-gradient(#292929, #030303);
  background: -moz-linear-gradient(#292929, #030303);
  background: -ms-linear-gradient(#292929, #030303);
  background: -o-linear-gradient(#292929, #030303);
  background: linear-gradient(#292929, #030303);
  -pie-background: linear-gradient(#292929, #030303);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-hero .slider .slide .detail-inner .btn-container a span {
  padding: 10px 30px;
  border: 1px solid #1f1f1f;
  background: black;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#232323), to(black));
  background: -webkit-linear-gradient(#232323, black);
  background: -moz-linear-gradient(#232323, black);
  background: -ms-linear-gradient(#232323, black);
  background: -o-linear-gradient(#232323, black);
  background: linear-gradient(#232323, #000000);
  -pie-background: linear-gradient(#232323, #000000);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

.slider-nav a {
  background-repeat: repeat-y;
  float: left;
  height: 100%;
  width: 135px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.slider-nav a span {
  float: left;
  text-indent: -9999em;
  overflow: hidden;
  height: 100%;
  width: 135px;
  position: relative;
}

.slider-prev {
  background-position: 0 0;
  left: 0;
}

.slider-next {
  background-position: -135px 0;
  right: 0;
}

.slider-controls {
  background: #000;
  border-bottom: 1px solid #222;
  padding: 6px 12px;
  opacity: .8;
  position: absolute;
  bottom: 25px;
  right: 70px;
  z-index: 3;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

.slider-pagin {
  float: left;
}
.slider-pagin a {
  height: 12px;
  width: 12px;
  background: #6a6a6b;
  margin: 0 3px;
  border: 1px solid #2d2e2f;
  float: left;
  cursor: pointer;
  border-radius: 10px;
  text-indent: -9999em;
  overflow: hidden;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  position: relative;
}
.slider-pagin a.selected {
  background: #e8380d;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
.slider-pagin a span {
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

.slider-play {
  float: left;
  background: url(../img/misc/soho-utility-sprite.png) no-repeat -7px -7px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  height: 12px;
  width: 12px;
  text-indent: -9999em;
  overflow: hidden;
  border: none;
}

a.paused {
  background-position: -7px -20px;
}

#sub-hero {
  min-height: 360px;
  width: 920px;
  overflow: hidden;
  left: -9999em;
  opacity: 0;
  padding: 0 20px;
  position: relative;
}
#sub-hero .slider {
  background: #131313;
}
#sub-hero .slider .slide {
  position: relative;
  float: left;
  min-height: 360px;
  text-align: center;
}
#sub-hero .slider .slide img {
  min-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#sub-hero .slider .slide .inner-overlay {
  background: #000;
  float: left;
  height: 100%;
  width: 100%;
  -moz-opacity: .25;
  filter: alpha(opacity=25);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#sub-hero .slider .slide .detail {
  position: absolute;
  width: 100%;
  top: 20%;
  text-align: center;
  z-index: 2;
}
#sub-hero .slider .slide.pull-up .detail {
  top: 20%;
}
#sub-hero .slider .slide .detail-inner {
  margin: 0 auto;
  width: 960px;
  z-index: 1;
}
#sub-hero .slider .slide .detail-inner .caption {
  float: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-shadow: #111 0px 1px 4px;
}
#sub-hero .slider .slide .detail-inner h4 {
  float: left;
  clear: both;
  font-size: 22px;
  color: white;
  text-align: left;
  margin-bottom: 5px;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  text-shadow: #111 0px 1px 4px;
}
#sub-hero .slider .slide .detail-inner h3 {
  float: left;
  clear: both;
  background: url(../img/misc/trans_pixel.png) repeat-x 0 0;
  font-size: 80px;
  color: white;
  margin: 0 0 5px;
  text-align: left;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  text-shadow: #111 0px 1px 4px;
  padding-top: 5px;
}
#sub-hero .slider .slide .detail-inner h3 strong {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  text-shadow: #111 0px 1px 4px;
  font-weight: 300;
}
#sub-hero .slider .slide .detail-inner .btn-container {
  clear: both;
  float: left;
  margin-top: 10px;
}
#sub-hero .slider .slide .detail-inner .btn-container a {
  color: #fff;
  float: none;
  text-decoration: none;
}
#sub-hero .slider .slide .detail-inner .btn-container a:hover {
  color: #e8380d;
  text-decoration: none;
}
#sub-hero .slider .slide .detail-inner .btn-container a:hover span {
  border: 1px solid #2b2b2b;
  background: #030303;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#292929), to(#030303));
  background: -webkit-linear-gradient(#292929, #030303);
  background: -moz-linear-gradient(#292929, #030303);
  background: -ms-linear-gradient(#292929, #030303);
  background: -o-linear-gradient(#292929, #030303);
  background: linear-gradient(#292929, #030303);
  -pie-background: linear-gradient(#292929, #030303);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#sub-hero .slider .slide .detail-inner .btn-container a span {
  padding: 10px 30px;
  border: 1px solid #1f1f1f;
  background: black;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#232323), to(black));
  background: -webkit-linear-gradient(#232323, black);
  background: -moz-linear-gradient(#232323, black);
  background: -ms-linear-gradient(#232323, black);
  background: -o-linear-gradient(#232323, black);
  background: linear-gradient(#232323, #000000);
  -pie-background: linear-gradient(#232323, #000000);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#sub-hero .slider-controls {
  right: 70px;
  bottom: 10px;
}

#main-content .sub-slider {
  min-height: 288px;
  min-width: 735px;
  width: 735px;
  overflow: hidden;
  left: -9999em;
  opacity: 0;
  position: relative;
}
#main-content .sub-slider .slider {
  background: #131313;
  width: 735px;
}
#main-content .sub-slider .slider .slide {
  position: relative;
  float: left;
  min-height: 288px;
  width: 735px;
  text-align: center;
}
#main-content .sub-slider .slider .slide img {
  min-width: 735px;
  height: 288px;
  margin: 0 auto;
}
#main-content .sub-slider .slider .slide .inner-overlay {
  background: #000;
  float: left;
  height: 100%;
  width: 100%;
  -moz-opacity: .25;
  filter: alpha(opacity=25);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
 


/* Accordion */
.accordion-wrap {
  margin-top: 37px;
  min-height: 600px;
  width: 100%;
}
.accordion-wrap ul {
  display: block;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid white;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.accordion-wrap ul:before, .accordion-wrap ul:after {
  content: "";
  display: table;
}
.accordion-wrap ul:after {
  clear: both;
}
.accordion-wrap ul {
  *zoom: 1;
}
.accordion-wrap ul li {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid white;
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
}
.accordion-wrap ul li .date {
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100px;
}
.accordion-wrap ul li .date h4 {
  color: #5a5a5a;
  font-size: 36px;
  margin: 0;
}
.accordion-wrap ul li .info {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 560px;
  position: relative;
  left: 120px;
}
.accordion-wrap ul li .info h5 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.accordion-wrap ul li .info h6 {
  font-size: 20px;
  margin: 0 0 10px;
}
.accordion-wrap ul li .info p {
  margin: 0;
}
.accordion-wrap ul li ul {
  border-top: none;
  border-bottom: none;
  float: left;
  margin: 0;
}
.accordion-wrap ul li ul:before, .accordion-wrap ul li ul:after {
  content: "";
  display: table;
}
.accordion-wrap ul li ul:after {
  clear: both;
}
.accordion-wrap ul li ul {
  *zoom: 1;
}
.accordion-wrap ul li ul li {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid white;
  padding: 20px 0;
  cursor: default;
}
.accordion-wrap ul li ul li.first {
  border-top: none;
}
.accordion-wrap ul li ul li.last {
  border-bottom: none;
  padding-bottom: 10px;
}
.accordion-wrap ul li ul li .img-wrap {
  float: left;
  margin: 0 20px 0 0;
  width: 140px;
  height: 120px;
}
.accordion-wrap ul li .more-toggle {
  background: url(../img/utility/accordion_toggle.png) no-repeat right 0;
  float: left;
  color: #5a5a5a;
  font-size: 36px;
  line-height: 38px;
  height: 40px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-indent: 20px;
  text-decoration: none;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
.accordion-wrap ul li .more-toggle:hover {
  color: #e8380d;
}
.accordion-wrap ul li.open .more-toggle {
  background-position: right -58px;
}
.accordion-wrap ul li.open .desc {
  display: block;
}

#main-content .careers .section {
  padding: 20px 0;
}
#main-content .careers .section h2 {
  border: none;
  margin: 0;
}
#main-content .careers .section h2.feat {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  color: #e8380d;
  font-size: 65px;
  margin: 0;
  padding: 0;
  line-height: 65px;
}
#main-content .careers .section h3.feat {
  border: none;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  color: #e8380d;
  font-size: 58px;
  margin: 0;
  padding: 0;
  line-height: 65px;
}
#main-content .careers .bullet-list {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}
#main-content .careers .bullet-list li {
  float: left;
  margin: 6px 0;
  width: 43%;
}
#main-content .careers .img-container.pull-right {
  margin: 0 0 20px 20px;
}
#main-content .careers .img-container.pull-left {
  margin: 0 20px 20px 0;
}
#main-content .careers .mod-side .view-all {
  border-top: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
#main-content .careers .mod-side .view-all:hover {
  text-decoration: underline;
}
#main-content .careers .view-all {
  background: url(../img/utility/arrow_right_red.png) no-repeat right center;
  font-size: 18px;
  clear: both;
  float: left;
  padding-right: 15px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-content .careers .view-all:hover {
  text-decoration: underline;
}

/* 2 - Column
*-----------------*/
#main-content .contact-2-column {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
#main-content .contact-2-column .more-toggle {
  background: url(../img/utility/accordion_toggle.png) no-repeat 0 -10px;
  position: absolute;
  top: 190px;
  right: 20px;
  height: 22px;
  width: 21px;
  overflow: hidden;
  text-indent: -9999em;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-content .contact-2-column table, #main-content .contact-2-column table td {
  border: 0;
}
#main-content .contact-2-column td {
  padding: 5px 5px 5px 0;
}
#main-content .contact-2-column .hr-solid {
  margin: 25px 0;
}
#main-content .contact-2-column.open .more-toggle {
  background-position: 0 -68px;
  top: 190px;
  right: 20px;
  height: 32px;
  width: 21px;
  overflow: hidden;
  text-indent: -9999em;
}
#main-content .contact-2-column .col-1, #main-content .contact-2-column .col-2 {
  float: left;
  width: 460px !important;
}
#main-content .contact-2-column .col-1 h2, #main-content .contact-2-column .col-2 h2 {
  border: none;
  font-size: 36px;
  margin: 0 0 10px;
  padding-bottom: 0px;
}
#main-content .contact-2-column .col-1 h3, #main-content .contact-2-column .col-2 h3 {
  font-size: 22px;
  border: none;
}
#main-content .contact-2-column .col-1 strong, #main-content .contact-2-column .col-2 strong {
  display: block;
}
#main-content .contact-2-column .col-1 a.img-wrap, #main-content .contact-2-column .col-2 a.img-wrap {
  display: block;
  border: 1px solid #e0e0e0;
  height: 228px;
  width: 458px;
  overflow: hidden;
}
#main-content .contact-2-column .col-1 {
  padding-left: 0;
}
#main-content .contact-2-column .col-2 {
  padding-right: 0;
}

/* Global Header
 * -------------------------------------------------------------------------------------- */
#global-header {
  background: #1d1d1d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2a2a2a), to(#1d1d1d));
  background: -webkit-linear-gradient(#2a2a2a, #1d1d1d);
  background: -moz-linear-gradient(#2a2a2a, #1d1d1d);
  background: -ms-linear-gradient(#2a2a2a, #1d1d1d);
  background: -o-linear-gradient(#2a2a2a, #1d1d1d);
  background: linear-gradient(#2a2a2a, #1d1d1d);
  -pie-background: linear-gradient(#2a2a2a, #1d1d1d);
  padding: 10px 0 0;
  height: 25px;
  position: relative;
  z-index: 9999;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#utility-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#utility-nav li {
  color: #999;
  float: left;
  font-size: 11px;
  font-weight: 400;
  margin: 0 4px;
}
#utility-nav li a {
  color: white;
  font-size: 11px;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
}
#utility-nav li a.current, #utility-nav li a:hover {
  color: #999;
}
#utility-nav li a.btn {
  margin: -2px 10px 0 0;
  padding: 5px 20px 3px;
}
#utility-nav li a.btn span {
  background: url(../img/utility/icon_search.png) no-repeat right 0;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  padding: 0 20px 0 0;
}
#utility-nav li a.btn:hover {
  text-decoration: none;
}
#utility-nav li a.btn:hover span {
  background-position: right -23px;
}

/* Main Header
 * -------------------------------------------------------------------------------------- */
/*#main-header {
  background: #1c1c1c;
  height: 35px;
  width: 100%;
  min-width: 960px;
  z-index: 9999;
}

#main-header h1 {
  position: absolute;
  top: -60px;
}

#main-header h1 a {
  background: url(../img/misc/logo_sohochina_banner.png) no-repeat 0 0;
  height: 120px;
  width: 170px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-header .nav-border {
  height: 1px;
  width: 100%;
  background-color: #292929;
  position: absolute;
  bottom: 1px;
  z-index: -1;
}

#main-nav {
  float: right;
  list-style: none;
  height: 20px;
  margin: 0;
  padding: 5px 0 0;
}
#main-nav li {
  float: left;
  margin: 0;
  padding: 0 15px;
  position: relative;
}*/
#main-nav li .caret {
  position: absolute;
  width: 25px;
  height: 13px;
  background: url(../img/utility/nav-arrow-down-black.png) no-repeat;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li a {
  text-decoration: none;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  color: #585555;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
#main-nav li a.current, #main-nav li a:hover, #main-nav li a.open {
   color: #fff;
  background:#f00;
}
#main-nav li.feature {
  padding-right: 0;
}
#main-nav li.feature a {
  background: url(../img/misc/icon_star_white.png) no-repeat left 0;
  padding-left: 22px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li.feature a:hover {
  background-position: left -18px;
}
#main-nav li.external {
  padding: 0 5px;
}
#main-nav li.external a:hover span {
  border: 1px solid #363636;
  background: #171717;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#171717));
  background: -webkit-linear-gradient(#333333, #171717);
  background: -moz-linear-gradient(#333333, #171717);
  background: -ms-linear-gradient(#333333, #171717);
  background: -o-linear-gradient(#333333, #171717);
  background: linear-gradient(#333333, #171717);
  -pie-background: linear-gradient(#333333, #171717);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li.external a span {
  padding: 5px 20px;
  border: 1px solid #2b2b2b;
  background: #171717;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#303030), to(#171717));
  background: -webkit-linear-gradient(#303030, #171717);
  background: -moz-linear-gradient(#303030, #171717);
  background: -ms-linear-gradient(#303030, #171717);
  background: -o-linear-gradient(#303030, #171717);
  background: linear-gradient(#303030, #171717);
  -pie-background: linear-gradient(#303030, #171717);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#property-dropdown {
  background: #efefef;
  position: absolute;
  top: -160px;
  left: 0;
  padding: 25px 0px 25px;
  width: 900px;
  min-width: 1000px;
  color: #828282;
  z-index: 10;
  height: 180px;
  -webkit-box-shadow: 0px 1px 5px #222222;
  -moz-box-shadow: 0px 1px 5px #222222;
  box-shadow: 0px 1px 5px #222222;
}
#property-dropdown .view-all {
  background: url(../img/utility/arrow_right_red.png) no-repeat right center;
  width: auto;
  clear: both;
  float: left;
  position: relative;
  left: 215px;
  margin: 10px 0 0;
  padding-right: 15px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#property-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
}
#property-dropdown ul li {
  margin: 4px 0;
  padding: 0;
  float: left;
  width: 100%;
}
#property-dropdown ul li a {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #828282;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
}
#property-dropdown ul li a:hover {
  color: #e8380d;
}
#property-dropdown .col-4 {
  float: left;
  width: 180px;
  padding: 6px 0 6px 10px;
  height: 160px;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #f1f1f1;
  overflow: visible;
  position: relative;
  left: 205px;
}
#property-dropdown .col-4.first {
  border-left: none;
}
#property-dropdown .col-4.last {
  border-right: none;
}
#property-dropdown .col-4.border-none {
  border: none;
}
#property-dropdown .col-4 .img-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 120px;
  width: 180px;
}

.z-img {
  z-index: 2 !important;
}

/* Page Title
 * -------------------------------------------------------------------------------------- */
#page-title {
  background: #999;
  height: 240px;
  overflow: hidden;
  text-align: center;
  min-width: 960px;
  position: relative;
}
#page-title .inner-overlay {
  background: #000;
  float: left;
  height: 240px;
  width: 100%;
  -moz-opacity: .25;
  filter: alpha(opacity=25);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#page-title .mod-inner {
  height: 240px;
  position: relative;
  z-index: 1;
  width: 960px;
}
#page-title h1 {
  color: white;
  font-size: 70px;
  text-transform: capitalize;
  text-align: left;
  text-shadow: 0 1px 3px #222;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
}
#page-title img {
  float: left;
  margin: 0;
  height: 240px;
  position: absolute;
  z-index: 0;
}
#page-title img.resize {
  height: auto;
}

/* Page Intro
 * -------------------------------------------------------------------------------------- */
#page-intro {
  background: #282828;
  padding: 40px 0;
}
#page-intro h2 {
  color: #f0f0f0;
  font-size: 28px;
  margin: 10px 0 0;
}
#page-intro p {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 28px;
}

 

 
/* Main Footer
 * -------------------------------------------------------------------------------------- */
#main-footer {
  background: #1b1b1b;
  padding: 40px 0;
}
#main-footer.padded {
  padding: 20px 0 40px;
}
#main-footer a:hover, #main-footer a.current, #main-footer a:hover.current {
  color: #e8380d;
  text-decoration: none !important;
}
#main-footer h6 {
  color: #b8b8b8;
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#main-footer p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
}
#main-footer .mod-content {
  padding-left: 0;
  padding-right: 0;
}
#main-footer .mod-main, #main-footer .mod-side {
  background: none;
  margin: 0;
  padding: 0;
}
#main-footer .mod-main {
  width: 760px;
  float: left;
}
#main-footer .mod-side {
  width: 170px;
  float: right;
}
#main-footer address {
  font-family: "Microsoft YaHei",Arial, "Lucida Grande", sans-serif;
  float: left;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  margin: 0;
  width: 160px;
}
#main-footer .hr-solid {
  background: #353535;
  border-bottom: 1px solid #222;
  margin: 10px 0 0;
}
#main-footer .social-nav {
  margin: 10px 0 0;
}
#main-footer .social-nav li {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
}
#main-footer .social-nav li a {
  display: block;
  height: 26px;
  width: 26px;
  overflow: hidden;
}
#main-footer ul {
  float: left;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#main-footer ul li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
}
#main-footer ul li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
#main-footer ul li a:hover {
  text-decoration: underline;
}
#main-footer .logo {
  float: right;
  color: white;
  text-decoration: none;
  background: url(../img/misc/logo_sohochina_light.gif) no-repeat 0 0;
  height: 55px;
  width: 175px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}

/* Buttons
 * -------------------------------------------------------------------------------------- */
.btn {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 15px 0 0;
  padding: 10px 30px;
  width:160px;
  border-radius:5px;
  text-transform: uppercase;
  border: none;
  background: FE0000;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FE0000), to(#FE0000));
  background: -webkit-linear-gradient(#232323, #FE0000);
  background: -moz-linear-gradient(#232323, #FE0000);
  background: -ms-linear-gradient(#232323, #FE0000);
  background: -o-linear-gradient(#232323, #FE0000);
  background: linear-gradient(#FE0000, #FE0000);
  -pie-background: linear-gradient(#232323, #FE0000);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
.btn:hover {
  color: #e8380d;
  text-decoration: none;
  border: none;
  width:160px;
  border-radius:5px;
  background: #FE0000;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FE0000), to(#FE0000));
  background: -webkit-linear-gradient(#292929, #FE0000);
  background: -moz-linear-gradient(#292929, #FE0000);
  background: -ms-linear-gradient(#292929, #FE0000);
  background: -o-linear-gradient(#292929, #FE0000);
  background: linear-gradient(#292929, #FE0000);
  -pie-background: linear-gradient(#292929, #FE0000);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

/* Global Footer
 * -------------------------------------------------------------------------------------- */
#global-footer {
  background: #282828;
  padding: 20px 0;
}
#global-footer p {
  font-size: 12px;
  margin: 0;
}

/* Pagination
 * -------------------------------------------------------------------------------------- */
.pagination {
  border-top: 1px solid #d6d6d6;
  text-align: center;
}
.pagination a {
  padding: 0 3px;
  font-weight: bold;
}
.pagination strong {
  padding: 0 3px;
}
.pagination .prev {
  background: url(../img/utility/arrow_right_red_left.png) no-repeat left center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  padding-left: 15px;
  padding-right: 10px;
  color: #484848;
  position: relative;
}
.pagination .next {
  background: url(../img/utility/arrow_right_red.png) no-repeat right center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  padding-left: 10px;
  padding-right: 15px;
  color: #484848;
  position: relative;
}

/* Youku
* -------------------------------------------------------------------------------------- */
#youku-player {
  padding: 10px 0 25px;
}
#youku-player.mobile img {
  display: none;
}

/* Foundation Pages
 * -------------------------------------------------------------------------------------- */
#main-content.foundation .slider-controls {
  background: none;
  border-bottom: none;
}
#main-content.foundation .slider-pagin a {
  border: none;
}
#main-content.foundation .slider-play {
  background-position: -7px -458px;
}
#main-content.foundation a.paused {
  background-position: -7px -471px;
}
#main-content.foundation #foundation-logo {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
#main-content.foundation #foundation-logo img {
  margin: 0 auto;
  height: auto;
  width: 200px;
}
#main-content.foundation .section {
  padding: 20px 0;
}
#main-content.foundation .section.img-lt img {
  float: left;
  margin: 0 20px 0 0;
}
#main-content.foundation .section.img-lt p {
  clear: none;
}
#main-content.foundation .page-footer {
  background: #e0e0e0;
  font-size: 12px;
}
#main-content.foundation .page-footer a, #main-content.foundation .page-footer p a {
  font-size: 12px;
}
#main-content.foundation .page-footer h3 {
  border-color: #cdcdcd;
}
#main-content.foundation address {
  font-style: normal;
}
#main-content.foundation address, #main-content.foundation p {
  font-size: 12px;
  margin: 10px 0;
}
#main-content.foundation .virtue-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-content.foundation .virtue-list li {
  float: left;
  padding: 5px 40px;
  width: 150px;
}
#main-content.foundation .media-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-content.foundation .media-list:before, #main-content.foundation .media-list:after {
  content: "";
  display: table;
}
#main-content.foundation .media-list:after {
  clear: both;
}
#main-content.foundation .media-list {
  *zoom: 1;
}
#main-content.foundation .media-list li {
  float: left;
  margin: 10px 15px;
  padding: 0;
  height: 155px;
  width: 152px;
  overflow: hidden;
}
#main-content.foundation .media-list li a {
  border: 1px solid #e0e0e0;
  float: left;
  height: 100px;
  width: 150px;
  overflow: hidden;
  position: relative;
}
#main-content.foundation .media-list li a.fancybox .icon {
  background: url(../img/misc/expand_icon.gif) no-repeat center center;
  float: left;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  height: 7px;
  width: 7px;
  overflow: hidden;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  opacity: .8;
}
#main-content.foundation .media-list li a img {
  width: 152px;
}
#main-content.foundation .media-list li span {
  clear: both;
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin: 5px 0 0;
}

/* ie fixes
* -------------------------------------------------------------------------------------- */
.lt-ie9 #main-hero .slider .slide img {
  min-height: 396px;
}

.lt-ie8 #main-hero .slider .slide .detail {
  width: auto;
  left: 50%;
  margin-left: -290px;
}
.lt-ie8 #main-hero .slider .slide .detail-inner {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.lt-ie8 #main-hero .slider .slide .detail-inner .caption h3 br {
  display: none;
}
.lt-ie8 #main-hero .slider .slide .detail-inner .caption .btn-container a.btn {
  line-height: 20px;
}
.lt-ie8 #main-header h1 {
  top: -36px;
}
.lt-ie8 #page-title img {
  position: absolute;
  left: 0;
}

.lt-ie7 #main-hero .slider .slide .detail {
  width: auto;
  left: 0;
  margin-left: 0;
}
.lt-ie7 #main-hero .slider .slide .inner-overlay {
  height: 800px;
}
.lt-ie7 #main-hero .slider .slide .detail-inner {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.lt-ie7 #main-hero .slider .slide .detail-inner .caption h3 br {
  display: none;
}
.lt-ie7 #main-hero .slider .slide .detail-inner .caption .btn-container a.btn {
  line-height: 20px;
}
.lt-ie7 #featured-property .controls-container {
  top: 200px;
}
.lt-ie7 #property-dropdown {
  top: -130px;
}
.lt-ie7 #property-dropdown .view-all {
  float: none;
  top: 0;
  padding-left: 5px;
}
.lt-ie7 #main-header .nav-border {
  overflow: hidden;
  line-height: 1px;
  position: relative;
  top: 3px;
}
.lt-ie7 #main-nav li .caret {
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lt-ie7 #main-nav li.feature {
  height: 19px;
  overflow: hidden;
}
.lt-ie7 .slider-controls {
  width: 115px;
}
.lt-ie7 #property-gallery #menu .ui-slider-handle {
  height: 30px;
}
.lt-ie7 .accordion-wrap ul li .more-toggle {
  width: 735px !important;
  display: block;
  text-indent: 20px !important;
  float: none !important;
  background-position-x: right !important;
  background-position-y: 0 !important;
}
.bullet-list-career-title,.bullet-list-career
{
  list-style:none;
  width:95%;
}
.bullet-list-career-title
{
	background-color:#ccc;
}
.bullet-span-90
{
	display:block;
	float:left;
	width:90px;
	text-align:center;
}
.bullet-span-300
{
	display:block;
	float:left;
	width:200px;
	text-align:left;
	margin-left:30px;
}
.bullet-span-120
{
	display:block;
	float:left;
	width:120px;
	text-align:center;
}
.bullet-span-200
{
	display:block;
	float:left;
	width:150px;
	text-align:center;
}


/* Global Header
 * -------------------------------------------------------------------------------------- */
#global-header {
  background: #1d1d1d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2a2a2a), to(#1d1d1d));
  background: -webkit-linear-gradient(#2a2a2a, #1d1d1d);
  background: -moz-linear-gradient(#2a2a2a, #1d1d1d);
  background: -ms-linear-gradient(#2a2a2a, #1d1d1d);
  background: -o-linear-gradient(#2a2a2a, #1d1d1d);
  background: linear-gradient(#2a2a2a, #1d1d1d);
  -pie-background: linear-gradient(#2a2a2a, #1d1d1d);
  padding: 10px 0 0;
  height: 25px;
  position: relative;
  z-index: 9999;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#utility-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#utility-nav li {
  color: #999;
  float: left;
  font-size: 11px;
  font-weight: 400;
  margin: 0 4px;
}
#utility-nav li a {
  color: white;
  font-size: 11px;
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
}
#utility-nav li a.current, #utility-nav li a:hover {
  color: #999;
}
#utility-nav li a.btn {
  margin: -2px 10px 0 0;
  padding: 5px 20px 3px;
}
#utility-nav li a.btn span {
  background: url(../images/icon_search.png) no-repeat right 0;
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  padding: 0 20px 0 0;
}
#utility-nav li a.btn:hover {
  text-decoration: none;
}
#utility-nav li a.btn:hover span {
  background-position: right -23px;
}

/* Main Header
 * -------------------------------------------------------------------------------------- */
#main-header {
  background: #1c1c1c;
  height: 35px;
  width: 100%;
  min-width: 960px;
  z-index: 9999;
}
#main-header h1 {
  position: absolute;
  top: -35px;
}
#main-header h1 a {
  background: url(../images/logo3.jpg) no-repeat 0 0;
  height: 136px;
  width: 214px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-header .nav-border {
  height: 1px;
  width: 100%;
  background-color: #292929;
  position: absolute;
  bottom: 1px;
  z-index: -1;
}

#main-nav {
  float: right;
  list-style: none;
  height: 20px;
  margin: 0;
  padding: 5px 0 0;
}
#main-nav li {
  float: left;
  margin: 0;
  padding: 0 0px;
  position: relative;
  width:100px;
  text-align:center;
  text-align:left; 
}
#main-nav li .caret {
  position: absolute;
  width: 25px;
  height: 13px;
  background: url(../images/nav-arrow-down-black.png) no-repeat;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li a {
  text-decoration: none;
  color: #585555;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
#main-nav li a.current, #main-nav li a:hover  {
   color: #fff;
  background:#f00;
}
#main-nav li.feature {
  padding-right: 0;
}
#main-nav li.feature a {
  background: url(../images/icon_star_white.png) no-repeat left 0;
  padding-left: 22px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li.feature a:hover {
  background-position: left -18px;
}
#main-nav li.external {
  padding: 0 5px;
}
#main-nav li.external a:hover span {
  border: 1px solid #363636;
  background: #171717;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#171717));
  background: -webkit-linear-gradient(#333333, #171717);
  background: -moz-linear-gradient(#333333, #171717);
  background: -ms-linear-gradient(#333333, #171717);
  background: -o-linear-gradient(#333333, #171717);
  background: linear-gradient(#333333, #171717);
  -pie-background: linear-gradient(#333333, #171717);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li.external a span {
  padding: 5px 20px;
  border: 1px solid #2b2b2b;
  background: #171717;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#303030), to(#171717));
  background: -webkit-linear-gradient(#303030, #171717);
  background: -moz-linear-gradient(#303030, #171717);
  background: -ms-linear-gradient(#303030, #171717);
  background: -o-linear-gradient(#303030, #171717);
  background: linear-gradient(#303030, #171717);
  -pie-background: linear-gradient(#303030, #171717);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#property-dropdown {
  background: #efefef;
  position: absolute;
  top: -160px;
  left: 0;
  padding: 25px 0px 25px;
  width: 900px;
  min-width: 1000px;
  color: #828282;
  z-index: 10;
  height: 180px;
  -webkit-box-shadow: 0px 1px 5px #222222;
  -moz-box-shadow: 0px 1px 5px #222222;
  box-shadow: 0px 1px 5px #222222;
}
#property-dropdown .view-all {
  background: url(../images/arrow_right_red.png) no-repeat right center;
  width: auto;
  clear: both;
  float: left;
  position: relative;
  left: 215px;
  margin: 10px 0 0;
  padding-right: 15px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#property-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
}
#property-dropdown ul li {
  margin: 4px 0;
  padding: 0;
  float: left;
  width: 100%;
}
#property-dropdown ul li a {
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #828282;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
}
#property-dropdown ul li a:hover {
  color: #e8380d;
}
#property-dropdown .col-4 {
  float: left;
  width: 180px;
  padding: 6px 0 6px 10px;
  height: 160px;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #f1f1f1;
  overflow: visible;
  position: relative;
  left: 205px;
}
#property-dropdown .col-4.first {
  border-left: none;
}
#property-dropdown .col-4.last {
  border-right: none;
}
#property-dropdown .col-4.border-none {
  border: none;
}
#property-dropdown .col-4 .img-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 120px;
  width: 180px;
}

.z-img {
  z-index: 2 !important;
}

/* Page Title
 * -------------------------------------------------------------------------------------- */
#page-title {
  background: #999;
  height: 240px;
  overflow: hidden;
  text-align: center;
  min-width: 960px;
  position: relative;
}
#page-title .inner-overlay {
  background: #000;
  float: left;
  height: 240px;
  width: 100%;
  -moz-opacity: .25;
  filter: alpha(opacity=25);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#page-title .mod-inner {
  height: 240px;
  position: relative;
  z-index: 1;
  width: 960px;
}
#page-title h1 {
  color: white;
  font-size: 70px;
  text-transform: capitalize;
  text-align: left;
  text-shadow: 0 1px 3px #222;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
}
#page-title img {
  float: left;
  margin: 0;
  height: 240px;
  position: absolute;
  z-index: 0;
}
#page-title img.resize {
  height: auto;
}

/* Page Intro
 * -------------------------------------------------------------------------------------- */
#page-intro {
  background: #282828;
  padding: 40px 0;
}
#page-intro h2 {
  color: #f0f0f0;
  font-size: 28px;
  margin: 10px 0 0;
}
#page-intro p {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 28px;
}

/* Sub-Nav
 * -------------------------------------------------------------------------------------- */
#sub-nav {
  background: #e3e3e3;
  padding: 15px 0;
}
#sub-nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#sub-nav ul li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #a1a1a1;
}
#sub-nav ul li.first {
  border-left: none;
}
#sub-nav ul li a {
  color: #818181;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
#sub-nav ul li a.current, #sub-nav ul li a:hover {
  color: #3a3a3a;
  text-decoration: none;
}

.nav-tip {
  left: -9999em;
}

.current .nav-tip {
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
  background: url("../images/subnav_tip.png") no-repeat center center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

/* Homepage
 * -------------------------------------------------------------------------------------- */
#home {
  background: #f7f7f6;
  padding: 45px 0;
}
#home .col-left {
  float: left;
  width: 273px;
  padding-right: 15px;
}
#home .col-center {
  float: left;
  padding: 0 15px;
}
#home .col-right {
  float: left;
  padding-left: 15px;
  width: 225px;
}

#latest h3, #weibo-widget h3, #press-media h3 {
  font-size: 25px;
  color: #484848;
  margin: 0 0 8px;
}
#latest .inner-content, #weibo-widget .inner-content, #press-media .inner-content {
  border-top: 1px solid #d4d4d3;
  padding: 10px 0 20px;
}
#latest .inner-content .inner-left, #weibo-widget .inner-content .inner-left, #press-media .inner-content .inner-left {
  float: left;
}
#latest .inner-content .inner-left span, #weibo-widget .inner-content .inner-left span, #press-media .inner-content .inner-left span {
  font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  color: #a3a3a3;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin: 5px 0;
}
#latest .inner-content .inner-right, #weibo-widget .inner-content .inner-right, #press-media .inner-content .inner-right {
  float: right;
  width: 138px;
}
#latest .inner-content .inner-right span, #weibo-widget .inner-content .inner-right span, #press-media .inner-content .inner-right span {
  font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  color: #a3a3a3;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin: 5px 0;
}
#latest .inner-content .inner-right a, #weibo-widget .inner-content .inner-right a, #press-media .inner-content .inner-right a {
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
}
#latest .inner-content .inner-right a .more, #weibo-widget .inner-content .inner-right a .more, #press-media .inner-content .inner-right a .more {
  background: url(../images/arrow_right_red.png) no-repeat right top;
  width: 13px;
  height: 11px;
  display: inline-block;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#latest .inner-content .inner-right a:hover, #weibo-widget .inner-content .inner-right a:hover, #press-media .inner-content .inner-right a:hover {
  text-decoration: underline;
}

#latest .inner-content {
  padding-top: 20px;
}
#latest .inner-content .inner-left {
  position: relative;
}
.videofloat
{
position:absolute;
left:0px;
top:0px;
}
#latest .inner-content .inner-left a {
  float: left;
  width: 122px;
  height: 80px;
  overflow: hidden;
  display:block;
  
}

#latest .inner-content .inner-left img {
  width: 122px;
  margin: 0 auto;
}
#latest .inner-content .inner-right span {
  margin: 0;
}
#latest .inner-content.video .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 122px;
  height: 80px;
  cursor: pointer;
  background: url("../img/utility/video_icon_58.png") no-repeat center center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#weibo-widget .inner-content .inner-right, #press-media .inner-content .inner-right {
  padding-top: 25px;
}

#press-media, #media-reports, #press-releases, #photos-videos, #page-intro {
  padding: 50px 0;
}
#press-media .col-3, #media-reports .col-3, #press-releases .col-3, #photos-videos .col-3, #page-intro .col-3 {
  width: 300px;
  padding: 0 15px;
}
#press-media .col-3.last, #media-reports .col-3.last, #press-releases .col-3.last, #photos-videos .col-3.last, #page-intro .col-3.last {
  padding-right: 0;
}
#press-media .col-3.first, #media-reports .col-3.first, #press-releases .col-3.first, #photos-videos .col-3.first, #page-intro .col-3.first {
  padding-left: 0;
}
#press-media .press, #media-reports .press, #press-releases .press, #photos-videos .press, #page-intro .press {
  padding: 0 35px 0 0;
  width: 280px;
}
#press-media .press .inner-left .img-wrap, #media-reports .press .inner-left .img-wrap, #press-releases .press .inner-left .img-wrap, #photos-videos .press .inner-left .img-wrap, #page-intro .press .inner-left .img-wrap {
  display: block;
  width: 280px;
  height: 180px;
  overflow: hidden;
}
#press-media .press .inner-right, #media-reports .press .inner-right, #press-releases .press .inner-right, #photos-videos .press .inner-right, #page-intro .press .inner-right {
  position: relative;
  padding: 5px;
  width: 255px;
  float: left;
}
#press-media .press .inner-right .date, #media-reports .press .inner-right .date, #press-releases .press .inner-right .date, #photos-videos .press .inner-right .date, #page-intro .press .inner-right .date {
  color: #606060;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
#press-media .press .inner-right .title, #media-reports .press .inner-right .title, #press-releases .press .inner-right .title, #photos-videos .press .inner-right .title, #page-intro .press .inner-right .title {
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 21px;
}
#press-media .press .inner-right .more, #media-reports .press .inner-right .more, #press-releases .press .inner-right .more, #photos-videos .press .inner-right .more, #page-intro .press .inner-right .more {
  color: #e8380d;
  font-weight: bold;
  font-size: 12px;
}
#press-media .press .inner-content, #media-reports .press .inner-content, #press-releases .press .inner-content, #photos-videos .press .inner-content, #page-intro .press .inner-content {
  padding: 10px 0;
}
#press-media .press .inner-content.first, #media-reports .press .inner-content.first, #press-releases .press .inner-content.first, #photos-videos .press .inner-content.first, #page-intro .press .inner-content.first {
  border-top: none;
}
#press-media .headline-container, #media-reports .headline-container, #press-releases .headline-container, #photos-videos .headline-container, #page-intro .headline-container {
  margin-bottom: 8px;
}
#press-media .headline-container h3, #media-reports .headline-container h3, #press-releases .headline-container h3, #photos-videos .headline-container h3, #page-intro .headline-container h3 {
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  margin-bottom: 0;
}
#press-media .headline-container a.view-all, #media-reports .headline-container a.view-all, #press-releases .headline-container a.view-all, #photos-videos .headline-container a.view-all, #page-intro .headline-container a.view-all {
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  color: #e8380d;
  font-size: 14px;
  float: right;
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  padding-right: 10px;
  background: url(../images/arrow_right_red.png) no-repeat right center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  padding-bottom: 2px;
}
#press-media .headline-container a.view-all:hover, #media-reports .headline-container a.view-all:hover, #press-releases .headline-container a.view-all:hover, #photos-videos .headline-container a.view-all:hover, #page-intro .headline-container a.view-all:hover {
  text-decoration: underline;
}
#press-media .headline-container.media-span, #media-reports .headline-container.media-span, #press-releases .headline-container.media-span, #photos-videos .headline-container.media-span, #page-intro .headline-container.media-span {
  float: left;
  width: 630px;
  padding-left: 15px;
}
#press-media .news-item, #media-reports .news-item, #press-releases .news-item, #photos-videos .news-item, #page-intro .news-item {
  margin: 10px 0 0;
}
#press-media .news-item .img-container, #media-reports .news-item .img-container, #press-releases .news-item .img-container, #photos-videos .news-item .img-container, #page-intro .news-item .img-container {
  width: 300px;
  height: 180px;
  overflow: hidden;
}
#press-media .news-item .img-container img, #media-reports .news-item .img-container img, #press-releases .news-item .img-container img, #photos-videos .news-item .img-container img, #page-intro .news-item .img-container img {
  width: auto;
  height: 180px;
  margin: 0 auto;
  text-align: center;
}
#press-media .news-item .content-container, #media-reports .news-item .content-container, #press-releases .news-item .content-container, #photos-videos .news-item .content-container, #page-intro .news-item .content-container {
  padding-top: 10px;
}
#press-media .news-item .content-container h4.date, #media-reports .news-item .content-container h4.date, #press-releases .news-item .content-container h4.date, #photos-videos .news-item .content-container h4.date, #page-intro .news-item .content-container h4.date {
  color: #606060;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  \\text-transform: uppercase;
  line-height: 14px;
}
#press-media .news-item .content-container a, #media-reports .news-item .content-container a, #press-releases .news-item .content-container a, #photos-videos .news-item .content-container a, #page-intro .news-item .content-container a {
  color: #606060;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
  text-decoration: none;
}
#press-media .news-item .content-container a:hover, #media-reports .news-item .content-container a:hover, #press-releases .news-item .content-container a:hover, #photos-videos .news-item .content-container a:hover, #page-intro .news-item .content-container a:hover {
  text-decoration: underline;
}
#press-media .news-item .content-container h3.title, #media-reports .news-item .content-container h3.title, #press-releases .news-item .content-container h3.title, #photos-videos .news-item .content-container h3.title, #page-intro .news-item .content-container h3.title {
  \\color: #e8380d;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}
#press-media .news-item .content-container p, #media-reports .news-item .content-container p, #press-releases .news-item .content-container p, #photos-videos .news-item .content-container p, #page-intro .news-item .content-container p {
  margin: 5px 0;
  color: #707070;
}
#press-media .news-item.video .video-icon, #media-reports .news-item.video .video-icon, #press-releases .news-item.video .video-icon, #photos-videos .news-item.video .video-icon, #page-intro .news-item.video .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 180px;
  cursor: pointer;
  background: url("../img/utility/video_icon_58.png") no-repeat center center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#press-media .col-3 .inner-left .img-wrap {
  height: 145px;
  width: 265px;
}
#press-media .col-3 .inner-left .img-wrap img {
  width: 265px;
}
#press-media .col-3.press {
  padding: 0 50px 0 0;
  width: 265px;
}
#press-media .col-3.press .inner-content {
  padding: 10px 0 25px;
}

#media-reports, #press-releases, #photos-videos {
  padding: 25px 0;
}
#media-reports .mod-inner, #press-releases .mod-inner, #photos-videos .mod-inner {
  padding: 15px;
}
#media-reports .img-container, #press-releases .img-container, #photos-videos .img-container {
  height: 155px;
}
#media-reports .img-container img, #press-releases .img-container img, #photos-videos .img-container img {
  width: 300px;
}

#news-article {
  padding: 25px 0;
}
#news-article .mod-inner {
  position: relative;
}
#news-article .mod-inner h1 {
  color: #E8380D;
  margin-bottom: 8px;
  width: 500px;
  line-height: 32px;
}
#news-article .mod-inner .date {
  font-weight: bold;
  color: #818181;
}
#news-article .mod-inner img {
  width: 400px;
}
#news-article .mod-inner #article-container {
  width: 500px;
  float: left;
}
#news-article .mod-inner #article-container.photo {
  width: 400px;
  float: right;
}
#news-article .mod-inner #article-img-container {
  padding-top: 18px;
  width: 400px;
  float: right;
}
#news-article .mod-inner #article-img-container img {
  padding-bottom: 15px;
  width: 400px;
}
#news-article .mod-inner #article-img-container.photo {
  padding-top: 18px;
  width: 500px;
  float: left;
}
#news-article .mod-inner #article-img-container.photo img {
  padding-bottom: 15px;
  width: 500px;
}

#featured-property {
  width: 400px;
  position: relative;
}
#featured-property .slide-container {
  width: 400px;
  min-height: 370px;
  position: relative;
}
#featured-property .controls-container {
  position: absolute;
  width: 400px;
  top: 200px;
  padding: 17px 0 7px;
  border-bottom: 1px solid #d4d4d3;
}
#featured-property .controls-container h3 {
  float: left;
  font-size: 25px;
  color: #484848;
  margin: 8px 0 0px;
}
#featured-property .inner-content {
  display: none;
  position: absolute;
  top: 0;
}
#featured-property .inner-content.current {
  display: block;
}
#featured-property .property-content {
  padding-top: 58px;
}
#featured-property .property-content h2 {
  font-size: 44px;
  color: #484848;
  margin: 0;
  padding: 5px 0;
}
#featured-property .property-content h4 {
  font-size: 18px;
  color: #707070;
  margin: 0;
  padding: 4px 0;
}
#featured-property .property-content a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #e8380d;
  padding: 10px 0;
  display: inline-block;
}
#featured-property .property-content a.learn-more {
  background: url(../images/arrow_right_red.png) no-repeat right center;
  clear: both;
  float: left;
  padding-right: 15px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#featured-property .property-content a:hover {
  text-decoration: underline;
}
#featured-property .featured-controls {
  float: right;
  margin: 10px 0 0;
  height: 20px;
  width: 45px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#featured-property .featured-controls a {
  height: 20px;
  width: 20px;
  float: left;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
}
#featured-property .featured-controls a.slider-prev {
  background-position: 0 -380px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  padding-right: 5px;
}
#featured-property .featured-controls a.slider-next {
  background-position: 0 -360px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#featured-property .img-container {
  overflow: hidden;
  width: 400px;
  height: 202px;
}
#featured-property .img-container img {
  width: 400px;
}

/* IR Pages
 * -------------------------------------------------------------------------------------- */
.ir-module .mod-main .mod-content h3 {
  margin: 0 0 20px;
}
.ir-module .mod-main .mod-content h4 {
  font-size: 23px;
  margin: 0 0 20px;
}
.ir-module .mod-main .mod-content .img-wrap {
  float: left;
  margin: 0 20 20px 0;
  width: 250px;
}
.ir-module .mod-main .mod-content .img-wrap img {
  width: 250px;
}
.ir-module .mod-main .mod-content .img-wrap.align-rt {
  float: right;
  margin: 0 0 20px 20px;
}
.ir-module .mod-main .mod-content table td {
  width: 140px;
}
.ir-module ul li {
  margin: 0 0 10px;
}
.ir-module ul li a {
  color: #e8380d;
}
.ir-module .accordion-wrap ul li {
  margin: 0;
}
.ir-module .grid-2-col ul {
  float: left;
  list-style: none;
  margin: 0 40px 0 0;
  padding: 0;
  width: 327px;
}
.ir-module .grid-2-col ul li {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 20px 20px 0 0;
  min-height: 180px;
}
.ir-module .grid-2-col ul li.first {
  border-top: none;
  padding-top: 0;
}
.ir-module .grid-2-col ul li.last {
  border-bottom: none;
  padding-bottom: none;
}
.ir-module .grid-2-col ul li p {
  margin: 0 0 20px;
}
.ir-module .section {
  padding: 0 40px;
  width: auto;
}
.ir-module .section .img-wrap {
  float: left;
  margin: 0 15px 15px 0;
}
.ir-module .section p {
  margin: 0 0 20px;
}

/* Weibo Widget
 * -------------------------------------------------------------------------------------- */
#weibo-widget .img-container {
  padding-top: 4px;
}
#weibo-widget .img-container img {
  border: 1px solid #d5d5d5;
  width: 66px;
  height: 66px;
}
#weibo-widget .inner-content {
  padding: 16px 0 12px;
}
#weibo-widget .inner-content .inner-right {
  float: right;
  width: 150px;
  padding-top: 0px;
}
#weibo-widget .inner-content .inner-right .user a {
  color: #e8380d;
}
#weibo-widget .inner-content .inner-right a {
  font-size: 14px;
}
#weibo-widget .inner-content .inner-right a:hover {
  text-decoration: underline;
}
#weibo-widget .inner-content .inner-right .follow-container {
  padding-top: 5px;
  width: 67px;
  height: 24px;
}
#weibo-widget.horizontal {
  -webkit-box-shadow: 0 2px 5px #d0d0d0;
  -moz-box-shadow: 0 2px 5px #d0d0d0;
  box-shadow: 0 2px 5px #d0d0d0;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  background: #f4f4f4;
  z-index: 2;
  border-top: 1px solid #e0e0e0;
}
#weibo-widget.horizontal .inner-content {
  width: 300px;
  float: left;
  padding: 35px 15px;
  border: none;
}
#weibo-widget.horizontal .inner-content.first {
  padding-left: 0;
}
#weibo-widget.horizontal .inner-content.last {
  padding-right: 0;
}
#weibo-widget.horizontal .inner-content .inner-right {
  width: 220px;
}

/* Property Portfolio Gallery
 * -------------------------------------------------------------------------------------- */
#property-gallery #work {
  float: none;
  margin: 0 auto;
  position: relative;
  height: 560px;
  width: 960px;
}
#property-gallery #work ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 560px;
  width: 960px;
  overflow: hidden;
}
#property-gallery #work ul li {
  float: left;
  height: 560px;
  width: 450px;
  overflow: hidden;
  opacity: .7;
  cursor: pointer;
  position: relative;
}
#property-gallery #work ul li .detail {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#property-gallery #work ul li .detail h3 {
  color: white;
  font-size: 58px;
  text-transform: capitalize;
  margin: 0;
  text-shadow: 0 2px 6px #111;
}
 
#property-gallery #work ul li .detail a.btn {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 15px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 1px solid #2b2b2b;
  background: black;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#232323), to(black));
  background: -webkit-linear-gradient(#232323, black);
  background: -moz-linear-gradient(#232323, black);
  background: -ms-linear-gradient(#232323, black);
  background: -o-linear-gradient(#232323, black);
  background: linear-gradient(#232323, #000000);
  -pie-background: linear-gradient(#232323, #000000);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#property-gallery #work ul li .detail a.btn:hover {
  color: #e8380d;
  text-decoration: none;
  border: 1px solid #363636;
  background: #030303;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#292929), to(#030303));
  background: -webkit-linear-gradient(#292929, #030303);
  background: -moz-linear-gradient(#292929, #030303);
  background: -ms-linear-gradient(#292929, #030303);
  background: -o-linear-gradient(#292929, #030303);
  background: linear-gradient(#292929, #030303);
  -pie-background: linear-gradient(#292929, #030303);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#property-gallery #menu {
  background: #282828;
  height: 25px;
  float: left;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
#property-gallery #menu #slider {
  margin: 0 auto;
  position: relative;
  height: 25px;
  width: 960px;
}
#property-gallery #menu #slider ul {
  height: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#property-gallery #menu #slider ul li {
  float: left;
  height: 25px;
  margin: 0;
  text-align: center;
}
#property-gallery #menu #slider ul li span {
  color: white;
  font-size: 14px;
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  line-height: 2.1;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  width: 100%;
}
#property-gallery #menu #slider ul li.featured {
  background: #505050;
}
#property-gallery #menu #slider ul li.beijing {
  background: #404040;
}
#property-gallery #menu #slider ul li.shanghai {
  background: #303030;
}
#property-gallery #menu #slider ul li.hainan {
  background: #505050;
}
#property-gallery #menu .ui-slider-handle {
  background: #e8380d;
  cursor: pointer;
  display: block;
  height: 25px;
  width: 42px;
  float: left;
  position: absolute;
  top: 0;
  z-index: 1;
  outline: none;
}

/* Media List
 * -------------------------------------------------------------------------------------- */
.media-list ul {
  margin: 0;
  padding: 0;
}
.media-list ul li {
  float: left;
  min-height: 100px;
  width: 196px;
  overflow: hidden;
  margin: 20px;
}
.media-list ul li.first {
  margin-left: 0;
}
.media-list ul li.last {
  margin-right: 0;
}
.media-list ul li .img-wrap {
  height: 100px;
  width: 196px;
  overflow: hidden;
}
.media-list ul li .img-wrap img {
  width: 196px;
}

/* Search Page
 * -------------------------------------------------------------------------------------- */
#search-pg {
  min-height: 600px;
}
#search-pg .form-holder {
  border-bottom: 1px solid #fff;
  float: left;
  margin: 30px 0 50px;
  width: 960px;
}
#search-pg form {
  border-bottom: 1px solid #d0d0d0;
  float: left;
  margin: 0;
  padding: 0 0 50px;
  width: 960px;
}
#search-pg .field-set {
  float: left;
  margin: 0 10px 0 0;
}
#search-pg .field-set label {
  color: #b2baba;
  font-size: 24px;
  clear: both;
  float: left;
  padding: 10px 10px 10px 0;
  text-transform: uppercase;
}
#search-pg input {
  font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  padding: 8px 10px 8px;
  margin: 0 10px;
  font-size: 14px;
  float: left;
  border: 4px solid #d8d6d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  outline: 0;
  width: 350px;
}
#search-pg input:focus {
  border: 4px solid #b2b1b1;
}
#search-pg .btn {
  margin: 2px;
}
#search-pg .results {
  margin: 0 0 50px;
}
#search-pg .results h2 {
  color: #b2baba;
  font-size: 24px;
  clear: both;
  border: none;
  text-transform: uppercase;
}
#search-pg .results .note {
  color: #969696;
}
#search-pg .results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search-pg .results ul li {
  display: block;
  margin: 0;
  padding: 0 0 50px;
  width: 75%;
}
#search-pg .results ul li a {
  font-size: 16px;
}
#search-pg .results ul li p {
  margin: 0;
}
#search-pg .results ul li p span {
  color: #969696;
  font-size: 12px;
}

/* Main Footer
 * -------------------------------------------------------------------------------------- */
#main-footer {
  background: #1b1b1b;
  padding: 40px 0;
}
#main-footer.padded {
  padding: 20px 0 40px;
}
#main-footer a:hover, #main-footer a.current, #main-footer a:hover.current {
  color: #e8380d;
  text-decoration: none !important;
}
#main-footer h6 {
  color: #b8b8b8;
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#main-footer p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
}
#main-footer .mod-content {
  padding-left: 0;
  padding-right: 0;
}
#main-footer .mod-main, #main-footer .mod-side {
  background: none;
  margin: 0;
  padding: 0;
}
#main-footer .mod-main {
  width: 760px;
  float: left;
}
#main-footer .mod-side {
  width: 170px;
  float: right;
}
#main-footer address {
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  float: left;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  margin: 0;
  width: 160px;
}
#main-footer .hr-solid {
  background: #353535;
  border-bottom: 1px solid #222;
  margin: 10px 0 0;
}
#main-footer .social-nav {
  margin: 10px 0 0;
}
#main-footer .social-nav li {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
}
#main-footer .social-nav li a {
  display: block;
  height: 26px;
  width: 26px;
  overflow: hidden;
}
#main-footer ul {
  float: left;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#main-footer ul li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
}
#main-footer ul li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
#main-footer ul li a:hover {
  text-decoration: underline;
}
#main-footer .logo {
  float: right;
  color: white;
  text-decoration: none;
  background: url(../images/logo_sohochina_light.gif) no-repeat 0 0;
  height: 55px;
  width: 175px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}

/* Buttons
 * -------------------------------------------------------------------------------------- */
.btn {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 15px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 1px solid #2b2b2b;
  background: black;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#232323), to(black));
  background: -webkit-linear-gradient(#232323, black);
  background: -moz-linear-gradient(#232323, black);
  background: -ms-linear-gradient(#232323, black);
  background: -o-linear-gradient(#232323, black);
  background: linear-gradient(#232323, #000000);
  -pie-background: linear-gradient(#232323, #000000);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
.btn:hover {
  color: #e8380d;
  text-decoration: none;
  border: 1px solid #363636;
  background: #030303;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#292929), to(#030303));
  background: -webkit-linear-gradient(#292929, #030303);
  background: -moz-linear-gradient(#292929, #030303);
  background: -ms-linear-gradient(#292929, #030303);
  background: -o-linear-gradient(#292929, #030303);
  background: linear-gradient(#292929, #030303);
  -pie-background: linear-gradient(#292929, #030303);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

/* Global Footer
 * -------------------------------------------------------------------------------------- */
#global-footer {
  background: #282828;
  padding: 20px 0;
}
#global-footer p {
  font-size: 12px;
  margin: 0;
}

/* Pagination
 * -------------------------------------------------------------------------------------- */
.pagination {
  border-top: 1px solid #d6d6d6;
  text-align: center;
}
.pagination a {
  padding: 0 3px;
  font-weight: bold;
}
.pagination strong {
  padding: 0 3px;
}
.pagination .prev {
  background: url(../images/arrow_right_red_left.png) no-repeat left center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  padding-left: 15px;
  padding-right: 10px;
  color: #484848;
  position: relative;
}
.pagination .next {
  background: url(../images/arrow_right_red.png) no-repeat right center;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
  padding-left: 10px;
  padding-right: 15px;
  color: #484848;
  position: relative;
}

/* Youku
* -------------------------------------------------------------------------------------- */
#youku-player {
  padding: 10px 0 25px;
}
#youku-player.mobile img {
  display: none;
}

/* Foundation Pages
 * -------------------------------------------------------------------------------------- */
#main-content.foundation .slider-controls {
  background: none;
  border-bottom: none;
}
#main-content.foundation .slider-pagin a {
  border: none;
}
#main-content.foundation .slider-play {
  background-position: -7px -458px;
}
#main-content.foundation a.paused {
  background-position: -7px -471px;
}
#main-content.foundation #foundation-logo {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
#main-content.foundation #foundation-logo img {
  margin: 0 auto;
  height: auto;
  width: 200px;
}
#main-content.foundation .section {
  padding: 20px 0;
}
#main-content.foundation .section.img-lt img {
  float: left;
  margin: 0 20px 0 0;
}
#main-content.foundation .section.img-lt p {
  clear: none;
}
#main-content.foundation .page-footer {
  background: #e0e0e0;
  font-size: 12px;
}
#main-content.foundation .page-footer a, #main-content.foundation .page-footer p a {
  font-size: 12px;
}
#main-content.foundation .page-footer h3 {
  border-color: #cdcdcd;
}
#main-content.foundation address {
  font-style: normal;
}
#main-content.foundation address, #main-content.foundation p {
  font-size: 12px;
  margin: 10px 0;
}
#main-content.foundation .virtue-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-content.foundation .virtue-list li {
  float: left;
  padding: 5px 40px;
  width: 150px;
}
#main-content.foundation .media-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-content.foundation .media-list:before, #main-content.foundation .media-list:after {
  content: "";
  display: table;
}
#main-content.foundation .media-list:after {
  clear: both;
}
#main-content.foundation .media-list {
  *zoom: 1;
}
#main-content.foundation .media-list li {
  float: left;
  margin: 10px 15px;
  padding: 0;
  height: 155px;
  width: 152px;
  overflow: hidden;
}
#main-content.foundation .media-list li a {
  border: 1px solid #e0e0e0;
  float: left;
  height: 100px;
  width: 150px;
  overflow: hidden;
  position: relative;
}
#main-content.foundation .media-list li a.fancybox .icon {
  background: url(../images/expand_icon.gif) no-repeat center center;
  float: left;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  height: 7px;
  width: 7px;
  overflow: hidden;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  opacity: .8;
}
#main-content.foundation .media-list li a img {
  width: 152px;
}
#main-content.foundation .media-list li span {
  clear: both;
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin: 5px 0 0;
}

/* ie fixes
* -------------------------------------------------------------------------------------- */
.lt-ie9 #main-hero .slider .slide img {
  min-height: 396px;
}

.lt-ie8 #main-hero .slider .slide .detail {
  width: auto;
  left: 50%;
  margin-left: -290px;
}
.lt-ie8 #main-hero .slider .slide .detail-inner {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.lt-ie8 #main-hero .slider .slide .detail-inner .caption h3 br {
  display: none;
}
.lt-ie8 #main-hero .slider .slide .detail-inner .caption .btn-container a.btn {
  line-height: 20px;
}
.lt-ie8 #main-header h1 {
  top: -36px;
}
.lt-ie8 #page-title img {
  position: absolute;
  left: 0;
}

.lt-ie7 #main-hero .slider .slide .detail {
  width: auto;
  left: 0;
  margin-left: 0;
}
.lt-ie7 #main-hero .slider .slide .inner-overlay {
  height: 800px;
}
.lt-ie7 #main-hero .slider .slide .detail-inner {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.lt-ie7 #main-hero .slider .slide .detail-inner .caption h3 br {
  display: none;
}
.lt-ie7 #main-hero .slider .slide .detail-inner .caption .btn-container a.btn {
  line-height: 20px;
}
.lt-ie7 #featured-property .controls-container {
  top: 200px;
}
.lt-ie7 #property-dropdown {
  top: -130px;
}
.lt-ie7 #property-dropdown .view-all {
  float: none;
  top: 0;
  padding-left: 5px;
}
.lt-ie7 #main-header .nav-border {
  overflow: hidden;
  line-height: 1px;
  position: relative;
  top: 3px;
}
.lt-ie7 #main-nav li .caret {
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lt-ie7 #main-nav li.feature {
  height: 19px;
  overflow: hidden;
}
.lt-ie7 .slider-controls {
  width: 115px;
}
.lt-ie7 #property-gallery #menu .ui-slider-handle {
  height: 30px;
}
.lt-ie7 .accordion-wrap ul li .more-toggle {
  width: 735px !important;
  display: block;
  text-indent: 20px !important;
  float: none !important;
  background-position-x: right !important;
  background-position-y: 0 !important;
}
.bullet-list-career-title,.bullet-list-career
{
  list-style:none;
  width:95%;
}
.bullet-list-career-title
{
	background-color:#ccc;
}
.bullet-span-90
{
	display:block;
	float:left;
	width:90px;
	text-align:center;
}
.bullet-span-300
{
	display:block;
	float:left;
	width:200px;
	text-align:left;
	margin-left:30px;
}
.bullet-span-120
{
	display:block;
	float:left;
	width:120px;
	text-align:center;
}
.bullet-span-200
{
	display:block;
	float:left;
	width:150px;
	text-align:center;
}
/* Global Header
 * -------------------------------------------------------------------------------------- */
#global-header {
  background: #1d1d1d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2a2a2a), to(#1d1d1d));
  background: -webkit-linear-gradient(#2a2a2a, #1d1d1d);
  background: -moz-linear-gradient(#2a2a2a, #1d1d1d);
  background: -ms-linear-gradient(#2a2a2a, #1d1d1d);
  background: -o-linear-gradient(#2a2a2a, #1d1d1d);
  background: linear-gradient(#2a2a2a, #1d1d1d);
  -pie-background: linear-gradient(#2a2a2a, #1d1d1d);
  padding: 10px 0 0;
  height: 25px;
  position: relative;
  z-index: 9999;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#utility-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#utility-nav li {
  color: #999;
  float: left;
  font-size: 11px;
  font-weight: 400;
  margin: 0 4px;
}
#utility-nav li a {
  color: white;
  font-size: 11px;
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
}
#utility-nav li a.current, #utility-nav li a:hover {
  color: #999;
}
#utility-nav li a.btn {
  margin: -2px 10px 0 0;
  padding: 5px 20px 3px;
}
#utility-nav li a.btn span {
  background: url(../images/icon_search.png) no-repeat right 0;
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  padding: 0 20px 0 0;
}
#utility-nav li a.btn:hover {
  text-decoration: none;
}
#utility-nav li a.btn:hover span {
  background-position: right -23px;
}

/* Main Header
 * -------------------------------------------------------------------------------------- */
#main-header {
  background: #1c1c1c;
  height: 35px;
  width: 100%;
  min-width: 960px;
  z-index: 9999;
}
#main-header h1 {
  position: absolute;
  top: 10px;
}
#main-header h1 a {
  background: url(../images/logo.png) no-repeat 0 0;
  height: 112px;
  width: 128px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  -pie-png-fix: true;
  -pie-lazy-init: false;
}
#main-header .nav-border {
  height: 1px;
  width: 100%;
  background-color: #292929;
  position: absolute;
  bottom: 1px;
  z-index: -1;
}

#main-nav {
  float: right;
  list-style: none;
  height: 20px;
  margin: 0;
  padding: 5px 0 0;
}
#main-nav li {
  float: left;
  margin: 0;
  padding: 0 0px;
  position: relative;
  width:100px; 
  
}
#main-nav li .caret {
  position: absolute;
  width: 25px;
  height: 13px;
  background: url(../images/nav-arrow-down-black.png) no-repeat;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li a {
  text-decoration: none;
  color: #585555;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
#main-nav li a.current, #main-nav li a:hover  {
  color: #fff;
  background:#f00;
}
#main-nav li.feature {
  padding-right: 0;
}
#main-nav li.feature a {
  background: url(../images/icon_star_white.png) no-repeat left 0;
  padding-left: 22px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li.feature a:hover {
  background-position: left -18px;
}
#main-nav li.external {
  padding: 0 5px;
}
#main-nav li.external a:hover span {
  border: 1px solid #363636;
  background: #171717;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#171717));
  background: -webkit-linear-gradient(#333333, #171717);
  background: -moz-linear-gradient(#333333, #171717);
  background: -ms-linear-gradient(#333333, #171717);
  background: -o-linear-gradient(#333333, #171717);
  background: linear-gradient(#333333, #171717);
  -pie-background: linear-gradient(#333333, #171717);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#main-nav li.external a span {
  padding: 5px 20px;
  border: 1px solid #2b2b2b;
  background: #171717;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#303030), to(#171717));
  background: -webkit-linear-gradient(#303030, #171717);
  background: -moz-linear-gradient(#303030, #171717);
  background: -ms-linear-gradient(#303030, #171717);
  background: -o-linear-gradient(#303030, #171717);
  background: linear-gradient(#303030, #171717);
  -pie-background: linear-gradient(#303030, #171717);
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}

#property-dropdown {
  background: #efefef;
  position: absolute;
  top: -160px;
  left: 0;
  padding: 25px 0px 25px;
  width: 900px;
  min-width: 1000px;
  color: #828282;
  z-index: 10;
  height: 180px;
  -webkit-box-shadow: 0px 1px 5px #222222;
  -moz-box-shadow: 0px 1px 5px #222222;
  box-shadow: 0px 1px 5px #222222;
}
#property-dropdown .view-all {
  background: url(../images/arrow_right_red.png) no-repeat right center;
  width: auto;
  clear: both;
  float: left;
  position: relative;
  left: 215px;
  margin: 10px 0 0;
  padding-right: 15px;
  -pie-png-fix: true;
  -pie-lazy-init: false;
  behavior: url(/assets/css/PIE.htc);
}
#property-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
}
#property-dropdown ul li {
  margin: 4px 0;
  padding: 0;
  float: left;
  width: 100%;
}
#property-dropdown ul li a {
  font-family: "helveticaneuelt_std_lt_cnRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #828282;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
}
#property-dropdown ul li a:hover {
  color: #e8380d;
}
#property-dropdown .col-4 {
  float: left;
  width: 180px;
  padding: 6px 0 6px 10px;
  height: 160px;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #f1f1f1;
  overflow: visible;
  position: relative;
  left: 205px;
}
#property-dropdown .col-4.first {
  border-left: none;
}
#property-dropdown .col-4.last {
  border-right: none;
}
#property-dropdown .col-4.border-none {
  border: none;
}
#property-dropdown .col-4 .img-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 120px;
  width: 180px;
}

.z-img {
  z-index: 2 !important;
}

/* Page Title
 * -------------------------------------------------------------------------------------- */
#page-title {
  background: #999;
  height: 240px;
  overflow: hidden;
  text-align: center;
  min-width: 960px;
  position: relative;
}
#page-title .inner-overlay {
  background: #000;
  float: left;
  height: 240px;
  width: 100%;
  -moz-opacity: .25;
  filter: alpha(opacity=25);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#page-title .mod-inner {
  height: 240px;
  position: relative;
  z-index: 1;
  width: 960px;
}
#page-title h1 {
  color: white;
  font-size: 70px;
  text-transform: capitalize;
  text-align: left;
  text-shadow: 0 1px 3px #222;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
}
#page-title img {
  float: left;
  margin: 0;
  height: 240px;
  position: absolute;
  z-index: 0;
}
#page-title img.resize {
  height: auto;
}

/* Page Intro
 * -------------------------------------------------------------------------------------- */
#page-intro {
  background: #282828;
  padding: 40px 0;
}
#page-intro h2 {
  color: #f0f0f0;
  font-size: 28px;
  margin: 10px 0 0;
}
#page-intro p {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 28px;
}
 