#main-wrapper {
	width: 100%;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

#breadcrumbs {
    display: block !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    letter-spacing: .130em;
}

.ip-banner::after {
	position: absolute;
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	height: 192px;
	background-image: url(../../images/listing-details/ip-det-lay1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

	.ip-banner canvas {
		min-height: 419px;
	}

	.ip-breadcrumbs {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: rgba(22, 188, 178, 0.95);
		color: #fff;
		z-index: 2;
		padding: 34px 0;   
	}

	.ip-banner .container {
	    position: relative;
	    top: 0;
	    left: 0;
	    transform: translate(0);
	}

	.ip-banner span.breadcrumb_last {
		font-weight: 700;
		color: #1b2759;
		text-transform: uppercase;
	}

	.ip-banner::before{ display: none; }

	#content-sidebar, #content-full {
		margin-top: 0;
	}

	.contact-container {
		position: relative;
	}

		.contact-container::after {
			content: '';
			bottom: 0;
			width: 100%;
			height: 400px;
			background-image: url(../../images/contact/contact-bg.jpg);
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			position: absolute;
		}

		.contact-container::before {
			content: '';
			bottom: 0;
			width: 100%;
			height: 400px;
			background-color: rgba(255,255,255,.75);
			position: absolute;
			left: 0;
			z-index: 1;
		}

	.contact-wrap {
		font-size: 0;
		padding-top: 75px;	
		padding-bottom: 70px;
	}

		.contact-left {
		    position: relative;
		    padding: 92px 0 110px;
		    z-index: 4;
		}

		.contact-right {
			background-color: #fff;
			position: relative;
		    padding-top: 159px;	
			margin-left: -30px;
    		margin-right: -40px;	
    	    padding: 159px 0 243px 64px;	
    	    z-index: 4;
		}

			.contact-right::after {
				content: '';
				width: 100%;
				float: right;
				height: 100%;
				background: #fff;
				position: absolute;
				top: 0;
				right: 0;
				z-index: 1;
			}

			.contact-left::after {
				content: '';
				width: calc(((100vw - 1140px) / 2) + 100%);
				float: right;
				height: 100%;
				background: #16bcb2;
				position: absolute;
				top: 0;
				right: 0;
				z-index: 1;
			}

			.contact-title h1 {
			    margin: 0 auto !important;
			    font-family: 'Roboto', sans-serif;
			    font-weight: 500 !important;
			    text-transform: uppercase;
			    color: #fff;
			    letter-spacing: .060em;
			    font-size: 40px !important;
			}

				.contact-sub-title {
				    font-family: 'Roboto', sans-serif;
				    font-weight: 400;
				    font-size: 15px;
				    color: #fff;
				    line-height: 24px !important;
				    letter-spacing: .050em;
				    margin-top: 9px;    
				}

			.contact-left-inner {
			    position: relative;
			    z-index: 2;
			}

			.contact-left form {
			    position: relative;
			    max-width: 516px;
			    width: 100%;
			}

			.contact-form-wrapper {
			    margin-top: 35px;    
			}

.contact-input {
    width: 100%;
    display: block;
    margin-bottom: 32px;    
}

	.contact-short {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}

	.contact-mess {
		width: 100%;
		display: block;
	    margin-top: 43px;	
	}

	.contact-input input,
	.contact-short input,
	.contact-mess textarea {
	    width: 100%;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 400;
	    font-size: 14px;
	    color: #fff;
	    letter-spacing: .020em;
	    padding: 0 2px;
	    background: transparent;
	    border: 0;
	    border-bottom: 1px solid #fff;
	    height: 52px;
	    outline: none;
	}

	.contact-mess textarea {
	    height: 92px;
	    resize: none;
	}

	.contact-input-left {padding-right: 9.5px;}
	.contact-input-right {padding-left: 9.5px;}

	.contact-btn {
	    margin-top: 37px;
	}

		.contact-btn .wpcf7-submit {
		    font-family: 'Roboto', sans-serif;
		    font-weight: 500;
		    font-size: 14px;
		    text-transform: uppercase;
		    text-align: center;
		    color: #fff;
		    max-width: 175px;
		    display: block;
		    background: transparent;
		    width: 100%;
		    border: 0;
		    border: 1px solid #fff;
		    padding: 22px 0;
		    -webkit-transition: all .325s ease-in-out;
			-moz-transition: all .325s ease-in-out;
			-ms-transition: all .325s ease-in-out;
			transition: all .325s ease-in-out;
			outline: none;
		}

		.contact-left .wpcf7-response-output {
		    position: absolute;
		    width: 100%;
		    font-size: 12px;
		    text-align: center;
		    color: #fff !important;
		    margin: 0;
		}

		.contact-left span.wpcf7-not-valid-tip {
			font-size: 12px;
		}


			.contact-btn .wpcf7-submit:hover {
				background-color: #fff;
				color: #16bcb2;
			}

			.contact-add {
				margin-top: 62px;
			    padding-left: 62px;	
			}

			.contact-add-item a {
			    font-family: 'Roboto', sans-serif;
			    font-weight: 400;
			    color: #686868 !important;
			    font-size: 20px;
			    -webkit-transition: all .325s ease-in-out;
				-moz-transition: all .325s ease-in-out;
				-ms-transition: all .325s ease-in-out;
				transition: all .325s ease-in-out;
			}

				.contact-add-item a:hover {
					color: #16bcb2 !important;
				}

			.contact-add-item {
			    margin-bottom: 27px;
			}

			.contact-add-item:first-child span {
				font-size: 19px;
			}

			.contact-add-item span {
			    font-size: 13px;
			    color: #1b2759;
			    padding-right: 8px;
			}

			.contact-smi {
			    max-width: 258px;
			    display: flex;
			    justify-content: space-between;
			    margin-left: 62px;
			}

				.contact-smi-item a {
				    font-size: 29px;
				    color: #1b2759;
				    display: block;
				    -webkit-transition: all .325s ease-in-out;
					-moz-transition: all .325s ease-in-out;
					-ms-transition: all .325s ease-in-out;
					transition: all .325s ease-in-out;
				}

					.contact-smi-item a:hover {
						color: #16bcb2;
					}

				.contact-right-inner {
					position: relative;
					z-index: 2;
				}

				.ip-det-map-wrap {
			position: relative;
		}

		.ip-det-map-det {
		    max-width: 343px;
		    background: #16bcb2;
		    font-family: 'Roboto', sans-serif;
		    font-weight: 400;
		    font-size: 20px;
		    color: #fff;
		    letter-spacing: .050em;
		    text-align: center;
		    padding: 30px 0;
		    width: 100%;
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    transform: translate(-50%, -50%);
		}

			.ip-det-map-det::after {
				position: absolute;
				top: 100%;
				left: 50%;
				transform: translateX(-50%);
				width: 14px;
				height: 12px;
				background-image: url(../../images/listing-details/ip-det-arrow.png);
				background-repeat: no-repeat;
				background-position: center;
				content: '';
			}

			.ip-det-map-img canvas {
			    display: block;
			    width: 100%;
			    height: 100%;
			    background-size: cover;
			    background-repeat: no-repeat;
			    background-position: center;
			    filter: grayscale(1);
			}

@media only screen and (max-width: 1365px) {
	.contact-right {
		margin-right: 9px;
	}

}		

@media only screen and (max-width: 1199px) {
	.contact-right {
		padding: 159px 0 243px 10px;
	}

	.contact-left::after {
		width: calc(((100vw - 938px) / 2) + 100%);
	}

.contact-add-item a {
    font-size: 15px;
}

}	

@media only screen and (max-width: 1024px) {
	.contact-right {
    	margin-right: -7px;
	}
}

@media only screen and (max-width: 991px) {
	.contact-left::after {
		width: 100%;
	}

	.contact-left-inner {
		text-align: center;
	}

	.contact-left form {
		margin: 0 auto !important;
	}

	.contact-btn .wpcf7-submit {
		margin: 20px auto;
	}

	.contact-right {
	    margin: 0;
	    width: 100%;
	}

	.contact-logo img {
	    margin: 0 auto;
	}

	.contact-add {
		padding: 0;
		text-align: center;
	}

	.contact-smi {
		margin-left: 0;
		margin: 0 auto;
	}

	.contact-left {
	    padding: 93px 20px 111px;
	}

}

@media only screen and (max-width: 767px) {
	.ip-det-map-det {
		max-width: 222px;
		font-size: 13px;
		padding: 8px 0;
	}
}

@media only screen and (max-width: 567px) {
	.contact-short{
	    width: 100%;
	}

	.contact-input-left {
	    padding-right: 0;
	    margin-bottom: 43px;
	}

	.contact-input-right {
	    padding-left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.contact-title h1 {
		font-size: 36px !important;
	}

	.contact-right {
		padding: 114px 0 121px 10px;
	}

	.contact-add-item a {
		font-size: 20.02px;
	}
}





