.ip-banner {
	display: none;
}
#inner-page-wrapper,
#content-full {
	margin: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
.ip-contact-wrap {
	padding: 237px 0 98px;
	overflow: hidden;
	/*background: url(../../images/contact/bg-contact.png) 0 58px no-repeat;*/
	background-image: url(../../images/contact/bg-contact.png);
	background-position: 50% 58px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
	.ip-contact-wrap:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 385px;
		background: url(../../images/contact/overlay-contact.png) top left/auto 100% repeat-x;
		pointer-events: none;
	}
	.icw-row {
		padding: 0 74px;
	}
		.icw-form {
			/*width: 950px;*/
			width: 65.43%;
		}
			#content .icw-form h1 {
			    font-weight: 700;
			    font-size: 72px;
			    letter-spacing: -.05em;
			    line-height: 1;
			    text-transform: uppercase;
			    color: #e4c87c;
			    margin: 22px 0 40px;
			}
			.icw-form [class*=aidefcf-wrapper-contact-us] .wpcf7 {
				max-width: 100%;
			}

			#content .icw-form .git-field {
				width: 100%;
				padding: 0;
			}
				.icw-form .git-field input[type="text"],
				.icw-form .git-field input[type="email"],
				.icw-form .git-field input[type="tel"],
				.icw-form .git-field textarea {
					border-color: #e4c87c;
				}
				.icw-form .col-sm-6.col-sm-6-top {
				    margin-bottom: 61px;
				}
				.icw-form .col-sm-6 {
				    margin-bottom: 8px;
				}
				.icw-form .git-field textarea {
					height: 149px;
				}
				.icw-form .git-field .btn-a {
					margin-top: 36px;
					font-size: 20px;
					letter-spacing: -.05em;
				}
				.icw-form .aidefcf-wrapper div.wpcf7-response-output {
					margin: 0;
				}

		.icw-photo {
			width: 34.57%;
			padding-left: 30px;
		}
			.icw-photo-pull-right {
			    margin-right: -74px;
			}
			.icw-photo img {
				display: block;
				width: 100%;
			}
	.icw-row-bottom {
	    margin: 54px 0 0;
	}
		.icw-col {
			width: calc(50% - 40px);
			border: 1px solid #e4c87c;
		}
		.icw-contact-info {
		    padding: 51px 15px 42px 47px;
		}
			.icw-col.icw-contact-info img {
			    display: block;
			    max-width: 100%;
			    margin-bottom: 26px;
			}
			.icw-contact {
				display: flex;
				position: relative;
				padding-left: 35px;
				font-size: 24px;
				line-height: 1.2;
				letter-spacing: .04em;
				color: #e4c87c;
				font-weight: 500;
				margin: 0 0 20px;
			}
				.mac .icw-contact.phonet,
				.mac .icw-contact.email,
				.mac .icw-contact.address {
					/*padding-top: 9px;
					margin-bottom: 11px;*/
				}
				.mac .icw-contact.phonet em.ai-mobile-phone a {
					display: block;
				}
				.icw-contact.phonet em, .icw-contact.phonet em.ai-mobile-phone a {
					display: block;
				}
				.icw-contact a {
					transition: color .3s ease;
				}
				.icw-contact a:hover {
					color: #fff;
				}

			.icw-contact.email {
			    margin: 0 0 26px;
			}
				.icw-contact i {
					position: absolute;
					left: 0;
					top: 0;
					font-style: normal!important;
				}
				.icw-contact i.ai-font-phone {
					font-size: 17px;
					top: 5px;
				}
				.icw-contact i.ai-font-envelope-f {
				    font-size: 13px;
				    top: 8px;
				}
				.icw-contact i.ai-font-location-c {
				    top: 5px;
				    left: -3px;
				}
			.icw-contact.smi {
			    margin: 35px 0 0;
			    display: flex;
			    align-items: center;
			    font-size: 28px;
			}
				.icw-contact.smi a {
				    margin-right: 25px;
				}
				.icw-contact.smi a.ai-font-facebook {
				    font-size: 25px;
				}
				.icw-contact.smi a.ai-font-youtube {
				    font-size: 36px;
				}
		.icw-contact-location {
			position: relative;
		}
			.icw-contact-location canvas {
				width: 100%;
				height: 100%;
				background-position: center;
				background-size: cover;
				display: block;
			}
			.icw-contact-location a {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
			}
				.icw-contact-location a span {
					font-weight: 700;
					font-size: 14px;
					letter-spacing: .05em;
					line-height: 1;
					color: #e4c87c;
					text-transform: uppercase;
					text-align: center;
				}
					.icw-contact-location a span i {
					    display: block;
					    font-size: 29px;
					    font-style: normal!important;
					    margin: 0 0 3px;
					}
@media only screen and (min-width: 1601px) {
	.icw-contact-location canvas {
		background-size: cover;
	}	
}
@media only screen and (max-width: 1199px) {
	.ip-contact-wrap {
		padding-top: 165px;
		background-attachment: scroll;
	}
	.icw-row {
		padding: 0 5%;
	}
		.icw-col {
			width: calc(50% - 15px);
		}
		.icw-contact-info {
			padding: 51px 15px 42px;
		}
			.icw-contact {
				font-size: 18px;
			}
				.icw-contact i.ai-font-phone {
					top: 3px;
				}
				.icw-contact i.ai-font-envelope-f {
					top: 4px;
				}
}
@media only screen and (max-width: 991px) {
	.ip-contact-wrap {
	    padding-top: 0;
	}
		#content .icw-form h1 {
			font-size: 50px;
		}
		.icw-col,
		.icw-photo,
		.icw-form {
			width: 100%;
			margin: 15px auto;
		}
		.icw-photo {
			padding-left: 0;
		}
			.icw-photo-pull-right {
				margin-right: 0;
			}
		.icw-col {
		    max-width: 500px;
		}
		.icw-contact-location canvas {
			min-height: 300px;
			background-size: cover;
		}

	.ios-true .icw-contact.phonet em.ai-mobile-phone a,
	.ios-true .icw-contact.email a {
		position: relative;
		top: 5px;
	}
	.ios-true .icw-contact.address {
		font-size: 13px;
		padding-left: 0;
	}
	.ios-true .icw-contact.address i.ai-font-location-c {
		position: relative;
		top: -6px;
		font-size: 20px;
	}
	#inner-page-wrapper {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
	.icw-form .col-sm-6.col-sm-6-top,
	.icw-form .col-sm-6 {
	    margin-bottom: 15px;
	}
	
}
@media only screen and (max-width: 480px) {
	.icw-contact {
	    font-size: 14px;
	    padding-left: 20px;
	}
		.icw-contact i.ai-font-phone {
		    top: 2px;
		    font-size: 13px;
		}
		.icw-contact i.ai-font-envelope-f {
		    top: 4px;
		    font-size: 10px;
		}
		.icw-contact i.ai-font-location-c {
		    top: 2px;
		    left: -3px;
		    font-size: 20px;
		}
}