.ul-subprojects li{
    float: left;
    margin-bottom: 1.2em;
    padding-right: 5%;
    width: 44%;
    }

.project-descr{
	color:#8c96a0;
	font-size:12px;
	margin:20px 0;
	line-height:1.5;
	}
.project-descr .h1{
	margin-bottom:6px;
}
 	.project-sub h3{
		font-size:14px;
		margin-bottom:15px;
		}
		.project-descr p{
			margin-bottom:10px;
		}
.project-info{
	width:100%;
	overflow:hidden;
	}
	.project-info-pic{
		float:right;
		margin-left:40px;
		}
	.project-info ul{
		list-style:none;
		overflow:hidden;
		border-top:1px solid #d9dcdf;
		}
		.project-info li{
			font-size:11px;
			color:#505860;
			border-bottom:1px solid #eceeef;
			padding:10px 0;
			}
		.project-info strong{
			color:#00a0dc;
			font-weight:normal;
			margin-left:8px;
			}
.project-fotog{
	margin-top:30px;
	}
.project-fotog h3{
	font-size:14px;
	margin-bottom:30px;
}
.project-fotog ul{
	list-style:none;
	margin-right:-30px;
	overflow:hidden;
	}
	.project-fotog li{
		float:left;
		margin:0 19px 20px 0;
        padding: 0;
        background: none;
		}
		.project-fotog img{
			float:left;
		}
.view{
	width:60px;

	overflow:hidden;
	margin-bottom:-33px;
	position:relative;
	z-index:2;
	margin-top:25px;
	background:#fff url(../img/view.png) no-repeat 0 -38px;
	}
	.view a{
		float:left;
		height:19px;
		width:26px;
		text-decoration:none;
		
		}

		.view-table.active:hover,
		.view-table.active{
            cursor: default;
			background: url(../img/view.png) no-repeat 100% -19px;
			}
		.view-text.active:hover,
		.view-text.active{
            cursor: default;
			background: url(../img/view.png) no-repeat 0 -19px;
			}
		.view-text:hover{
			background: url(../img/view.png) no-repeat 0 0;
			}
		.view-table:hover{
			background: url(../img/view.png) no-repeat 100% 0;
			}
.projects{
	list-style:none;
	margin-right:-10px;
	display:inline-block;
	width:105%;
	}
	.projects .project{
		float:left;
		width:190px;
		margin-right:5px;
		margin-bottom:5px;
		min-height: 190px;
		}
		.project{
			padding:10px;
			background:#8c96a0;
			box-shadow:0 0 5px #8c96a0;
			}
		.project:hover{
			background:#00a0dc;
		}
		.project a{
			color:#fff;
			font-weight:bold;
			text-decoration:none;
			text-shadow:0 -1px 0 rgba(0,0,0,0.4);
			}
	.h4{
		font-size:14px;
		color:#1e1e1e;
		margin-bottom:20px;
		}
		.h4 span{
			display:block;
			color:#8c96a0;
			}
