/* currently no rules here, the following rule is just there so the minifier won't choke on an empty result */
/* .page-home #middle{
	margin-top: 0;
} */

.page-home #middle {
	margin-bottom: 0;
}


/*  Homepage Features BLOG section, start  */
	.page-home .div-home-blog h2 {
		text-align: center;
		margin-bottom: 2rem;
		font-size: 2.3rem;
		text-transform: uppercase;
	}

	.page-home .div-home-blog p {
		text-transform: uppercase;
		text-align: center;
	}

	.page-home .div-home-blog p.p-blog-title {
		max-width: 296px;
		margin: 0 auto 1rem;
	}
/*  Homepage Features BLOG section, finish  */



/*  Homepage Features PROJECTS section, start  */

.page-home .div-home-projects p {
	text-transform: uppercase;
	text-align: center;
}

.page-home .div-home-projects p.p-projects-title {
	max-width: 296px;
	margin: 0 auto 1rem;
}
/*  Homepage Features PROJECTS section, finish  */



/*  Homepage FULL WIDTH section, start  */
	.div-home-full-width {
		padding: 3rem 1rem;
		background: url(images/bg-div-home-full-width.jpg) center no-repeat;
		background-size: cover;
		display: flex;
		min-height: 550px;
	}

	.cmsDebug .div-home-full-width {
		background-image: url(../../images/bg-div-home-full-width.jpg);
	}

	.div-home-full-width .standard-width {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.page-home .div-home-full-width h2,
	.page-home .div-home-full-width h3,
	.page-home .div-home-full-width p {
		width: 50%;
		color: white;
		text-align: left;
		margin-left: 0;
	}

	.page-home .div-home-full-width h2 {
		font-size: 2.4rem;
	}

	.page-home .div-home-full-width h3 {
		font-size: 1.8rem;
	}

	.page-home .div-home-full-width p {
		font-size: 1.2rem;
	}

	.page-home .div-home-full-width p:last-child {
		margin-top: 2rem;
		margin-bottom: 0;
	}
/*  Homepage FULL WIDTH section, finish  */



/*  Homepage TESTIMONIALS section, start  */
	.div-home-testimonials {
		padding: 1rem 1rem 2rem;
		display: flex;
		flex-direction: column;
		/* background: #5c38a0; */
		/* color: #231f20; */
		/* background: url("images/bg-testim.jpg") center no-repeat;
		background-size: cover; */
	}

	/*
	.cmsDebug .div-home-testimonials {
		background-image: url("../../images/bg-testim.jpg");
	}
	*/


	.page-home .div-home-testimonials h2 {
		text-align: center;
		margin-bottom: 5rem;
		position: relative;
		font-size: 2.2rem;
		text-transform: uppercase;
		font-weight: 500;
	}

	.div-home-testimonials h2::after {
		position: absolute;
		display: block;
		content: "\201C";
		/* content: '\201D'; */
		/* font-family: "Arial, Helvetica, sans-serif"; */
		/* font-family: 'Times New Roman', Times, serif; */
		font-family: 'Fira Sans', sans-serif;
		font-size: 300%;
		color: #00884c;
		bottom: 0;
		bottom: -5rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.div-home-testimonials p {
		font-weight: 300;
		text-align: center;
	}

	.div-home-testimonials .testimonial-name {
		font-style: italic;
		text-align: center;
		font-weight: 600;
		font-size: 1.2rem;
	}

	.testimonial-name {
		margin-bottom: 2rem;
	}

	#full-test:nth-of-type(1) {
		border-top: 2px solid #f7f7f7;
		padding-top: 1rem;
	}
/*  Homepage TESTIMONIALS section, finish  */




/*  Homepage CONTACT US section, start  */
	.div-home-contact-us-container {
		padding: 2rem;
		background: #ebebeb;
	}

	.div-home-contact-us-container h2 {
		text-align: center;
		font-weight: 600;
	}

	.home-contact-us label {
		color: black;
	}

	.home-contact-us .fmrequire {
		display: none;
	}

	.home-contact-us form.cms-form #captcha-button-box {
		display: block;
		margin-left: 0;
		text-align: center;
	}

	.home-contact-us form.cms-form #captcha-button-box .cms-button-a {
		margin-bottom: 0;
	}

	.home-contact-us form.cms-form #captcha-image-box {
		margin-left: 0;
	}

	.home-contact-us form.cms-form #form-bottom {
		margin-top: 2rem;
		margin-left: 0;
		display: block;
	}
/*  Homepage CONTACT US section, finish  */






.div-home-main-text {
	padding: 0 0 2rem;
}

.div-home-main-text .cont-main {
	display: flex;
	grid-gap: 60px;
}

.div-home-main-text .cont-main > div:nth-of-type(1) {
	width: 120px;
}
.div-home-main-text .cont-main > div:nth-of-type(2) {
	flex: 1;
}

.div-home-main-text .column-text > div:nth-of-type(2) img {
	min-width: 708px;
	max-width: 709px;
}

.page-home .div-home-serv p a.cms-button-a img,
.page-home .div-home-main-text .column-text > div p a.cms-button-a img {
	width: 27px;
	margin-left: 5px;
	position: relative;
    bottom: -8px;
}



.page-home .div-home-serv a.cms-button-a,
.page-home .div-home-main-text a.cms-button-a {
  background-image: url(images/btn-mnt-skew-blue.svg);
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  background-color: unset;

  /* background: none; */
  border: none;
  width: 181px;
  height: 55px;
  transition: background .75s ease;

  text-transform: uppercase;
  padding: 0 1.5rem;
  line-height: 55px;
  text-align: center;
}
.cmsDebug.page-home .div-home-serv a.cms-button-a,
.cmsDebug.page-home .div-home-main-text a.cms-button-a {
  background-image: url(../../images/btn-mnt-skew-blue.svg);
  transition: background .75s ease;
}



.page-home .div-home-serv a.cms-button-a:hover,
.page-home .div-home-main-text a.cms-button-a:hover {
	background-image: url(images/btn-mnt-skew-blue_hover.svg);
	transition: background .75s ease;
}
.cmsDebug.page-home .div-home-serv a.cms-button-a:hover,
.cmsDebug.page-home .div-home-main-text a.cms-button-a:hover {
	background-image: url(../../images/btn-mnt-skew-blue_hover.svg);
	transition: background .75s ease;
}



.div-home-serv {
	padding: 3rem 0;
	background: #f7f2e5;
}

.div-home-serv h3,
.div-home-serv h4 {
	text-align: center;
}

.div-home-serv p {
	text-align: center;
}

.div-home-serv h3 + p {
	width: 60%;
	margin: 0 auto 2rem;
}

.div-home-serv .column-text {
	grid-gap: 4rem;
}

.div-home-serv .column-text > div {
	display: block;
	padding: 0;
}

.div-home-serv p.prop-img {
	height: 200px;
	line-height: 200px;
	margin-bottom: 2rem;
}

.div-home-serv p.prop-img img {
	vertical-align: bottom;
}






.div-home-areas {
	padding: 2rem 0;
}

.div-home-areas .column-text > div:nth-of-type(1) img {
	min-width: 708px;
	max-width: 709px;
}







.div-home-props {
	padding: 2rem 0;
	background: #f2f2f3;
}


.div-home-props > .standard-width .column-text {
	display: flex;
}

.div-home-props .column-text > div {
	padding: 0;
}

.div-home-props .column-text > div:nth-of-type(1) {
	flex: 1;
}

.div-home-props .column-text > div:nth-of-type(2) {
	flex: 3;
	display: flex;
	flex-direction: row;
	position: relative;
}

.div-home-props .column-text > div:nth-of-type(2) .fmFormContainer {
	flex: 2;
	display: flex;
    align-items: center;
}

.div-home-props .column-text > div:nth-of-type(2) .btn-home-submit {
	flex: 1;
}


.div-home-props .formFieldsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    grid-gap: 1.5rem;
}


.div-home-props h2 {
	margin: 0 20px 0 50px;
}

.div-home-props .fmFormContainer label,
.div-home-props .fmFormContainer .fmrequire {
	display: none;
}

.div-home-props form.cms-form textarea {
	min-height: unset;
	margin-bottom: 0;
}

.div-home-props form.cms-form input[type="text"],
.div-home-props form.cms-form input[type="email"],
.div-home-props form.cms-form input[type="password"],
.div-home-props form.cms-form input[type="date"],
.div-home-props form.cms-form .uploader-fake-file-wrap,
.div-home-props form.cms-form select,
.div-home-props form.cms-form textarea {
	border: none;
	height: 65px;
	padding: 0 1.5rem;
	margin: 0;
}

.div-home-props form.cms-form input[type="text"]::placeholder,
.div-home-props form.cms-form input[type="email"]::placeholder,
.div-home-props form.cms-form textarea::placeholder {
	color: #6d6e71;
	font-size: 1rem;
	font-weight: 300;
	/* font-family: 'Be Vietnam Pro', sans-serif; */
	/* font-family: 'Times New Roman', Times, serif; */
	font-family: 'Fira Sans', sans-serif;
}

.div-home-props form.cms-form #form-bottom {
	margin: 0;
	position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
}

.div-home-props form.cms-form #captcha-button-box button.cms-button-a {
	width: 275px;
	height: 155px;
	display: flex;
	justify-content: flex-end;
    align-items: flex-end;

	position: relative;

	white-space: pre-line;
    word-spacing: 9999px;
    text-align: right;

	font-size: 1.41rem;
	font-weight: 700;
	padding: 28px;
}

.div-home-props form.cms-form #captcha-button-box button.cms-button-a::before {
	position: absolute;
	content: '';
	display: block;
	width: 135px;
	height: 135px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/logo-mnt-icon.svg) center no-repeat;
	background-size: cover;
}
.cmsDebug .div-home-props form.cms-form #captcha-button-box button.cms-button-a::before {
	background-image: url(../../images/logo-mnt-icon.svg);
}

.div-home-props form.cms-form #form-bottom > div {
	margin: 0;
}








@media only screen and (max-width: 1335px) {
	.div-home-areas ul.ul-fancy {
		width: 80%;
	}
}


@media only screen and (max-width: 1250px) {


	.div-home-props .column-text > div:nth-of-type(2) .fmFormContainer {
		flex: 1;
	}

	.div-home-main-text .column-text {
		flex-direction: column-reverse;
		grid-gap: 2rem;
	}

	.div-home-areas .column-text {
		flex-direction: column;
	}

	.div-home-main-text .column-text > div,
	.div-home-areas .column-text > div {
		padding: 0;
	}

	.div-home-areas .column-text > div:nth-of-type(2) {
		margin-top: 2rem;
	}

	.div-home-main-text .column-text > div:nth-of-type(2) img,
	.div-home-areas .column-text > div:nth-of-type(1) img {
		min-width: auto;
	}

	.div-home-areas ul.ul-fancy {
		margin-bottom: 0;
	}

}



@media only screen and (max-width: 1185px) {
	.div-home-blog .column-text > div:nth-of-type(3),
	.div-home-projects .column-text > div:nth-of-type(3) {
		display: none;
	}
}


@media only screen and (max-width: 1140px) {
	ul.ul-fancy {
		width: 75%;
	}
}

@media only screen and (max-width: 1080px) {
	/* .div-home-serv .column-text > div > p {
		left: 15px;
		bottom: 5px;
	} */
}


@media only screen and (max-width: 1040px) {

}


@media only screen and (max-width: 899px) {
	
	/* .div-home-serv .column-text {
		grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1rem),1fr));
	} */

	/* .div-home-main-text p,
	ul.ul-fancy {
		width: 100%;
	} */

	/* ul.ul-fancy {
		margin-left: 3rem;
	} */

	/* .div-home-customer .customer-txt {
		padding: 1rem 0;
		position: relative;
		top: 0;
		transform: unset;
		left: 0;
		width: 100%;
	}

	.div-home-customer {
		padding-top: 0;
	} */

	.div-home-props > .standard-width .column-text {
		flex-direction: column;
		grid-gap: 2rem;
	}

	.div-home-props h2 {
		margin: 0;
		text-align: center;
	}
}



@media only screen and (max-width: 768px) {
	ul.ul-fancy {
		columns: auto;
	}	
}


@media only screen and (max-width: 679px) {
	/* .page-home #middle {
		margin-top: 0;
	} */

	.div-home-full-width {
		min-height: auto;
	}

	.page-home .div-home-full-width h2,
	.page-home .div-home-full-width h3,
	.page-home .div-home-full-width p {
		text-align: center;
		width: 90%;
		margin: 1rem auto;
	}

	.div-home-testimonials {
		padding: 0rem 1.5rem 2rem;
	}

	.page-home h1,
	.page-home h2 {
	  margin-bottom: 1rem;
	}
  
	/* .page-home h2 {
	  text-align: left;
	} */
  
	.div-home-blog .column-text > div:nth-of-type(3),
	.div-home-projects .column-text > div:nth-of-type(3) {
	  display: block;
	}
  
	.div-home-contact-us-container {
	  padding-top: 1rem;
	}
  
	.div-home-contact-us-container h2 {
	  text-align: center;
	}



	.div-home-adv p {
		width: 100%;
	}

	.div-home-props form.cms-form #form-bottom {
		position: unset;
		transform: unset;
	}

	.div-home-props .formFieldsContainer {
		margin-bottom: 3rem;
	}

	.div-home-props .column-text > div:nth-of-type(2) .btn-home-submit {
		display: none;
	}

	.div-home-main-text .cont-main {
		grid-gap: 20px;
	}

	.div-home-main-text .cont-main > div:nth-of-type(1) {
		width: 50px;
	}


	.div-home-serv .column-text {
		flex-direction: column;
		grid-gap: 2rem;
	}

}


@media only screen and (max-width: 550px) {
	.div-home-areas ul.ul-fancy {
		margin-left: 5rem;
	}
}

@media only screen and (max-width: 450px) {
	/* .div-home-serv .column-text {
		grid-template-columns: repeat(auto-fit, minmax(calc(100% - 1rem),1fr));
	} */
/* 
	.customer-txt .logos {
		flex-direction: column;
		align-items: center;
	} */
}