.projects .top,
.about,
.news,
.services,
.contact{
  width: 100%;
  min-width: 978px;
}
.projects .top{
  text-align: center;
  position: relative;
}
.main_title_pj {
    width: 80%;
	margin: 0 auto;
    position: absolute;
    top: 85px;
    left: 0;
}
.main_title_pj h1 {
    font-size: 33px;
    color: #626160;
    font-weight: 500;
    text-align: left;
}
.projects .top #slide ul li{
  width: 100% !important;
}
.projects .top h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 58px;
  color: #ffffff;
  font-weight: 100;
  line-height: 90px;
  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:58px; 
  font-weight: 100;
  line-height: 90px;
}
/*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: 50px;
}
.project-list-container{
	width: 80%;
	position: relative;
	margin: 0 auto;
}
@media screen and (min-width: 1600px){
	.project-list-container{
		position: relative;
		width: 1280px;
		margin: 0 auto;
	}
}
.project-list-container h3{
	width: 620px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #303030;
	padding: 75px 0 45px 0;
	text-align: center;
}
.project-list-container .list-container ul{
	width: 100%;
}

.project-list-container .list-container ul li{
	margin: 0 0 0 0;
}
.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;
	width: 100%;
	height: 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: 461.5px;
	width: 95.5%;
	border: 1px solid #fff;
	margin: 2%;
}
.project-list-container .list-container ul li .project_list_data h4{
	text-align: center;
	padding: 226px 4% 0 4%;
	position: absolute;
	top: 0;
	left: 0;
	width: 92%;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: Roboto-Regular;
	word-wrap: break-word;
}
.projectTop ul li {
  width: 100%;
  position: relative;
  max-height: 508px;
  overflow: hidden;
}
.projectTop ul li .projectSlideShow{
  width: 100%;
  background: rgba(0,0,0,0.8);
  padding: 35px 0;  
  position: absolute;
  bottom: 0;
}
.projectTop ul li .projectSlideShow div{
  width: 940px;  
  margin: 0 auto;
}
.projectTop ul li .projectSlideShow div h2{
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-family: Roboto-Regular;
}

#loader img{
	width: 50px;
}
/**
* 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: 200px;
	background-color: #ffffff;
	display: none; /** Hide items initially to avoid a flicker effect **/
	border: 1px 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;    
    position: relative;    
    padding: 10px 0;
    width: 100%;
    display: block;
	background: rgba(238,238,238,1);
	font-size: 14px;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
    border-top: 1px solid #ccc;
    font-family: 'Roboto-Regular';
}