@media (min-width: 1199px) {
	.home-concept-construction {
		background: transparent url(../../img/home-concept-small.png) no-repeat center 63%;
	}
}
.diamonds {
	font-size: 0;
	margin: 40px auto;
	position: relative;
	text-align: center;
}
.csstransforms3d .diamonds {
	padding: 50px 0 0 57px;
}
.no-csstransforms3d .diamonds {
	max-width: 1060px;
}
.diamonds > li {
	display: inline-block;
	font-size: 18px;
	margin-right: 135px;
}
.no-csstransforms3d .diamonds > li {
	margin: 0 20px 20px 0;
}
.diamonds .diamond {
	background: #f4f4f4;
	display: block;
	height: 255px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 255px;
}
.diamonds .diamond:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transform: scale(0);
	z-index: 100;
}
.diamonds .diamond:hover:after {
	opacity: 0.3;
	transform: scale(1);
}
.diamonds .diamond:hover .content:after {
	opacity: 0.8;
	transform: scale(1);
}
.csstransforms3d .diamonds .diamond {
	overflow: hidden;
	transform: rotate(-45deg);
}
.diamonds .content {
	display: table-cell;
	height: 255px;
	padding: 0 10px;
	transform: rotate(45deg);
	text-align: center;
	vertical-align: middle;
	width: 255px;
	position: relative;
}
.diamonds .content:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
	content: "\e091";
	font-family: "simple-line-icons";
	font-size: 28px;
	left: 27%;
	margin: -6px -12px;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 1000;
	transform: scale(2);
}
.diamonds .content img {
	margin-left: -25%;
	max-width: 375px;
}
.diamonds .diamond-sm .content:after {
	left: 24%;
	top: 48%;
}

@media (min-width: 1199px) {
	.diamonds > li:nth-child(3) {
		margin-right: 0;
	}
	.diamonds > li:nth-child(4) {
		margin-left: -385px;
		margin-top: -42px;
		position: absolute;
	}
	.diamonds > li:nth-child(5) {
		margin-left: 527px;
		margin-top: -70px;
	}
	.diamonds > li:nth-child(6) {
		position: absolute;
		margin: -6px 0 0 -27px;
	}
	.diamonds > li:nth-child(7) {
		position: absolute;
		margin: 97px 0 0 -133px;
	}
	.diamonds .diamond-sm {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content img {
		max-width: 195px;
	}
}
@media (max-width: 1199px) {
	.csstransforms3d .diamonds,
	.diamonds {
		padding-left: 0;
	}

	.diamonds > li:nth-child(2n+2) {
		margin-right: 0;
		margin-bottom: 135px;
	}

	.diamonds > li:last-child {
		margin-bottom: 50px;
		margin-right: 41px;
		margin-top: -110px;
		padding-left: 40px;
	}
}
@media (max-width: 748px) {
	.csstransforms3d .diamonds,
	.diamonds {
		max-width: 255px;
		padding-left: 0;
	}

	.diamonds > li {
		margin-right: 0;
		margin-bottom: 135px;
		clear: both;
	}

	.diamonds > li:last-child {
		margin-bottom: 50px;
		margin-right: 0;
		margin-top: 0;
		padding-left: 0;
	}
}
@media (min-width: 1199px) {
	.row-diamons-description {
		margin-top: -150px;
		float: left;
	}
}
.section-custom-construction {
	overflow: hidden;
}
.section-custom-construction .container {
	position: relative;
}
.section-custom-construction .container:after {
	background: #000 none repeat scroll 0 0;
	bottom: -220px;
	content: "";
	height: 200px;
	position: absolute;
	right: 0;
	transform: rotate(50deg);
	width: 200px;
	z-index: 1;
}
.section-custom-construction .container:before {
	background: #000 none repeat scroll 0 0;
	bottom: -235px;
	content: "";
	height: 200px;
	position: absolute;
	right: 75px;
	transform: rotate(50deg);
	width: 200px;
	z-index: 2;
}

@media (min-width: 992px) {
	.section-custom-construction-2 {
		overflow: hidden;
		position: relative;
		padding-bottom: 80px;
	}
	.section-custom-construction-2:after {
		background: #000 none repeat scroll 0 0;
		bottom: -140px;
		content: "";
		height: 200px;
		left: 25px;
		position: absolute;
		transform: rotate(50deg);
		width: 200px;
		z-index: 1;
	}
}
.testimonial.testimonial-with-quotes blockquote p {
	font-size: 20px;
}

@media (max-width: 991px) {
	section.section.section-background {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}



