body{
	font-size: .12rem;
}
.projects .top, .about, .news, .services, .contact{
	width: 100%;
	min-width: 9.78rem;
}
.projects .top{
	text-align: center;
	position: relative;
}
.projects .top #slide ul li{
	width: 100% !important;
}
.projects .top h2 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: .58rem;
	color: white;
	font-weight: 100;
	line-height: .90rem;
	background: red;
	font-family: Roboto-Regular;
} 
.projects .top .top_sp{
  display: none;
}
.projects .top .topSlider .slider-text{
	position: absolute; 
	top: 32%; 
	width: 100%; 
	text-align: center; 
	color: #fff;
}
.projects .top .topSlider .slider-text h3{
	text-align: center;
	font-family:'Roboto-Thin';
	font-size:.58rem; 
	font-weight: 100;
	line-height: .90rem;
}
/*end of top*/
.projectListBg{
	width: 100%;
	background: url('/../img/projects/project_list_container_bg_01.png'),url('/../img/projects/project_list_container_bg_02.png');
	background-repeat: no-repeat;
	background-position: top right, bottom left;
	padding-bottom: .50rem;
}
.project-list-container{
	width: 7.85rem;
	margin: 0 auto;
	position: relative;
}
.main_title_pj {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: .85rem;
	left: 0;
}
.main_title_pj h1 {
	font-size: .33rem;
	color: #626160;
	font-weight: 500;
	text-align: left;
}
.project-list-container h3{
	width: 6.20rem;
	margin: 0 auto;
	font-size: .16rem;
	font-weight: normal;
	line-height: .30rem;
	color: #303030;
	padding: .75rem 0 .45rem 0;
	text-align: center;
}
.project-list-container .list-container ul{
	width: 100%;
}
.project-list-container .list-container ul li .project_list_data{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #e2e3e3;
}
.project-list-container .list-container ul li:nth-child(3n+2) .project_list_data{
	margin: 0 auto;
}
.project-list-container .list-container ul li .project_list_data .title_hover{
	opacity: 0;
	cursor: pointer;
	min-height: 3.00rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	display: none;
}
.project-list-container .list-container ul li .project_list_data .title_hover .hover_border{
	min-height: 2.88rem;
	width: 95.5%;
	border: .01rem solid #fff;
	margin: 2%;
}
.project-list-container .list-container ul li .project_list_data h4{
	text-align: center;
	padding: 1.36rem 4% 0 4%;
	position: absolute;
	top: 0;
	left: 0;
	width: 92%;
	color: #fff;
	font-size: .24rem;
	font-weight: normal;
	font-family: Roboto-Regular;
	word-wrap: break-word;
}
.projectTop ul li {
	width: 100%;
	position: relative;
	max-height: 5.08rem;
	overflow: hidden;
}
.projectTop ul li .projectSlideShow{
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: .35rem 0;  
	position: absolute;
	bottom: 0;
}
.projectTop ul li .projectSlideShow div{
	width: 9.40rem;  
	margin: 0 auto;
}
.projectTop ul li .projectSlideShow div h2{
	font-size: .26rem;
	line-height: .30rem;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-family: Roboto-Regular;
}

#loader img{
	width: .50rem;
}


/**
* Grid items
*/
#main {
	position: relative;
	width: 100%;
}
#tiles {
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0;
	padding: 0;
}
#tiles li {
	width: 2rem;
	background-color: #ffffff;
	display: none; /** Hide items initially to avoid a flicker effect **/
	cursor: pointer;
	border: .01rem solid #ccc
}
#tiles li {
	-moz-box-sizing: border-box;
	   box-sizing: border-box;
}

#tiles li img {
	display: block;
}

#tiles li img {
	width: 100%;
	height: auto;
}
.project_name{
    text-align: center;
    color: #333;        
    background: #F4F7EC;      
    padding: .10rem 0;
    width: 100%;
    display: block;
    font-size: .18rem;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
    border-top: .01rem solid #ccc;
    font-family: 'Roboto-Regular';
}