.aiosp-iframe-holder .aiosp-content {
	max-width: 70%;
}
.ip-banner, #content .entry-title {
	display: none;
}
#inner-page-wrapper {
	margin-bottom: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
#content-sidebar, #content-full {
	margin-top: 0;
}
#content .ip-custom-breadcrumbs p#breadcrumbs {
	margin: 40px 0 0;
	color: #949494;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.005em;
}
	#content .ip-custom-breadcrumbs p#breadcrumbs span.breadcrumb_last {
		color: #ffffff;
	}
	#content .ip-custom-breadcrumbs p#breadcrumbs a {
		color: inherit;
	}
	#content .ip-custom-breadcrumbs p#breadcrumbs a:hover {
		color: #ffffff;
	}
.ip-property-details-wrap {

}
	/* PROPERTY DETAILS SLIDER START */
	.ip-propdets-slider-wrap {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		position: relative;
	}
		#ip-propdets-slider {

		}
			.ip-propdets-slide-item {

			}
				.ip-propdets-slide-photo {
					font-size: 0;
					position: relative;
				}
					.ip-propdets-slide-photo::before {
			            width: 100%;
			            height: 421px;
			            max-height: 100%;
			            content: '';
			            position: absolute;
			            z-index: 2;
			            bottom: -1px;
			            left: 0;
			            background-image: url(../../images/slide-overlay.png);
			            background-size: 100% 100%;
			            background-position: top left;
			            background-repeat: repeat-x;
			        }
			        .ip-propdets-slide-photo::after {
			            width: 100%;
			            height: 100%;
			            content: '';
			            position: absolute;
			            z-index: 1;
			            top: 0;
			            left: 0;
			            background-color: var(--primary-color);
			            opacity: 0.25;
			        }
					.ip-propdets-slide-photo canvas {
						width: 100%;
						height: auto;
						min-height: 380px;
						display: block;
					}
					.ip-propdets-slide-photo img {
						width: 100%;
						height: 100%;
						object-fit: cover;
						position: absolute;
						top: 0;
						left: 0;
					}
		.ip-propdets-slide-text-wrap {
			width: 100%;
			position: absolute;
			z-index: 5;
			left: 0;
			bottom: 35px;
		}
			.ip-propdets-slide-text-wrap > .container-fluid {
				max-width: 1450px;
			}
				.ip-propdets-slide-text {
					display: -webkit-box;
	                display: -ms-flexbox;
	                display: flex;
	                flex-wrap: wrap;
	                align-items: flex-end;
	                justify-content: space-between;
	                font-size: 0;
	                text-transform: uppercase;
				}
					.ip-propdets-address {
						width: 80%;
						display: inline-block;
						vertical-align: top;
						color: #ffffff;
						font-size: 40px;
						font-family: var(--Italiana);
						line-height: 1.2;
						letter-spacing: 0.05em;
					}
					.ip-propdets-slider-arrows-wrap {
						width: 20%;
						display: inline-block;
						vertical-align: top;
						text-align: right;
					}
						.ip-propdets-slider-arrows {
		                    width: 145px;
		                    height: 60px;
		                    display: inline-block;
		                    vertical-align: top;
		                    position: relative;
		                    text-align: right;
		                }
		                    .ip-propdets-slider-arrows .slick-arrow {
		                        width: 60px;
		                        height: 60px;
		                        position: absolute;
		                        top: 0;
		                        color: #ffffff;
		                        border: 2px solid #b6b6b6;
		                        border-radius: 50%;
		                        text-align: center;
		                        cursor: pointer;
		                    }
		                        .ip-propdets-slider-arrows .slick-arrow:hover {
		                            color: var(--primary-color);
		                            background-color: #ffffff;
		                            border: 2px solid #ffffff;
		                        }
		                        .ip-propdets-slider-arrows .slick-arrow.propdets_prev {
		                            left: 0;
		                        }
		                        .ip-propdets-slider-arrows .slick-arrow.propdets_next {
		                            right: 0;
		                        }
		                        .ip-propdets-slider-arrows .slick-arrow span {
		                            display: block;
		                            font-size: 13px;
		                            line-height: 56px;
		                        }

	/* PROPERTY DETAILS SLIDER END */


	/* PROPERTY DETAILS CONTENT START */
	.ip-propdets-content-wrap {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		background-image: url(../../images/properties/prop-details-bg.jpg);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
		.ip-propdets-content-wrap::before {
			width: 100%;
			height: 100%;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			background-color: var(--primary-color);
			opacity: 0.85;
		}
		.ip-propdets-content-wrap > div {
			position: relative;
			z-index: 2;
		}
			.ip-propdets-top-content {
				
			}
				.ip-propdets-tabs {
					padding: 30px 0 0;
					display: -webkit-box;
			        display: -ms-flexbox;
			        display: flex;
			        flex-wrap: wrap;
			        align-items: center;
			        justify-content: flex-start;
			        position: relative;
				}
					.ip-propdets-tabs::before {
						width: calc(100% + 280px);
						height: 1px;
						content: '';
						position: absolute;
						bottom: 0;
						left: -140px;
						background-color: #ffffff;
						opacity: 0.2;
					}
					.ip-propdets-tabs a {
						padding: 0 20px 20px;
						margin-left: 40px;
						color: #656565;
						font-size: 18px;
						font-weight: 300;
						text-transform: uppercase;
						letter-spacing: 0.02em;
						position: relative;
					}
						.ip-propdets-tabs a::after {
							width: 100%;
							height: 2px;
							content: '';
							position: absolute;
							bottom: 0;
							left: 0;
							right: 0;
							margin: 0 auto;
							background-color: #ffffff;
						}
						.ip-propdets-tabs a::after {
							opacity: 0;
						}
						.ip-propdets-tabs a:first-child {
							margin-left: 0;
							color: #ffffff;
						}
							.ip-propdets-tabs a:hover {
								color: #ffffff;
							}
							.ip-propdets-tabs a:first-child::after, .ip-propdets-tabs a:hover::after {
								opacity: 1;
							}

				.ip-propdets-info-wrap {
					padding: 30px 0;
					display: -webkit-box;
			        display: -ms-flexbox;
			        display: flex;
			        flex-wrap: wrap;
			        align-items: center;
			        justify-content: flex-start;
			        position: relative;
				}
					.ip-propdets-info-wrap::before {
						width: calc(100% + 280px);
						height: 1px;
						content: '';
						position: absolute;
						bottom: 0;
						left: -140px;
						background-color: #ffffff;
						opacity: 0.2;
					}
						.ip-propdets-info {
							font-size: 0;
							margin-left: 90px;
							display: -webkit-box;
					        display: -ms-flexbox;
					        display: flex;
					        flex-wrap: wrap;
					        align-items: center;
					        justify-content: flex-start;
						}
							.ip-propdets-info:first-child {
								margin-left: 0;
							}
							.ip-propdets-icon {
								margin-right: 20px;
							}
							.ip-propdets-info span {
								color: #ffffff;
								font-size: 24px;
								font-weight: 300;
							}
								.ip-propdets-info span strong {
									font-weight: 700;
								}

			.ip-propdets-bottom-content {
				padding: 95px 0 65px;
			}
				.ip-propdets-title-content {
					font-size: 0;
				}
					.ip-propdets-title {
						
					}
						.ip-propdets-title .custom_site_title {
							width: calc(100% - 15px);
							text-align: left;
						}
							#content .ip-propdets-title .custom_site_title h2 {
								margin-bottom: 35px;
								line-height: 1.2;
							}
						.ip-propdets-title .custom_title_line {
							width: 100%;
							left: 0;
						}
					.ip-propdets-price-wrap {
						text-align: right;
					}
						.ip-propdets-price-box {
							width: 100%;
							max-width: 360px;
							padding: 43px 10px;
							color: #ffffff;
							background-color: rgba(155,155,155,0.10);
							text-align: center;
						}
							.ip-propdets-price-box span {
								display: block;
								margin-bottom: 17px;
								font-size: 60px;
								font-family: var(--Italiana);
								line-height: 1;
								letter-spacing: 0.02em;
							}
							#content .ip-propdets-price-box em {
								display: block;
								font-size: 18px;
								font-weight: 300;
								font-style: normal;
								letter-spacing: 0.02em;
								text-transform: uppercase;
							}
				.ip-propdets-text-content {
					width: 100%;
				    display: inline-block;
				    vertical-align: top;
					color: #c7c7c7;
					font-size: 18px;
					font-weight: 300;
				}
					#content .ip-propdets-text-content p {
						line-height: 30px;
						letter-spacing: 0.005em;
					}
				.ip-propdets-content-buttons {
					font-size: 0;
					margin-top: 25px;
				}
					.ip-propdets-content-buttons > div {
						margin-left: 8px;
						max-width: 262px;
					}
						.ip-propdets-content-buttons > div:first-child {
							margin-left: 0;
						}


			.ip-propdets-other-details-wrap {
				width: 100%;
				display: inline-block;
				vertical-align: top;
				margin-top: 40px;
			}
				.ip-propdets-other-details {
					width: 100%;
					display: inline-block;
					vertical-align: top;
					padding: 40px 0;
					color: #c7c7c7;
					font-size: 18px;
					font-weight: 300;
					letter-spacing: 0.005em;
					border-top: 1px solid rgba(255,255,255,0.2);
				}
					.ip-propdets-other-details:first-child {
						border-top: none;
					}
					.ip-otherdets-title {

					}
						.ip-otherdets-title .custom_site_title {
							width: 100%;
							max-width: 231px;
							text-align: left;
						}
							#content .ip-otherdets-title .custom_site_title h2 {
								font-size: 24px;
							}
							.ip-otherdets-title .custom_title_line {
								width: 100%;
								left: 0;
							}
					#content .ip-propdets-other-details ul {
						margin: 0;
					}
						#content .ip-otherdets-info ul {
							list-style: none;
						}
						.ip-propdets-other-details ul li {
							
						}
							.ip-propdets-other-details span {
								min-width: 130px;
								display: inline-block;
							}
							#content .ip-propdets-other-details strong {
								font-weight: 600;
							}
						.ip-otherdets-amenities {
							display: -webkit-box;
					        display: -ms-flexbox;
					        display: flex;
					        flex-wrap: wrap;
					        align-items: flex-start;
					        justify-content: flex-start;
						}
							.ip-otherdets-amenities ul.amenities-01 {
								width: 49.55%;
								max-width: 275px;
							}
							.ip-otherdets-amenities ul.amenities-02 {
								width: 27.02%;
								max-width: 150px;
							}


	/* PROPERTY DETAILS CONTENT END */


	/* PROPERTY DETAILS VIDEO START */
	.ip-propdets-video-wrap {
		padding: 100px 0;
		text-align: center;
		background-color: var(--primary-color);
		position: relative;
	}
		.ip-propdets-video-wrap::before {
	        width: 41.69%;
	        height: 794px;
	        content: '';
	        position: absolute;
	        top: -2px;
	        left: -65px;
	        background-image: url(../../images/accent-logo.png);
	        background-size: 100% auto;
	        background-position: top left;
	        background-repeat: no-repeat;
	        opacity: 0.05;
	        filter: invert(1);
	    }
		.ip-propdets-video-item {
	        width: 100%;
	        display: inline-block;
	        vertical-align: top;
	    }
	        .ip-propdets-video-item a {
	            width: 100%;
	            height: 100%;
	            display: block;
	            position: relative;
	        }
	            .ip-propdets-video-item a::before {
	                width: 100%;
	                height: 100%;
	                content: '';
	                position: absolute;
	                z-index: 1;
	                top: 0;
	                left: 0;
	                background-color: var(--primary-color);
	                opacity: 0.5;
	                -webkit-transition: all 0.3s ease-in-out;
	                -moz-transition: all 0.3s ease-in-out;
	                -ms-transition: all 0.3s ease-in-out;
	                -o-transition: all 0.3s ease-in-out;
	                transition: all 0.3s ease-in-out;
	            }
	                .ip-propdets-video-item a:hover::before {
	                    opacity: 0.3;
	                }
	            .ip-propdets-video-item canvas {
	                width: 100%;
	                height: auto;
	                display: block;
	            }
	            .ip-propdets-video-item img {
	                width: 100%;
	                height: auto;
	                object-fit: cover;
	                position: absolute;
	                top: 0;
	                left: 0;
	            }
	            .ip-propdets-video-item .icon_video {
	                width: 164px;
	                height: 164px;
	                position: absolute;
	                z-index: 2;
	                top: calc(50% - 82px);
	                left: 0;
	                right: 0;
	                margin: 0 auto;
	                border: 1px solid rgba(255,255,255,0.2);
	                border-radius: 50%;
	                text-align: center;
	            }
	                .ip-propdets-video-item .icon_video::before {
	                    width: calc(100% - 18px);
	                    height: calc(100% - 18px);
	                    content: '';
	                    position: absolute;
	                    top: calc(50% - 73px);
	                    left: 0;
	                    right: 0;
	                    margin: 0 auto;
	                    border: 2px solid #ffffff;
	                    border-radius: 50%;
	                }
	                #content .ip-propdets-video-item .icon_video i {
	                    color: #ffffff;
	                    font-size: 32px;
	                    font-style: normal;
	                    line-height: 162px;
	                }
    /* PROPERTY DETAILS VIDEO END */


    /* PROPERTY DETAILS GALLERY START */
    .ip-propdets-gallery-outer-wrap {
    	padding: 95px 0 40px;
    	background-image: url(../../images/properties/gallery-bg.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        position: relative;
    }
    	.ip-propdets-gallery-outer-wrap::before {
    		width: 100%;
    		height: 100%;
    		content: '';
    		position: absolute;
    		top: 0;
    		left: 0;
    		background-color: var(--primary-color);
    		opacity: 0.85;
    	}
    	.ip-propdets-gallery-outer-wrap > .container {
    		position: relative;
    	}
    	.ip-propdets-gallery-inner-wrap {
    		font-size: 0;
    	}
    		#ip-propdets-gallery-slider {
    			margin-left: -16px;
		    	margin-right: -16px;
    		}
		    	.ip-propdets-gallery-list {
		    		display: none;
		    	}
		    		.ip-propdets-gallery-item {
		    			width: calc(100% / 3);
		    			display: inline-block;
		    			vertical-align: top;
		    			padding: 0 16px;
		    		}
		    			.ip-propdets-gallery-photo {
		    				position: relative;
		    				margin-bottom: 30px;
		    			}
			    			.ip-propdets-gallery-photo canvas {
								width: 100%;
								height: 327px;
								display: block;
							}
							.ip-propdets-gallery-photo img {
								width: 100%;
								height: 100%;
								object-fit: cover;
								position: absolute;
								top: 0;
								left: 0;
							}
					.ip-propdets-gallery-arrows-wrap {
						width: calc(100% / 3);
						min-height: 327px;
						float: right;
						margin-top: -357px;
						padding: 0 16px;
						position: relative;
						z-index: 2;
						text-align: center;
					}
						.ip-propdets-gallery-arrows {
		                    width: 100%;
		                    max-width: 275px;
		                    margin: 0 auto;
		                    position: absolute;
		                    top: calc(50% - 53px);
		                    left: 0;
		                    right: 0;
		                    margin: 0 auto;
		                }
		                    .ip-propdets-gallery-arrows .slick-arrow {
		                        position: absolute;
		                        top: calc(50% - 30px);
		                        color: #ffffff;
		                        text-align: center;
		                        cursor: pointer;
		                    }
		                        .ip-propdets-gallery-arrows .slick-arrow:hover {
		                            opacity: 0.5;
		                        }
		                        .ip-propdets-gallery-arrows .slick-arrow.ip-propdets-gallery-prev {
		                            left: 0;
		                        }
		                        .ip-propdets-gallery-arrows .slick-arrow.ip-propdets-gallery-next {
		                            right: 0;
		                        }
		                        .ip-propdets-gallery-arrows .slick-arrow span {
		                        	width: 60px;
		                        	height: 60px;
		                            display: inline-block;
		                            vertical-align: middle;
		                            font-size: 13px;
		                            line-height: 56px;
		                            border: 2px solid #5b5b5b;
		                        	border-radius: 50%;
		                        }
		                        #content .ip-propdets-gallery-arrows .slick-arrow em {
		                        	display: inline-block;
		                            vertical-align: middle;
		                        	color: #ffffff;
		                        	font-size: 16px;
		                        	font-style: normal;
		                        	text-transform: uppercase;
		                        	letter-spacing: 0.02em;
		                        }
		                        .ip-propdets-gallery-arrows .slick-arrow.ip-propdets-gallery-prev span {
		                        	margin-right: 10px;
		                        }
		                        .ip-propdets-gallery-arrows .slick-arrow.ip-propdets-gallery-next span {
		                        	margin-left: 10px;
		                        }
		                        .ip-propdets-gallery-arrows-divider {
		                        	width: 1px;
		                        	height: 106px;
		                        	display: inline-block;
		                        	vertical-align: middle;
		                        	background-color: #4f4f4f;
		                        	opacity: 0.84;
		                        }
    /* PROPERTY DETAILS GALLERY END */


    /* PROPERTY DETAILS MAP START */
    .ip-propdets-map-wrap {
    	padding: 95px 0 90px;
    	font-size: 0;
    	background-color: var(--primary-color);
		position: relative;
    	text-align: center;
	}
		.ip-propdets-map-wrap::before {
	        width: 40.625%;
	        height: 775px;
	        content: '';
	        position: absolute;
	        bottom: 0;
	        right: -53px;
	        background-image: url(../../images/accent-logo.png);
	        background-size: 100% auto;
	        background-position: top left;
	        background-repeat: no-repeat;
	        transform: rotate(180deg);
	        opacity: 0.05;
	        filter: invert(1);
	    }
	    .ip-propdets-map {
	    	border: 10px solid #ffffff;
	    	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.10);
			box-shadow: 0 0 30px 0 rgba(0,0,0,0.10);
	    }
	    	.ip-propdets-map iframe,
	    	.ip-propdets-map .gmap_canvas {
	    		width: 100%;
	    		min-height: 300px;
	    	}
    /* PROPERTY DETAILS MAP END */


    /* PROPERTY DETAILS AGENTS START */
    .ip-propdets-agents-wrap {
    	padding: 75px 0 30px;
    	background-color: var(--primary-color);
        position: relative;
    }
    	.ip-propdets-agents-wrap::before {
    		width: 100%;
    		height: 100%;
    		content: '';
    		position: absolute;
    		top: 0;
    		left: 0;
    		background-image: url(../../images/properties/agents-bg.jpg);
	        background-size: cover;
	        background-position: top center;
	        background-repeat: no-repeat;
	        background-attachment: fixed;
    		opacity: 0.12;
    		filter: grayscale(1);
    	}
	    	.safari-true .ip-propdets-agents-wrap::before, .mobile .ip-propdets-agents-wrap::before {
	    		background-attachment: scroll;
	    	}
    	.ip-propdets-agents-wrap > .container {
    		position: relative;
    		z-index: 2;
    	}
	    	.ip-propdets-agents-title {
	    		text-align: left;
	    		margin-top: 260px;
	    	}
	    		.ip-propdets-agents-title .custom_title_line{
	    			width: 100%;
	    			left: 0;
	    		}
	    	.ip-propdets-agents-list-wrap {
	    		text-align: right;
	    	}
	    		.ip-propdets-agents-list {
	    			width: 100%;
	    			max-width: 715px;
	    			display: inline-block;
	    			vertical-align: top;
	    			text-align: left;
	    		}
	    			.ip-propdets-agents-item {
	    				font-size: 0;
	    				margin-bottom: 45px;
	    			}
	    				.ip-propdets-agents-info-wrap {
	    					width: 46.15%;
	    					display: inline-block;
	    					vertical-align: top;
	    					margin-top: 40px;
	    					color: #ffffff;
	    				}
	    					.ip-propdets-agents-name {
	    						margin-bottom: 10px;
	    						font-size: 30px;
	    						font-weight: 300;
	    						text-transform: uppercase;
	    						letter-spacing: 0.05em;
	    						line-height: 1;
	    					}
	    					.ip-propdets-agents-license {
	    						margin-bottom: 20px;
	    						color: #c7c7c7;
	    						font-size: 16px;
	    						font-weight: 300;
	    						text-transform: uppercase;
	    						letter-spacing: 0.02em;
	    					}
	    					.ip-propdets-agents-info {
	    						margin-bottom: 5px;
	    						font-size: 15px;
	    						letter-spacing: 0.1em;
	    					}
	    						.ip-propdets-agents-info span {
	    							color: #797979;
	    						}
	    					.ip-propdets-agents-button {
	    						margin-top: 35px;
	    					}
	    				.ip-propdets-agents-photo {
	    					width: 53.85%;
	    					display: inline-block;
	    					vertical-align: top;
	    				}
	    					.ip-propdets-agents-photo img {
	    						max-width: 100%;
	    					}

    /* PROPERTY DETAILS AGENTS END */


    /* PROPERTY DETAILS LISTINGS START */
    .ip-propdets-listings-wrap {
		padding: 115px 0 160px;
	    text-align: center;
	    background-image: url(../../images/featprop-bg.jpg);
	    background-size: cover;
	    background-position: top center;
	    background-repeat: no-repeat;
	    position: relative;
	}
		    .ip-propdets-listings-wrap::before {
		        width: 100%;
		        height: 100%;
		        content: '';
		        position: absolute;
		        top: 0;
		        left: 0;
		        background-color: var(--primary-color);
		        opacity: 0.83;
		    }
    	.ip_fp_slider_wrap {
            margin-top: 50px;
            text-align: center;
        }
            #ip_fp_slider {
                width: 100%;
                max-width: 1438px;
                margin: 0 auto;
            }
                .ip_fp_item {
                    font-size: 0;
                    padding: 0 9px;
                    display: none;
                }
                    .ip_fp_item a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: relative;
                        overflow: hidden;
                    }
                        .ip_fp_photo {
                            position: relative;
                        }
                            .ip_fp_photo::before {
                                width: 100%;
                                height: 270px;
                                content: '';
                                position: absolute;
                                z-index: 1;
                                bottom: 0;
                                left: 0;
                                background-image: url(../../images/featprop-overlay.png);
                                background-size: 100% 100%;
                                background-repeat: repeat-x;
                            }
                            .ip_fp_photo canvas {
                                width: 100%;
                                height: auto;
                                display: block;
                            }
                            .ip_fp_photo img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                position: absolute;
                                top: 0;
                                left: 0;
                            }
                        .ip_fp_text_wrap {
                            width: 100%;
                            position: absolute;
                            z-index: 2;
                            bottom: 15px;
                            left: 0;
                            color: #ffffff;
                            text-align: center;
                            text-shadow: -1px 2px 3px #000000;
                        }
                            .ip_fp_price {
                                font-size: 35px;
                                font-family: var(--Italiana);
                                letter-spacing: 0.02em;
                            }
                            .ip_fp_address {
                                margin: 20px auto 30px;
                                font-size: 18px;
                                font-weight: 300;
                                line-height: 24px;
                                letter-spacing: 0.02em;
                            }
                            .ip_fp_info {
                                margin-bottom: 30px;
                                font-size: 15px;
                                font-weight: 300;
                                letter-spacing: 0.02em;
                            }
                                .ip_fp_info span {
                                    display: inline-block;
                                    margin: 0 10px;
                                }
                            .ip_fp_button {
                                width: 100%;
                                max-width: 232px;
                                height: 70px;
                                margin: 0 auto;
                                color: #ffffff;
                                font-size: 16px;
                                line-height: 66px;
                                letter-spacing: 0.02em;
                                text-align: center;
                                text-transform: uppercase;
                                border: 2px solid #5f5f5f;
                                display: none;
                            }

                        /* FP HOVER */
                        .ip_fp_item a:hover .ip_fp_photo {
                            transform: scale(1.1);
                        }
                        .ip_fp_item a:hover .ip_fp_button {
                            display: block;
                        }
                        .ip_fp_item a:hover .ip_fp_text_wrap {
                            bottom: 40px;
                        }
    /* PROPERTY DETAILS LISTINGS END */


/* MOBILE */
@media only screen and (max-width: 1199px) {
	.aiosp-iframe-holder .aiosp-content {
		max-width: 90%;
	}

	.ip-propdets-info {
		margin-left: 40px;
	}
	.ip-propdets-info span {
		font-size: 20px;
	}

	#content .ip-propdets-price-box em{
		font-size: 16px;
	}

	#content .ip-otherdets-title .custom_site_title h2 {
		font-size: 22px;
	}
	.ip-propdets-other-details {
		font-size: 14px;
	}
	.ip-propdets-other-details span {
		min-width: 110px;
	}
	.ip-otherdets-amenities ul.amenities-01 {
		width: 45%;
	}

	.ip-propdets-agents-name {
		font-size: 25px;
	}

	.ip-propdets-tabs a {
	    margin-left: 10px;
	    font-size: 16px;
	    letter-spacing: 0;
	}
}

@media only screen and (max-width: 991px) {
	.ip-propdets-slide-text-wrap {
		bottom: 15px;
	}
	.ip-propdets-address, .ip-propdets-slider-arrows-wrap {
		width: 100%;
		text-align: center;
	}
	.ip-propdets-slider-arrows-wrap {
		margin-top: 20px;
	}

	.ip-propdets-content-wrap {
		text-align: center;
	}
	.ip-propdets-tabs a{
		padding: 0 10px 20px;
		margin-left: 20px;
		font-size: 15px;
	}
	.ip-propdets-info span {
		font-size: 15px;
	}

	.ip-propdets-bottom-content {
		padding: 50px 0;
	}
	.ip-propdets-title .custom_site_title {
		width: 100%;
		text-align: center;
	}
	.ip-propdets-price-box {
		margin: 30px auto 0;
	}

	.ip-otherdets-title .custom_site_title {
		text-align: center;
		margin-bottom: 30px;
	}

	#content .ip-propdets-other-details ul {
		width: 100%;
		max-width: 230px;
		margin: 0 auto;
		text-align: left;
	}
	.ip-otherdets-amenities {
		display: block;
	}
		.ip-otherdets-amenities ul {
			max-width: 210px;
		}
	.ip-otherdets-amenities span {
		display: block;
		margin: 20px auto 10px;
	}

	.ip-propdets-video-wrap {
		padding: 50px 0;
	}
	.ip-propdets-video-wrap::before {
		left: 0;
	}
	.ip-propdets-video-item .icon_video {
		transform: scale(0.5);
	}

	.ip-propdets-gallery-outer-wrap {
		padding: 50px 0;
	}
	.ip-propdets-gallery-item, .ip-propdets-gallery-arrows-wrap {
		width: 50%;
	}

	.ip-propdets-map-wrap {
		padding: 50px 0;
	}
	.ip-propdets-map-wrap::before {
		right: 0;
	}
	.ip-propdets-map iframe,
	.ip-propdets-map .gmap_canvas {
		height: auto;
	}

	.ip-propdets-agents-wrap {
		text-align: center;
	}
	.ip-propdets-agents-title {
		margin: 0 0 40px;
		text-align: center;
	}
	.ip-propdets-agents-list {
		text-align: center;
	}
	.ip-propdets-agents-info-wrap, .ip-propdets-agents-photo {
		width: 100%;
	}
	.ip-propdets-agents-photo {
		max-width: 385px;
		margin: 20px auto 0;
	}

	.ip-propdets-listings-wrap {
		padding: 50px 0;
	}
	.ip_fp_item a {
		max-width: 461px;
		margin: 0 auto;
	}
	.ip_fp_button {
		display: block;
	}
	.ip_fp_text_wrap, .ip_fp_item a:hover .ip_fp_text_wrap {
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
	.ip-propdets-address {
		font-size: 25px;
	}
	.ip-propdets-tabs, .ip-propdets-info-wrap {
		display: block;
	}
	.ip-propdets-tabs a {
		display: block;
		margin: 5px 0;
		padding: 10px;
	}
	.ip-propdets-info {
		margin: 10px 0;
		justify-content: center;
	}

	#content .ip-propdets-title .custom_site_title h2 {
		font-size: 30px;
	}
	.ip-propdets-content-buttons > div {
		margin: 5px !important;
	}
}

@media only screen and (max-width: 480px) {
	.ip-propdets-price-box span {
		font-size: 45px;
	}
	.ip-propdets-address {
		font-size: 20px;
	}
	.ip-propdets-gallery-item, .ip-propdets-gallery-arrows-wrap {
		width: 100%;
	}
	.ip-propdets-gallery-photo canvas {
		height: auto;
	}
	.ip-propdets-gallery-arrows-wrap {
		margin: 0;
		min-height: auto;
	}
	.ip-propdets-gallery-arrows {
		position: relative;
		top: auto;
	}
	.custom_site_title h2, .custom_site_title h1,
	#content .custom_site_title h2, #content .custom_site_title h1 {
		font-size: 35px;
	}
}