body{
	background-color: #FFF !important;
}
#content{
	margin:0 auto;
	background-color: #FFF;
}

.title{
	font-family: 'Century Gothic Custom','Century Gothic',arial,helvetica,clean,sans-serif;
	color: #010101;
	font-size: 3em;
}

.highlight{
	color: #37B2E2;
}

ul.points{
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	margin:0;
	padding: 0;
}
ul.points li{
	margin: 10px 0;
	font-family: 'Century Gothic Custom','Century Gothic',arial,helvetica,clean,sans-serif;
	background: url(../images/icon.png) no-repeat left 0.3em;
	padding-left: 1.5em;
}

/* about section */
#top_section{
	background: url("/images/project_highlight/bg_highlight_projects.jpg") repeat-x scroll 0 0 #FFFFFF;
	min-height: 375px;
	padding-bottom: 10px;
	overflow:hidden;
	position:relative;
}

#top{
	width: 880px;
	margin:0 auto;
	padding: 10px 0 5px 0;
}

#top .text-con{
	float:left;
	position:relative;
	top: 110px;
	width: 380px;
	margin: 30px 0;
}

#top .content{
	margin-top: 15px;
	line-height: 2em;
	font-size: 1.2em;
}

#top .video-con{
	float:left;
	width: 494px;
	margin: 0;
}

#video{
	/*background: url('/images/about_us/video.png') no-repeat 0 0;*/
	width: 494px;
	height: 320px;
}

#video_left{
	float:left;
	width: 43px;
	height: 460px;
	background: url('/images/about_us/video_left.png') no-repeat 0 -2px;
}

#video_right{
	float:left;
	width: 46px;
	height: 460px;
	background: url('/images/about_us/video_right.png') no-repeat 0 -2px;
}

#video_middle{
	background: url('/images/about_us/video_middle.png') repeat-x 0 0;
	float: left;
    height: 320px;
    width: 405px;
}

#video_player{
    height: 305px;
    position: relative;
    top: 15px;
    width: 100%;
}

#video_control{
	margin-right: 35px;
}

.video-control-item{
	float:right;
	cursor:pointer;
}

/* project section */
#project_section{
	background-color: #FFF;
	min-height: 325px;
	overflow:hidden;
}

#project{
	margin:0 auto;
	padding: 0;
}

#project_filter{
	margin:0 auto;
	padding: 0 50px;
	background-color: #DDD;
	height: 34px;
	min-width: 1000px;
	font-family: 'Century Gothic Custom','Century Gothic',arial,helvetica,clean,sans-serif;
	background: url('/images/filter/filter_bg_loop.jpg') repeat-x 0 0;
}

#filter_title{
	color: #2DA5D9;
	float:left;
	font-size: 1.2em;
	line-height: 30px;
}

.filter-wrapper{
	height: 27px;
	float: left;
	margin: 0 5px;
}
.filter-wrapper .filter-left{
	background: url('/images/filter/filter_bar_left.png') no-repeat 0 0;
	width: 37px;
	height: 34px;
	float:left;
}

.filter-wrapper .filter-right{
	background: url('/images/filter/filter_bar_right.png') no-repeat 0 0;
	width: 37px;
	height: 34px;
	float:left;
}
.filter-wrapper .filter-center{
	background: url('/images/filter/filter_bar_loop.png') repeat-x 0 0;
	height: 34px;
	float:left;
}
#project_type_filter, #product_type_filter{
	font-size: 1.2em;
	line-height:34px;
	padding: 0 20px;
	float: left;
}
#project_type_filter li, #product_type_filter li{
	margin-left: 0;
	padding: 3px 18px;
	list-style: none;
	display: inline;
}
#project_type_filter li a, #product_type_filter li a{
	text-decoration: none;
	color: #222;
}
#project_type_filter li a:hover, #product_type_filter li a:hover{
	color: #555;
}

.temp-invisible{
	display:none;
}

/**** Infinite Scroll ****/
#loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 48%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 1 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/**** for blocks ****/
.block{
	width:227px;
	height:170px;
	margin:3px;
	padding: 0;
	background-color:#FFF;
	color: #333;
	/*overflow:hidden;*/
	box-shadow:			0px 0px 5px #888;
	-o-box-shadow:		0 0 5px #888;
	-moz-box-shadow:	0 0 5px #888;
	-webkit-box-shadow:	0 0 5px #888;
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');*/
}

.block:hover{
	cursor:pointer;
}

.hover{
	cursor:pointer;
}

.works{
	width: 460px;
	/*_width: 462px;*/
	height:170px;
}

.events{
	width: 227px;
	height:346px;
}

.product{
	background-color:transparent;
	box-shadow:			none;
	-o-box-shadow:		none;
	-moz-box-shadow:	none;
	-webkit-box-shadow:	none;
	/* For IE 8 */
	-ms-filter: none;
	/* For IE 5.5 - 7 */
	filter: none;
}

.works .image{
	float:left;
	border-right: 1px solid #999;
	width: 227px;
	height: 170px;
}

.block .image{
	overflow:hidden;
	width: 220px;
	position: relative;
}

.block .image img{    
	vertical-align: bottom;
}

.block .image p{
	margin: 0;
}

.block .content{
	padding: 5px 10px;
	background: url('../images/event_shadow.jpg') no-repeat 0 0;
}

.block .content-text-con{
	padding: 5px 10px;
}

.block .title{
	font-size: 1.6em;
	color:#446972;
	margin: 8px 0;
}

.block .description{
	font-size: 1.2em;
	line-height: 1.4em;
}

.org_image, .logo_image{
	display: inline-block;
	margin: 0;
}

.logo_image_wrapper{
	width:232px;
	height:170px;
	overflow:hidden;
	float:left;
}

.v_shadow{
	position: absolute;
	width:29px;
	height:170px;
    right: -1px;
	_right: -2px;
    top: 0;
    z-index: 5;
}

.corner_image{
	display:none;
	bottom: 0;
    position: absolute;
    right: 0;
}

#project_item_wrapper{
	padding: 10px 20px;
	margin-bottom: 40px;
}

#project_items{
	margin:0 auto;
	padding: 5px;
}


/* project detail */
#project_detail_con{
	width: 920px;
	margin:0 auto;
	padding: 10px 0 5px 0;
}

#project_detail_con .text-con{
	float:left;
	position:relative;
	top: 110px;
	width: 380px;
	margin: 30px 0;
}

#project_detail_con .content{
	margin-top: 15px;
	line-height: 2em;
	font-size: 1.2em;
}

#project_detail_con .link-button{
	width: 75px;
	height: 17px;
	color:#FFF;
	font-family: 'Century Gothic Custom','Century Gothic',arial,helvetica,clean,sans-serif;
	text-align:center;
	background-color: #000;
	font-size: 1.1em;
	cursor:pointer;
	position: absolute;
    right: 15px;
    top: 31px;
}

#project_detail_con .link-button:hover{
	background-color: #2CA5D4;
}

/* project image */
#project_detail_con .image-wrapper{
    margin: 15px 40px 0 0;
    width: 500px;
	position:relative;
	float:left;
}

#project_detail_con .image-con{
	width: 500px;
	position:relative;
}

#project_detail_con .image-con .image-mask{
	height: 303px;
    position: relative;
    width: 500px;
	overflow:hidden;
}

#project_detail_con .image-con p{
	height: 303px;
    width: 500px;
}

#project_detail_con .image-con img{
	vertical-align:bottom;
}

#project_detail_con .image-con img.image-highlight{
	right: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}

#project_detail_con .image-con img.image-shadow{
	left: -39px;
    position: absolute;
    bottom: 0;
    z-index: 6;
}

#project_detail_con .image-control{
	left: 500px;
    position: absolute;
    top: 150px;
}

#project_detail_con .image-control p{
	width: 22px;
	height: 44px;
}

#project_detail_con .image-control img{
	vertical-align:bottom;
	cursor:pointer;
}

#video_middle object{
	width:791px;
	height:443px;
}