/*******************************************************
 *
 * Default Bootstrap Modal and Forms
 *
 *******************************************************/
.modal.modal-listings {
	text-align: center;
	padding: 0!important;
}
.modal.modal-listings:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
	.modal-listings .modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	.modal-listings .modal-header{
		background: transparent !important;
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
	.modal-listings .modal-body{
		font-size: 16px;
		line-height: 1.5em;
		padding: 0 15px 30px;
	}
	.modal-listings .modal-body p{
		margin: 10px 0;
	}
	.modal-listings .modal-title{
		font-family: 'Didot', serif;
		font-weight: 600 !important;
		font-size: 30px !important;
		text-align: center !important;
		text-transform: uppercase;
	}
	.modal-listings .modal-content{
		float: left;
		width: 100%;
		border-radius: 0 !important;
	}
	.modal-listings .modal-content h3{
		font-size: 20px;
		font-weight: 700;
	}
	.modal-listings .modal-content p{
		font-size: 16px;
	}
	.modal-listings .modal-header .close{
		background: transparent;
		font-size: 0 !important;
		padding: 0;
		width: 42px;
		height: 42px;
		border: none !important;
		outline: none !important;
		opacity: 1;
		text-shadow: 0 0 0 rgba(0,0,0,0);
		position: absolute;
		top: 20px;
		right: 20px;
	}
		.modal-listings .modal-header .close:before,
		.modal-listings .modal-header .close:after{
			content: '';
			display: inline-block;
			background: #8e8e8e;
			position: absolute;
			top: 50%;
			width: 57px;
			height: 1px;
		}
		.modal-listings .modal-header .close:before{
			left: -7px;
			transform: rotate(45deg);
		}
		.modal-listings .modal-header .close:after{
			right: -7px;
			transform: rotate(-45deg);
		}
	.modal-listings .modal-header,
	.modal-listings .modal-footer{
		border: solid 0 #313131 !important;
	}
		.modal.modal-listings label{
			display: block;
			text-transform: uppercase !important;
			margin-top: 5px;
			font-size: 13px;
		}
		.modal.modal-listings input[type=text],
		.modal.modal-listings input[type=tel],
		.modal.modal-listings input[type=email],
		.modal.modal-listings select,
		.modal.modal-listings textarea{
			border:none;
			border-bottom: solid 2px #c7c7c7;
			background-image:none;
			background-color:transparent;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			display: block;
			width: 100%;
			padding-top: 0 !important;
			padding-bottom: 5px;
			margin-top: 0;
			font-size: 16px;
			text-transform: uppercase;
			outline: none !important;
			/*color: #000 !important;*/

			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
		.modal.modal-listings span.submit-send {
			display: block;
			width: 200px;
			margin: 0 auto;
			position: relative;
		}
		.modal-listings .container-fluid.text-left .row.mt-6 {
			overflow: hidden;
			margin-top: 0px !important;
			padding-top: 30px;
		}
		span.submit-send:before{
		    display: inline-block;
		    position: absolute;
		    top: 50%;
		    left: 95%;
		    width: 60px;
		    height: 1px;
		    background-color: #cbcbcb;
		    content: '';
		}
		/*span.submit-send:after {
			left: initial;
			right: 95%;
		}*/
		.modal.modal-listings input[type=submit]{
			border:none;
			background-image:none;
			background-color: transparent;
			border: solid 1px #c3c3c3;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			display: block;
			font-weight: 300;
			font-size: 15px;
			width: 200px;
			max-width: 100%;
			height: 50px;
			margin: 0 auto;
			letter-spacing: 0.15em;

			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			text-transform: uppercase;

			-ms-transition: all .3s ease;
			-moz-transition: all .3s ease;
			-webkit-transition: all .3s ease;
			-o-transition: all .3s ease;
			transition: all .3s ease;
		}
			
			.modal.modal-listings input[type=submit]:hover{
				/*background-color: #c7c7c7 !important;*/
				background: #000!important;
				color: #fff;
			}
		.modal.modal-listings textarea{
			height: 55px;
			padding-bottom: 5px;
			resize: none;
		}
		.modal.modal-listings .ajax-loader{
			position: absolute;
			bottom: -20px;
			right: 0;
			/*transform: translateY(-50%);*/
		}
		.modal.modal-listings div.wpcf7-response-output{
			margin: 15px 0 0;
			text-align: center;
		}
		.modal.modal-listings .wpcf7-form-control-wrap{
			display: block;
			width: 100%;
		}
			.modal.modal-listings .use-floating-validation-tip span.wpcf7-not-valid-tip{
				position: absolute;
				top: auto !important;
				right: 0;
				bottom: 2px;
				left: auto !important;
				font-size: 14px;
				width: 100%;
			}

.interested-listing{
	display: block;
	width: 100%;
}
	.interested-listing:after{
		content: '';
		display: block;
		height: 0;
		clear: both;
	}
	.interested-listing .form-column{
		position: relative;
	}
	.interested-listing .wpcf7-form-control-wrap{
		float: left;
		width: 100%;
	}
	.interested-listing label{
		display: block;
		margin-top: 5px;
		font-size: 13px;
	}
	.interested-listing input[type=text],
	.interested-listing input[type=tel],
	.interested-listing input[type=email],
	.interested-listing input[type=number],
	.interested-listing select,
	.interested-listing textarea{
		outline: none !important;
		border:none;
		border-bottom: solid 2px #c7c7c7;
		background-image:none;
		background-color:transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: block;
		width: 100%;
		height: 30px;
		padding-top: 0 !important;
		padding-bottom: 5px;
		margin-top: 0;
		font-size: 16px;

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.interested-listing textarea{
		padding-bottom: 5px;
		resize: none;
	}
	.interested-listing input[type=submit]{
		border:none;
		background-image:none;
		background-color: transparent;
		border: solid 2px #c7c7c7;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: block;
		font-weight: 700;
		font-size: 16px;
		text-transform: uppercase;
		width: 200px;
		height: 50px;
		margin: 0 auto;

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
		.interested-listing input[type=submit]:hover{
			background-color: #c7c7c7 ;
		}
	.interested-listing .ajax-loader{
		position: absolute;
		/*top: 50%;
		right: 22px;
		transform: translateY(-50%);*/
		top: -20px;
		right: 15px;
	}
	.interested-listing .wpcf7-response-output{
		float: left;
		width: 100%;
		position: relative;
		margin: 15px 0 0;
		padding: 7px;
		text-align: center;
		z-index: 1;
	}
	.interested-listing .wpcf7-form-control-wrap{
		display: block;
		width: 100%;
	}
		.interested-listing .use-floating-validation-tip  span.wpcf7-not-valid-tip{
			position: absolute;
			top: auto !important;
			right: 0;
			bottom: 2px;
			left: auto !important;
			font-size: 14px;
			width: 100%;
		}

/*******************************************************
 *
 * Floating call to action
 *
 *******************************************************/
#floating-cta{
	display: block;
	width: 190px;
	position: fixed;
	top: 50%;
	left: -73px;
	z-index: 100;
	transform: translateY(-50%) rotate(-90deg);
}
	#floating-cta a{
		border: solid 1px #666;
		background: rgba(255,255,255,0.5);
		display: block;
		position: relative;
		width: 190px;
		padding: 10px;
		font-size: 16px;
		color: #666;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none !important;
		transition: all 0.2s linear;
	}
		#floating-cta a:before{
			content: '';
			background-color: #252525;
			display: inline-block;
			width: 62px;
			height: 1px;
			position: absolute;
			top: 50%;
			left: -45px;
		}
		#floating-cta a:hover{
			background: rgba(255,255,255,1);
			border-color: #FFF;
			color: #000;
		}
			#floating-cta a:hover:before{
				background-color: #FFF;
			}

/*******************************************************
 *
 * Banner
 *
 *******************************************************/
#hero-listing{
	overflow: hidden;
}
	#hero-listing:before{
		content: '';
		background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;
		display: block;
		height: 40%;
	}
#listing-photos{
	z-index: 0 !important;
}
	#listing-photos canvas{
		display: block;
		width: 100%;
		background-color: #181818;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		/* background-size: auto 100% !important; */
		background-size: cover !important;
	}

	.slick-slide-image{
		background-color: #181818;
	}
	#hero-listing img{
		display: block;
		margin: auto;
		height: 100%;
		/*opacity:0;*/

		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.listing-photos-arrow{
		display: block;
		max-width: 100%;
		width: 100%;
		padding-right: 30px;
		margin: 0 auto;
		text-align: right;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 3%;
		z-index: 2;
	}
		.listing-photos-arrow a{
			margin-right: 20px;
		}
			.listing-photos-arrow a:before{
				display: inline-block !important;
				position: static !important;
				font-family: agentimage!important;
				speak: none;
				font-style: normal;
				font-weight: 400;
				font-variant: normal;
				text-transform: none;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;

				background: none !important;
				width: auto !important;
				height: auto !important;

				font-size: 52px;
				color: #FFF !important;
				text-decoration: none !important;
				opacity: 0.8 !important;
			}
				.listing-photos-arrow a:hover:before{
					color: #927a51 !important;
				}

	.listing-photos-arrow2{
		display: block;
		max-width: 100%;
		width: 100%;
		padding-right: 30px;
		margin: 0 auto;
		text-align: right;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		z-index: 99;
	}
		.listing-photos-arrow2 a{
			margin-right: 20px;
		}
			.listing-photos-arrow2 a:before{
				display: inline-block !important;
				position: static !important;
				font-family: agentimage!important;
				speak: none;
				font-style: normal;
				font-weight: 400;
				font-variant: normal;
				text-transform: none;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;

				background: none !important;
				width: auto !important;
				height: auto !important;

				font-size: 52px;
				color: #FFF !important;
				text-decoration: none !important;
				opacity: 0.8 !important;
			}
				.listing-photos-arrow2 a:hover:before{
					color: #927a51 !important;
				}


/*******************************************************
 *
 * Listing Details
 *
 *******************************************************/
#listing-details{
	background: rgba(255,255,255,1);
	max-width: 370px;
	width: 100%;
	padding: 40px 20px 40px 40px;
	right: 0;
	bottom: 20%;
	z-index: 1;
	transition: all 0.2s linear;
}
	#listing-details:hover{
		background: rgba(255,255,255,0.8);
	}
	#listing-details ._property-banner{
		display: inline-block;
		width: 100%;
		padding: 7px 30px;
		background-color: rgba(0,0,0,0.8);
		position: absolute;
		left: 0;
		bottom: 100%;
		font-size: 16px;
		color: #a08a59;
		text-transform: uppercase;
	}
	#listing-details ._address h2{
		/*font-size: 36px;*/
		font-size: 32px;
		line-height: 1.1;
		color: #000000;
	}
	#listing-details ._city{
		font-weight: 300;
		font-size: 16px;
		color: #878787;
	}
	#listing-details ._price {
		font-weight: 300;
		font-size: 36px;
		color: #927a51;
	}
	#listing-details ._price_month{
		font-size: 20px;
	}
	#listing-details ._price span.price-upreq {
	    font-size: 30px;
	}
	#listing-details ._feature{
		font-weight: 300;
		font-size: 0;
		color: #666666;
	}
		#listing-details ._feature span{
			font-size: 12px;
		}
			#listing-details ._feature strong{
				font-weight: 300;
				font-size: 20px;
				color: #000;
			}
			#listing-details ._feature em{
				display: inline-block;
				margin-left: 10px;
				margin-right: 5px;
				color: #a18659;
			}

/*******************************************************
 *
 * Mobile Lightbox Gallery
 *
 *******************************************************/
#mobile-lightbox-gallery{
	background-color: #181818;
	display: none;
	width: 100%;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
	#mobile-lightbox-gallery:after{
		content: '';
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	#mobile-lightbox-gallery a{
		outline: 0 !important;
		position: relative;
	}
	#mobile-lightbox-gallery > div {
		position: relative;
	}
		#mobile-lightbox-gallery canvas{
			display: block;
			width: 100%;
			background-color: #181818;
			background-repeat: no-repeat !important;
			background-position: center center !important;
			background-size: auto 100% !important;
		}
		#mobile-lightbox-gallery .show-mobile-gallery canvas {
			background-color: #4c4b4b;
		}
		#mobile-lightbox-gallery .show-mobile-gallery span {
			display: inline-block;
			width: 30px;
			height: 30px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}
			#mobile-lightbox-gallery .show-mobile-gallery span:before {
			    content: '';
			    display: block;
			    width: 30px;
			    height: 1px;
			    background: #FFF;
			    position: absolute;
			    top: 50%;
			}
			#mobile-lightbox-gallery .show-mobile-gallery span:after {
			    content: '';
			    display: block;
			    width: 1px;
			    height: 30px;
			    background: #FFF;
			    position: absolute;
			    left: 50%;
			}
			#mobile-lightbox-gallery.mobile-lightbox-gallery-expand-active .show-mobile-gallery span:after {
				opacity: 0;
			}
			.mobile-lightbox-gallery-expand {
				display: none;
			}

/*******************************************************
 *
 * Listing Description
 *
 *******************************************************/
#listing-description{
	position: relative;
	padding-bottom: 60px;
	z-index: 3;
}
	#listing-description ._left{}
		#listing-description ._description{}
			#listing-description ._description h1{
				font-size: 48px;
				color: #181818;
				line-height: initial;
				letter-spacing: 0;
			}
			#listing-description ._description ._text-open-house{
				font-weight: 300;
				font-size: 16px;
				line-height: 1.6;
				letter-spacing: 0;
				color: #9f8a58;
			}
			#listing-description ._description ._text-open-house h5{
				font-weight: 700;
				font-size: 22px !important;
			}
			#listing-description ._description ._text{
				font-weight: 300;
				font-size: 16px;
				line-height: 1.6;
				letter-spacing: 0;
			}
			#listing-description ._description ._text:first-letter { 
				float: left;
				padding-right: 23px;
				font-family: 'Didot', serif;
				font-size: 120px;
				line-height: 0.93;
			}
			#listing-description ._description  ._property-features{

			}
				#listing-description ._description  ._property-features h3{
					font-size: 18px;
					color: #9f8a58;
					letter-spacing: 0.05em;
				}
				#listing-description ._description  ._property-features ul {
					font-weight: 300;
					font-size: 14px;
					line-height: 2.1;
					letter-spacing: 0;

					columns: 2;
					-webkit-columns: 2;
					-moz-columns: 2;
					column-gap: 30px;
				}
				
	#listing-description ._right{}
		#listing-gallery:after{
			content: '';
			display: block;
			clear: both;
		}
			.listing-gallery-item{
				-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
				filter: grayscale(100%);
				padding: 2px;
				cursor: pointer;
			}	
				/*.listing-gallery-item.slick-current.slick-active,*/
				.listing-gallery-item:hover,
				.listing-gallery-item.slideshow-active{
					-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
					filter: grayscale(0%);
				}
				.listing-gallery-item canvas{
					display: block;
					width: 100%;
					background-color: #181818;
					background-repeat: no-repeat !important;
					background-position: center center !important;
					background-size: cover !important;
				}
				.listing-gallery-item span{
					display: inline-block;
					width: 30px;
					height: 30px;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%,-50%);
				}
					.listing-gallery-item span:before{
						content: '';
						display: block;
						width: 30px;
						height: 1px;
						background: #FFF;
						position: absolute;
						top: 50%;
					}
					.listing-gallery-item span:after{
						content: '';
						display: block;
						width: 1px;
						height: 30px;
						background: #FFF;
						position: absolute;
						left: 50%;
					}

					.listing-gallery-item:hover span:before,
					.listing-gallery-item:hover span:after{
						background-color: #927a51 !important;
					}
		#floating-gallery{
			display: none;
			background: #171717;
			width: 100%;
			height: 150px;
			right: 0;
			bottom: 100%;
			padding: 9px 0 5px 25px;
			z-index: 10;
		}

		#floating-gallery .listing-gallery-item canvas {
			height: 130px;
		}
			#floating-gallery .close-gallery {
				cursor: pointer;
				position: absolute;
				right: 14px;
				top: 17px;
				width: 16px;
				height: 16px;
			}
				#floating-gallery .close-gallery:before, 
				#floating-gallery .close-gallery:after {
					position: absolute;
					left: 7px;
					content: ' ';
					height: 17px;
					width: 1px;
					background-color: #fff;
				}
				#floating-gallery .close-gallery:before {
					transform: rotate(45deg);
				}
				#floating-gallery .close-gallery:after {
					transform: rotate(-45deg);
				}
				#floating-gallery .close-gallery:hover:before,
				#floating-gallery .close-gallery:hover:after{
					background: #a08a58;
				}

			#floating-gallery .scrollable-gallery{
				height: 100%;
				padding-right: 35px;
			}
				#floating-gallery .simplebar-track{
					right: 18px;
					width: 2px;
					background: #262626;
				}
				#floating-gallery .simplebar-track.horizontal{
					display: none !important;
				}
					#floating-gallery .simplebar-scrollbar{
						border-radius: 0 !important;
						width: 4px;
						right: -1px;
					}
						#floating-gallery .simplebar-scrollbar:before{
							top: 0;
							opacity: 1 !important;
							border-radius: 0 !important;
							background: #a08a58;
						}
				#floating-gallery .simplebar-scroll-content{
					padding-right: 60px !important;
				}
					#floating-gallery .simplebar-content{
						margin-top: -2px;
					}
				#floating-gallery .listing-gallery-item{
					width: auto;
					padding: 2px !important;
					height: 130px;
				}
				.plds-thumb {
					width: 100%;	
				}
		.listing-cta-container{
			padding-left: 30px;
			margin-top: 60px;
		}
			.listing-cta{
				display: block;
				position: relative;
				width: 100%;
				height: 65px;
				margin: 0 0 8px;
				border: solid 1px #c3c3c3;
				font-size: 15px;
				color: #a08a58;
				line-height: 65px;
				letter-spacing: 0.15em;
				text-align: center;
				text-decoration: none !important;
			}
				.listing-cta:before{
					content: '';
					background: #d6d6d6;
					display: block;
					width: 51px;
					height: 1px;
					position: absolute;
					top: 50%;
					left: -30px;
				}
				.listing-cta:hover{
					background: #000;
					color: #FFF;
				}
		.share-listings-container{
			display: block;
			margin-top: 40px;
			padding-left: 30px;
		}
			.share-listings-container:after{
				content: '';
				display: block;
				clear: both;
			}
			.share-listings-container h3{
				font-size: 18px;
				color: #9f8a58;
				letter-spacing: 0.05em;
			}
			.share-listings-container .share-listings{
				float: left;
				border-radius: 50%;
				background: #c3c3c3;
				width: 38px;
				height: 38px;
				margin-right: 6px;
				font-size: 20px;
				text-align: center;
				color: #FFF;
				text-decoration: none !important;
				transition: background 0.2s linear;
			}
				.share-listings-container .share-listings:hover{
					background: #000;
				}
				.share-listings-container .share-listings em{
					float: left;
					width: 100%;
					line-height: 38px;
				}
				.share-listings-container .share-listings .ai-font-envelope{
					font-size: 15px;
				}

#agents-map{
	display: block;
}
	.agents-map-background{
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		background: url( ../images/agents-map-background.jpg ) no-repeat top center #FFF;
		background-size: cover;
		background-attachment: fixed;
		margin-bottom: -50px;
	}
	.listing-agents{}
		.listing-agents ._content{
			float: right;
			max-width: 555px;
			width: 100%;
			padding-top: 75px;
		}
			.listing-agents ._content h2{
				font-size: 36px;
				color: #181818;
			}
			.listing-agents ._agent{
				margin-top: 50px;
			}
				.listing-agents ._agent canvas{
					background-color: #181818;
					background-repeat: no-repeat !important;
					background-position: center center !important;
					background-size: auto 100% !important;
				}
				.listing-agents ._agent h3{
					font-size: 26px;
					color: #a08a59;
					line-height: 1.3;
				}
				.listing-agents ._agent p{
					font-weight: 300;
					font-size: 16px;
					line-height: 1.9;
					color: #000;
				}
					.listing-agents ._agent p a{
						color: #000;
						text-decoration: none !important;
					}
						.listing-agents ._agent p a:hover{
							color: #9e9e9e;
						}
					.listing-agents ._agent p span{
						display: inline-block;
						width: 20px;
						margin-right: 10px;
						text-align: center;
						color: #a08a59;
					}
						.listing-agents ._agent p span.ai-font-mobile-b-alt{font-size: 19px;}
						.listing-agents ._agent p span.ai-font-envelope-o{font-size: 13px;}
						.listing-agents ._agent p span.ai-font-list-a-alt{font-size: 15px;}
						.listing-agents ._agent p span.ai-font-person-a-alt{font-size: 17px;}

	#listing-map-canvas{
		height: 792px;
		max-width: 100%;
	}
		#listing-map-canvas.map-single{
			height: 550px;
		}
		#listing-map-canvas .gm-style-mtc,
		#listing-map-canvas button[title="Toggle fullscreen view"]{
			display: none !important;
		}

#interested-listing{
	background: #181818;
	overflow: hidden;
}
	#interested-listing ._content{
		padding-top: 30px;
		padding-bottom: 30px;
		color: #FFF;
	}
		#interested-listing h2{
			position: relative;
			z-index: 1;
			padding-left: 0;
			font-size: 36px;
			color: #FFF;
			line-height: 0.9;
			text-align: center;
		}
		#interested-listing .interested-listing{
			position: relative;
			z-index: 1;
			padding: 0 15px;
		}
			#interested-listing .form-column{
				float: left;
				width: 33.333333%;
				padding: 0 15px;
				margin-top: 45px;
			}
			#interested-listing .form-column label{
				font-weight: 300;
				text-transform: uppercase;
			}
			#interested-listing .form-column.your-message{
				width: 66.666667%;
			}
			#interested-listing .form-column.your-listing-interest-submit{
				float: left;
				width: 100%;
				text-align: right;
			}
				#interested-listing .form-column.your-listing-interest-submit .custom-captcha{
					display: inline-block;
				}
					#interested-listing .form-column.your-listing-interest-submit .custom-captcha .wpcf7-form-control-wrap{
						display: inline-block !important;
						float: none !important;
						width: auto !important;
						vertical-align: middle !important;
					}
					#interested-listing .form-column.your-listing-interest-submit .custom-captcha .custom-captcha-box{
						display: inline-block;
						overflow: hidden;
						position: relative;
						width: 28px !important;
						border: 2px solid #9c9c9c;
						height: 28px;
						margin-right: 8px;
						vertical-align: middle;
					}
						#interested-listing .form-column.your-listing-interest-submit .custom-captcha .custom-captcha-box > div{
							position: absolute;
							top: -24px;
							left: -15px;
						}
					#interested-listing .form-column.your-listing-interest-submit .custom-captcha .custom-captcha-robot{
						display: inline-block;
						text-transform: uppercase;
						font-size: 12px;
						color: #FFF;
						vertical-align: middle;
					}
				#interested-listing .form-column.your-listing-interest-submit .custom-submit{
					display: inline-block;
					width: 258px;
				}
				#interested-listing .form-column.your-listing-interest-submit .custom-submit:after{
					content: '';
					display: block;
					width: 1500px;
					height: 1px;
					position: absolute;
					top: 50%;
					left: 96%;
					background: #989898;
				}
			#interested-listing .wpcf7-response-output{
				width: calc(100% - 30px);
				margin-left: 15px;
			}
				#interested-listing .form-column input[type=text],
				#interested-listing .form-column input[type=tel],
				#interested-listing .form-column input[type=email],
				#interested-listing .form-column input[type=number],
				#interested-listing .form-column select,
				#interested-listing .form-column textarea{
					color: #FFF;
				}
				#interested-listing .form-column input[type=submit]{
					border: solid 1px #585858;
					width: 100%;
					height: 66px;
					font-weight: 300;
					font-size: 15px;
					color: #FFF;
					text-transform: uppercase;
					letter-spacing: 0.15em;
				}
					#interested-listing .form-column input[type=submit]:hover{
						background: #FFF;
						color: #000;
					}

#property-video{}
	#property-video h2{
		padding: 40px 0 20px;
		font-size: 36px;
	}
	#property-video .plyr__video-wrapper{
		padding-bottom: 45% !important;
	}
	#property-video audio, 
	#property-video video,
	#property-video iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#property-video .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container{
		display: block;
		padding-bottom: 0 !important;
		position: absolute !important;
		transform: translateY(0) !important;
		height: 100%;
		width: 100%;
		top: 0;
	}
	#property-video .plyr--video:before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: #000;
		opacity: 0.8;
	}
		#property-video .plyr--video.plyr--playing:before{
			display: none !important;
		}
	#property-video .plyr--video .plyr__controls{
		background: transparent;
		max-width: 1170px;
		width: 100%;
		margin: 0 auto;
	}
		#property-video .plyr__control{
			background: transparent !important;
		}
		#property-video .plyr__progress__buffer{
			box-shadow: none !important;
			margin-top: 0;
			height: 1px;
			color: rgba(255,255,255,.25);
		}
		#property-video .plyr__time{
			font-family: 'Didot', serif;
			font-size: 16px;
		}
			#property-video .plyr__time + .plyr__time::before{
				content: '-';
			}
			#property-video .plyr__time.plyr__time--current{
				font-weight: 700;
			}
		#property-video .plyr--full-ui input[type=range]{
			color: #FFF;
		}
		#property-video .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
			box-shadow: none !important;
			height: 1px;
		}

		#property-video .plyr--full-ui input[type=range]::-webkit-slider-thumb {
			/*display: none;*/
		}

		#property-video .plyr--full-ui input[type=range]::-moz-range-track {
			box-shadow: none !important;
			height: 1px
		}

		#property-video .plyr--full-ui input[type=range]::-moz-range-thumb {
			display: none !important;
			opacity: 0 !important;
		}

		#property-video .plyr--full-ui input[type=range]::-moz-range-progress {
			box-shadow: none !important;
			height: 1px;
		}

		#property-video .plyr--full-ui input[type=range]::-ms-track {
			height: 1px;
		}

		#property-video .plyr--full-ui input[type=range]::-ms-fill-upper {
			height: 1px;
		}

		#property-video .plyr--full-ui input[type=range]::-ms-fill-lower {
			height: 1px;
		}

		#property-video .plyr--full-ui input[type=range]::-ms-thumb {
			box-shadow: none !important;
			height: 1px;
		}

		#property-video .plyr--full-ui input[type=range]::-ms-tooltip {
			display: none;
		}

		#property-video .plyr--full-ui input[type=range]:focus {
			outline: 0;
		}

		#property-video .plyr--full-ui input[type=range]::-moz-focus-outer {
			border: 0;
		}

		#property-video .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
			box-shadow: none !important;
			outline: 0;
		}

		#property-video .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
			box-shadow: none !important;
			outline: 0;
		}

		#property-video .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
			box-shadow: none !important;
			outline: 0;
		}

		#property-video .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
			background-color: rgba(255,255,255,.25);
		}

		#property-video .plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
			background-color: rgba(255,255,255,.25);
		}

		#property-video .plyr--full-ui.plyr--video input[type=range]::-ms-track {
			background-color: rgba(255,255,255,.25);
		}

		#property-video .plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
			box-shadow: none !important;
		}

		#property-video .plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
			box-shadow: none !important;
		}

		#property-video .plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
			box-shadow: none !important;
		}

		#property-video .plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
			background-color: rgba(183,197,205,.66);
		}

		#property-video .plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
			background-color: rgba(183,197,205,.66);
		}

		#property-video .plyr--full-ui.plyr--audio input[type=range]::-ms-track {
			background-color: rgba(183,197,205,.66);
		}

		#property-video .plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
			box-shadow: none !important;
		}

		#property-video .plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
			box-shadow: none !important;
		}

		#property-video .plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
			box-shadow: none !important;
		}

/** Call-to-Action **/
#cta-single-listing{
	background: url( ../images/cta-listing-background.jpg) no-repeat top center #FFF;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
	#cta-single-listing a{
		/*background: rgba(255,255,255,0.8);*/
		background: transparent;
		border: solid 1px #c3c3c3;
		position: relative;
		padding: 0 20px;
		font-size: 15px;
		color: #a08a58;
		line-height: 65px;
		letter-spacing: 0.15em;
		text-decoration: none !important;
		transition: color 0.2s linear, 
		background 0.2s linear;
	}
		#cta-single-listing a:hover{
			background: #000;
			color: #FFF;
		}
.slick-slide-image{
	background-color: #181818;
}

@media(min-width: 992px) {
	/** Listings Description **/
	#listing-description{}
		#listing-description ._left{
			background: #FFF;
			margin-top: -82px;
			padding: 40px 55px 0;
		}
		#listing-description ._right{
			padding-top: 2px;
			padding-left: 0;
		}
			.listing-gallery-item{
				width: 50%;
			}
				.listing-gallery-item:nth-of-type(odd){
					padding-left: 0;
				}
				.listing-gallery-item:nth-of-type(even){
					padding-right: 0;
				}

		#listing-description ._description ._text{
			column-count: 2;
			column-gap: 30px;
		}

	/** Form **/
	#interested-listing .form-column.your-listing-interest-submit .custom-captcha{
		margin-top: 22px;
		padding-right: 50px;
	}

	/** Call-to-Ation **/
	#cta-single-listing a._back-properties:before,
	#cta-single-listing a._search-mls:before{
		content: '';
		background: #cbcbcb;
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 1500px;
		height: 1px;
	}
		#cta-single-listing a._back-properties:before{right: 95%;}
		#cta-single-listing a._search-mls:before{left: 95%;}
}
@media(max-width: 1440px){
	#floating-gallery{
		/*width: 500px;
		height: 477px;*/
	}
}
@media(max-width: 1200px){
	#interested-listing{
		background: #181818;
	}
	#floating-gallery{
		height: 380px;
	}
	#listing-details{
		/*top: 153px;	*/	
		padding: 20px 10px 20px 20px;
	}
	#listing-details ._address h2{
		font-size: 33px;
	}
	#listing-details ._price{
		font-size: 30px;
	}
}
@media(max-width: 1199px){
	.listing-cta{
		font-size: 12px;
	}
}
@media(max-width: 1024px){
	#hero-listing{
		min-height: 600px;
	}
	#listing-details ._address h2{
		font-size: 25px;
	}
	#listing-details ._price{
		font-size: 20px;
	}
	#listing-details ._price_month {
	    font-size: 13px;
	}
	#hero-listing img{
		display: none;
	}
}
@media(max-width: 991px){
	.listings-slider.test {
		margin-top: 62px;
	}
	.listing-photos-arrow{
		display: none !important;
	}
	#listing-details{
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		/*max-width: 750px;*/
		max-width: 100%;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.listing-details-wrapper {
	    max-width: 750px;
	    margin: 0 auto;
	}
	#listing-details ._property-banner{
		position: relative;
		margin-bottom: 30px;
	}
		#listing-details ._feature .d-block{
			display: inline-block !important;
			width: 50%;
		}
	#listing-description{}
		#listing-description ._description h1{
			font-size: 30px;
		}
		#listing-description #listing-gallery{
			display: none !important;
		}
		#floating-gallery{
			display: none !important;
		}
		#mobile-lightbox-gallery{
			display: block;
		}
		/*#floating-gallery{
			display: block !important;
			position: static !important;
			background: transparent;
			width: 100%;
			height: auto;
			margin-top: 50px;
			padding: 0;
		}
			#floating-gallery .scrollable-gallery{
				padding: 0;
				overflow: visible;
			}
				#floating-gallery .simplebar-track,
				#floating-gallery .simplebar-scrollbar{
					display: none !important;
				}
				.listing-gallery-item {
					-webkit-filter: grayscale(0%);
					filter: grayscale(0%);
				}*/
	.share-listings-container{
		text-align: center;
	}
		.share-listings-container .share-listings,
		.copy_paste.icon{
			float: none !important;
			display: inline-block !important;
		}

		.listing-agents {
		    margin-top: 80px;
		}
	.listing-agents ._content{
		float: none;
		padding-top: 50px;
	}
	#listing-map-canvas{
		margin-top: 50px;
    	height: 300px;
	}
	#interested-listing{}
		#interested-listing h2{
			padding-left: 0;
		}
	#cta-single-listing{
		padding-top: 35px;
		padding-bottom: 35px;
	}
		#cta-single-listing .col-md-4{
			padding-top: 15px;
			padding-bottom: 15px;
		}
	.listing-cta{
		font-size: 15px;
	}

	#listing-details ._price span.price-upreq {
	    font-size: 24px;
	}
	.modal-backdrop{
		z-index: 9991 !important;
	}
	.modal.modal-listings{
		z-index: 9992 !important;
	}
	#interested-listing .form-column.your-listing-interest-submit .custom-captcha{
		margin-right: 15px;
	}


	.modal-listings .modal-header .close{
		transform: scale(0.5);
		top: 0;
		right: 0;
	}
	.listing-agents ._content{
		 max-width: 750px;
		 margin: 0 auto;
		 padding: 0 15px;
	}
	#hero-listing {
	    min-height: auto;
	}
}
@media(max-width: 767px){
	/** Slider **/
	#listing-photos canvas{
		min-height: 500px;
	}

	#interested-listing .form-column{
		width: 100% !important;
		margin-top: 10px !important;
	}
		#interested-listing .interested-listing,
		#interested-listing .interested-listing .form-column{
			padding: 0 !important;
		}
			#interested-listing .form-column.your-listing-interest-submit .custom-captcha{
				margin: 20px 0;
			}
			#interested-listing .form-column.your-listing-interest-submit .custom-captcha,
			#interested-listing .form-column.your-listing-interest-submit .custom-submit{
				display: block;
				width: 100%;
				position: relative;
				text-align: center;
			}

	.interested-listing .ajax-loader{
		right: 0;
	}

	
	.share-listings-container{
		padding-left: 0 !important;
	}
		.share-listings-container .share-listings{
			margin: 0 3px !important;
		}
}

@media(max-width: 480px){
	.listing-agents ._agent > .row > .col-xs-8, .listing-agents ._agent > .row > .col-xs-4 {
	    display: block;
	    float: none;
	    width: 100%;
	    padding: 15px;
	    max-width: 350px;
    	margin: 0 auto;
	}
	.listing-agents ._agent p{
		font-size: 14px;
	}
	.listing-cta {
		font-size: 11px !important;
	}

}