body.layout-reference #slider {
	display:none;
	visibility:hidden;
}
body.layout-reference #content {
	padding-left:50px;
	padding-right:25px;
	padding-top:60px;
	width:1125px;
}
body.layout-reference #content .content.left {
	padding-right:25px;
	width:630px;
	border-right:0px;
}
body.layout-reference #content .content.left a {
	background-size:200% !important;
	background-position:center center !important;
	display:inline-block;
	float:left;
	width:210px;
	height:210px;
	text-decoration:none;
	overflow:hidden;
}
body.layout-reference #content .content.left a:hover span {
	width:inherit;
	height:inherit;
	background:rgba(0, 0, 0, 0.7);
	position:relative;
	z-index:1000;
	display:block;
	text-align:center;
    font-weight:400;
    color:#FFF;
    font-size:54px;
    padding-top: 35%;
    box-sizing:border-box;
}
body.layout-reference #content .content.left a:hover span:after {
    content: "+";
}
body.layout-reference #content .content.right {
	width:470px;
	margin-top:0px;
}
body.layout-reference #content .content.right h2 {
	margin-bottom:0px;
}
body.layout-reference #content .content.right p {
	text-align:left;
}

@media all and (max-width: 1230px) {
	body.layout-reference #content {
		width:100% !important;
	}
	body.layout-reference #content .content.left {
		padding-left:50px !important;
		width:420px !important;
	}
	body.layout-reference #content .content.right {
		width:50% !important;
	}
}
@media all and (max-width: 1024px) {
	body.layout-reference #content .content.left {
		margin-bottom:40px;
	}
	body.layout-reference #content .content.left,
	body.layout-reference #content .content.right {
		width:100% !important;
		padding:0 30px 0 30px !important;
		box-sizing: border-box;
		min-height:auto !important;
	}
	body.layout-reference #content .content.left a {
		width:25%;
		height:auto;
	}
	body.layout-reference #content .content.left a:hover span {
		width:100%;
	}
	body.layout-reference #content .content.right h2,
	body.layout-reference #content .content.right p {
		padding-left:0px !important;
	}
}
@media all and (max-width: 800px) {
	body.layout-reference #content .content.left a {
		width:33%;
	}
}
@media all and (max-width: 600px) {
	body.layout-reference #content .content.left a {
		width:50%;
	}
}