body {
	background: #050505;
	color: #fff;
}

#center {
	padding-bottom: 40px;
}


.end p{
	font-weight: 600;
	color: #3a3a3a;
}

.homeRow {
	float: left;
	width: 100%;
}

.homeRow.block2 a, .homeRow.block3 a{
/*	float: left;
	width: 100%;	*/
}

.titleWrap {
	float: left;
	width: 100%;
}

.homeRow img{
	opacity: 0.4;
}

#block1 img{
	opacity: 1;
}

.homeRow img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	float: left;
	opacity: 0.3;
}

.block1 a{
	top: 30px;
	position: relative;
}

.block1 a:hover {

}

.block2, .block3 {
	width: 50%;
}

.overlay {
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.25);
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
}

/*.overlay:hover {

	background: rgba(0,0,0,0.1);
}
*/