.canvas_img {
    position: relative;
}
    .canvas_img canvas {
        width: 100%;
        height: auto;
        display: block;
    }
    .canvas_img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }
.page-template-property-management #inner-page-wrapper #content-full {
	margin-top: 80px;
}
.page-template-property-management #inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
.page-template-property-management .ip-banner canvas {
	min-height: 500px;
}
.page-template-property-management .ip-banner::before {
	background: rgba(0,0,0,0.3);
}
.page-template-property-management .ip-banner::after {
	width: 44.81%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-image: url(../../images/property-management/ip-accent-logo.png);
	background-size: auto 100%;
	background-position: top right;
	background-repeat: no-repeat;
	opacity: 0.08;
}
.page-template-property-management .ip-banner #breadcrumbs {
	width: 100%;
	max-width: 1170px;
	position: absolute;
	z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
	margin: 1.12em auto;
	color: #ffffff;
	font-size: 11px;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.11em;
}
.page-template-property-management .ip-banner #breadcrumbs a {
	color: inherit;
	transition: all 0.3s ease-in-out;
}
.page-template-property-management .ip-banner #breadcrumbs a:hover {
	opacity: 0.6;
}
.page-template-property-management #content #breadcrumbs {
	display: none;
}

.ip-propmngmnt-top-btns {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.ip-propmngmnt-btn {
	/*width: 199px;*/
	width: 17.5%;
}
.ip-propmngmnt-btn a {
	width: 100%;
	height: 59px;
	display: block;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
	line-height: 55px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 2px solid #838383;
	transition: all 0.3s ease-in-out;
}
.ip-propmngmnt-btn a:hover {
	color: #ffffff;
	border-color: #ae1563;
	background-color: #ae1563;
}
#content .ip-rental-title .section-title {
	margin: 80px 0 60px;
	font-size: 55px;
}
.ip-rental-item {
	width: 100%;
    display: flex;
    align-items: center;
	margin-bottom: 38px;
	padding-bottom: 39px;
	position: relative;
}
	.ip-rental-item::after {
		width: calc(100% - 30px);
		height: 1px;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color: #e5e5e5;
	}
	.ip-rental-photo {
		font-size: 0;
	}
		.ip-rental-photo a {
			width: 100%;
			height: 100%;
			display: block;
			transition: all 0.3s ease-in-out;
			position: relative;
		}
			.ip-rental-photo a::before {
				width: 100%;
				height: 100%;
				content: '';
				position: absolute;
				z-index: 1;
				top: 0;
				left: 0;
				background-color: #000000;
				opacity: 0;
				transition: all 0.3s ease-in-out;
			}
			.ip-rental-photo a:hover::before {
				opacity: 0.3;
			}

	.ip-rental-text {
		color: #000000;
		font-family: 'Barlow', sans-serif;
		text-transform: uppercase;
	}
		.ip-rental-address {
			margin-bottom: 10px;
			font-size: 18px;
			font-weight: 500;
			line-height: 1;
			letter-spacing: 0.11em;
		}
		.ip-rental-info {
			font-size: 0;
			line-height: 1;
		}
			.ip-rental-info span {
				font-size: 13px;
				display: inline-block;
				vertical-align: middle;
				padding: 0 14px;
				letter-spacing: 0.11em;
				position: relative;
			}
				.ip-rental-info span::before {
					width: 1px;
					height: 12px;
					content: '';
					position: absolute;
					top: calc(50% - 6px);
					left: -1px;
					background-color: #a9a9a9;
				}
				.ip-rental-info span:first-child {
					padding-left: 0;
				}
				.ip-rental-info span:last-child {
					padding-right: 0;
				}
					.ip-rental-info span:first-child::before {
						display: none;
					}
.ip-rental-btn {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	text-align: center;
}
	.ip-rental-btn a.btn-a {
		font-size: 14px;
		padding: 16px 37px;
	}

/* SERVICES */
.ip-services-wrap {
	margin-top: 90px;
	padding: 100px 0 70px;
	position: relative;
}
	.ip-services-bg {
		width: 100%;
		height: 60%;
		max-height: 555px;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #1b1b1b;
		overflow: hidden;
	}
		.ip-services-bg canvas {
			width: 100%;
			height: 100%;
			background-attachment: fixed;
			background-size: cover;
			background-position: center;
			opacity: 0.5;
		}
		.safari-true .ip-services-bg canvas,
		.mobile .ip-services-bg canvas {
			background-attachment: scroll;
		}
	.ip-services-inner {
		position: relative;
		z-index: 2;
		padding-left: 5.94%;
		padding-right: 5.94%;
	}
		.ip-services-title h2,
		.ip-services-title h2 span {
			color: #ffffff;
		}
		#content .ip-services-title h2 {
			font-size: 55px;
			margin: 0;
			padding: 0 0 25px;
		}
		.ip-services-content {
			margin-top: 60px;
			padding: 75px 6.87% 10px;
			display: flex;
			flex-flow: wrap;
			justify-content: space-between;
			background-color: #ffffff;
			background-image: url(../../images/property-management/ip-services-content-bg.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
			box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
		}
			.ip-services-item {
				width: 30.1%;
				max-width: 354px;
				display: inline-block;
				vertical-align: top;
				margin-bottom: 75px;
			}
				.ip-services-item a {
					width: 100%;
					height: 100%;
					padding: 0 0 32px 10px;
					display: flex;
					align-items: flex-end;
					justify-content: space-between;
					position: relative;
				}
					.ip-services-item a {
						color: inherit;
					}
					.ip-services-item a:before,
					.ip-services-item a:after {
					    content: '';
					    position: absolute;
					    left: 0;
					    bottom: 0;
					    height: 5px;
					}
					.ip-services-item a:before {
					    width: 100%;
					    background: #cbcbcb;
					}
					.ip-services-item a:after {
					    width: 90px;
					    background: #1563ae;
					    transition: all .3s cubic-bezier(0.81, -0.07, 0.34, 1.15);
					}
						.ip-services-item a:hover:after {
						    width: 100%;
						}
				.ip-services-text {

				}
					.ip-services-text strong {
						display: block;
						margin-bottom: 8px;
						color: #585858;
						font-size: 20px;
						font-weight: 700;
						letter-spacing: 0.15em;
						font-family: 'Lora', serif;
						text-transform: uppercase;
					}
					#content .ip-services-text p {
						margin: 0;
						font-size: 14px;
						font-weight: 300;
						line-height: 1.6;
    					letter-spacing: 0.02em;
					}
				.ip-services-icon {
					font-size: 0;
					margin: 0 0 5px 45px;
				}
					.ip-services-icon .icon-arrow {
						width: 35px;
					    height: 35px;
					    display: inline-block;
					    background: url(../../images/icon-arrow.png) 0 0;
					}
						.ip-services-icon .icon-arrow::before {
							content: '';
						    display: block;
						    width: 35px;
						    height: 35px;
						    background: url(../../images/icon-arrow.png) -35px 0;
						    opacity: 0;
						    transition: all .3s ease;
						}
						.ip-services-item a:hover .icon-arrow::before {
						    opacity: 1;
						}

/* MOBILE */
@media only screen and (max-width: 1199px) {
	.page-template-property-management .ip-banner #breadcrumbs {
		max-width: 970px;
	}
	.ip-propmngmnt-btn a {
		font-size: 13px;
		letter-spacing: 0.05em;
	}
	.ip-services-bg canvas {
		background-attachment: scroll;
	}
	.ip-services-inner {
		padding-left: 3.94%;
    	padding-right: 3.94%;
	}
	.ip-services-content {
		padding-left: 3.87%;
		padding-right: 3.87%;
	}
}

@media only screen and (max-width: 991px) {
	.page-template-property-management .ip-banner canvas {
	    min-height: 250px;
	}
	.page-template-property-management .ip-banner #breadcrumbs {
		max-width: 750px;
	}
	.ip-propmngmnt-top-btns {
		display: block;
	}
	.ip-propmngmnt-btn {
		width: 100%;
		max-width: 230px;
		display: inline-block;
		vertical-align: top;
		margin: 5px;
	}
	.ip-rental-title {
		text-align: center;
	}
	#content .ip-rental-title .section-title {
		display: inline-block;
	}
	.ip-rental-item {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.ip-rental-photo .canvas_img {
		max-width: 161px;
		margin: 0 auto 20px;
	}
	.ip-rental-text {
		text-align: center;
	}
	
	.ip-services-content {
		justify-content: center;
	}
	.ip-services-item {
		width: 100%;
		margin-left: 15px;
    	margin-right: 15px;
	}
}

@media only screen and (max-width: 767) {
	.page-template-property-management .ip-banner #breadcrumbs {
		max-width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#content .ip-services-title h2 {
		font-size: 50px;
	}
}