#main-wrapper {
	overflow: hidden;
}

/*******************************************************
 *
 * UPPERFOLD
 *
 *******************************************************/
 
#upperfold-wrap .custom-container {
	width: 100% !important;
}
#upperfold-wrap {
	padding: 140px 0 0;
	font-size: 0;
	overflow: hidden;
}
	.mobile-contact-info {
		text-align: center;
		padding: 28px 0 0;
	}
		.mobile-contact-info ul {

		}
			.mobile-contact-info li {
				display: inline-block;
				vertical-align: middle;
				border-left: 4px solid #086997;
				padding: 0 12px;
			}
			.mobile-contact-info li:first-child {
				border-left: 0;
			}
				.mobile-contact-info li a {
					display: block;
					font-size: 25px;
					font-weight: 700;
					color: #086997;
					line-height: 1;
				}
	.upperfold-left {
		width: 24.47%;
		float: left;
	}
		.qs-cta-holder {
			background: #ffffff;
			border-radius: 15px;
			padding: 28px 28px 22px;
			box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
			margin-bottom: 30px;
			/*padding: 28px 28px 58px;*/
		}
		.quick-search-holder {
			max-width: 270px;
			margin: auto auto 45px;
		}
			.quick-search-holder form {
				
			}
				.quick-search-holder .head-title {
					text-align: center;
					position: relative;
					margin-bottom: 20px;
				}
				.quick-search-holder .head-title::after {
					content: '';
					display: block;
					width: 266px;
					height: 5px;
					max-width: 100%;
					background: url(../../images/line-accent-qs.png) no-repeat center center;
				}
					.quick-search-holder .head-title h2 {
						font-size: 25px;
						font-weight: 700;
						color: #616161;
						line-height: 1;
						text-transform: lowercase;
						margin-bottom: 3px;
					}
						.quick-search-holder .head-title h2 em {
							font-style: normal;
							color: #07628e;
						}
					.quick-search-holder .head-title span {
						display: block;
						font-size: 13px;
						color: #616161;
						margin-bottom: 15px;
					}
				.quick-search-holder .field-input {
					display: inline-block;
					vertical-align: middle;
				}
				.quick-search-holder .field-lg {
					width: 100%;
				}
				.quick-search-holder .field-sm {
					width: calc( 50% - 6px );
					margin-right: 12px;
				}
				.quick-search-holder .field-nomar {
					margin-right: 0;
				}
		.call-to-action-holder {
			max-width: 270px;
			margin: auto;
			text-align: center;
		}
			.call-to-action-holder a  {
				display: block;
				position: relative;
				height: 48px;
				background: #07628e;
				background: -moz-linear-gradient(top, #07628e 0%, #07608e 100%);
				background: -webkit-linear-gradient(top, #07628e 0%,#07608e 100%);
				background: linear-gradient(to bottom, #07628e 0%,#07608e 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07628e', endColorstr='#07608e',GradientType=0 );
				border-radius: 5px;
				margin: 20px 0;
				overflow: hidden;
			}
			.call-to-action-holder a::before {
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background: #b9e177;
				background: -moz-linear-gradient(top, #b9e177 1%, #c1e782 42%, #abd26a 96%);
				background: -webkit-linear-gradient(top, #b9e177 1%,#c1e782 42%,#abd26a 96%);
				background: linear-gradient(to bottom, #b9e177 1%,#c1e782 42%,#abd26a 96%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#abd26a',GradientType=0 );
				opacity: 0;
				-webkit-transition: all 0.35s ease-in-out;
				-moz-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
			}
			.call-to-action-holder a:hover::before {
				opacity: 1;
			}
			.call-to-action-holder a::after {
				content: '';
				display: inline-block;
				vertical-align: middle;
				width: 0;
				height: 100%;
			}
				.call-to-action-holder a i {
					display: inline-block;
					vertical-align: middle;
					margin-right: 15px;
				}
				.call-to-action-holder a i.icon-cta-01, #hp-mobile-cta a i.icon-cta-01 {
					width: 31px;
					height: 24px;
				}
					.call-to-action-holder a i.icon-cta-01::before, #hp-mobile-cta a i.icon-cta-01::before {
						background-image: url(../../images/icon-cta-01.png);
					}
					.call-to-action-holder a i.icon-cta-01::after, #hp-mobile-cta a i.icon-cta-01::after {
						background-image: url(../../images/icon-cta-01-a.png);
					}
					.call-to-action-holder a:hover i.icon-cta-01::after, #hp-mobile-cta  a:hover i.icon-cta-01::after {
						opacity: 1;
					}
				.call-to-action-holder a i.icon-cta-02, #hp-mobile-cta a i.icon-cta-02 {
					width: 31px;
					height: 23px;
				}
					.call-to-action-holder a i.icon-cta-02::before, #hp-mobile-cta a i.icon-cta-02::before  {
						background-image: url(../../images/icon-cta-02.png);
					}
					.call-to-action-holder a i.icon-cta-02::after, #hp-mobile-cta a i.icon-cta-02::after {
						background-image: url(../../images/icon-cta-02-a.png);
					}
					.call-to-action-holder a:hover i.icon-cta-02::after {
						opacity: 1;
					}
				.call-to-action-holder a span {
					display: inline-block;
					vertical-align: middle;
					font-size: 22px;
					font-weight: 700;
					color: #ffffff;
					line-height: 1;
					text-transform: uppercase;
					margin-top: 1px;
					-webkit-transition: all 0.35s ease-in-out;
					-moz-transition: all 0.35s ease-in-out;
					-o-transition: all 0.35s ease-in-out;
					transition: all 0.35s ease-in-out;
				}
				.call-to-action-holder a:hover span {
					color: #07628e;
					text-shadow: 0 1px #ffffff;
				}
				.career-holder{
					background-color: #fff;
				}
		/* Career style transferred to global/site.css */
	.upperfold-right {
		position: relative;
		width: 75.53%;
		float: right;
	}
	.upperfold-right::before {
		content: '';
		display: block;
		position: absolute;
		width: calc( (100vw - 1320px) / 2 + 100% + 78px );
		height: 100%;
		top: 0;
		left: -78px;
		background: #fafff2;
		background: -moz-linear-gradient(44deg, #fafff2 0%, #ffffff 100%);
		background: -webkit-linear-gradient(44deg, #fafff2 0%,#ffffff 100%);
		background: linear-gradient(44deg, #fafff2 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafff2', endColorstr='#ffffff',GradientType=1 );
		border-bottom-left-radius: 215px;
		z-index: -1;
	}
		.map-holder {
			    margin-bottom: -150px;
		}
			.map-inner-holder {
				position: relative;
				/*width: 1186px;*/
				width: 100%;
				/* opacity: 0; */
				
			}
			.map-holder .head-title {
				padding: 6px 72px 28px 30px;
				/* display: none; */
				position: absolute;
				z-index: 1;
				width: 100%;
				top: 95px;
			}
				.map-holder .head-title-left {
					display: inline-block;
					vertical-align: middle;
					width: calc( 100% - 215px );
				}
					.map-holder .head-title-left h2 {
						font-size: 33px;
						font-weight: 700;
						color: #616161;
						line-height: 1;
						text-transform: lowercase;
					}
					.map-holder .head-title-left strong {
						display: block;
						font-size: 22px;
						font-weight: 500;
						color: #616161;
						line-height: 1;
						letter-spacing: 0.025em;
						text-transform: lowercase;
						margin: 4px 0 6px;
					}
					.map-holder .head-title-left span {
						display: inline-block;
						font-size: 17px;
						color: #086997;
						line-height: 1;
					}
				.map-holder .head-title-right {
					display: inline-block;
					vertical-align: top;
					width: 215px;
					padding-top: 0;
				}
					.interactive-clickable-map {
							
					}
						.interactive-clickable-map img {
							vertical-align: middle;
							margin-right: 6px;
						}
						.interactive-clickable-map span {
							display: inline-block;
							vertical-align: middle;
							width: calc( 100% - 42px );
							font-size: 20px;
							font-weight: 600;
							color: #616161;
							line-height: 1;
							letter-spacing: -0.025em;
							text-transform: lowercase;
						}
			.map-main {
				width: 100%;
				position: relative;
				padding-bottom: 26px;
			}
				.map-main-tab {
					position: relative;
					/* transform: rotate(90deg); */
					transform-origin: top left;
					top: 0;
					left: 0;
					z-index: 3;
					white-space: nowrap;
					width: 100%;
					padding-left: 30px;
					padding-right: 18px;
				}
				.map-main-tab::after {
					content: '';
					display: block;
					position: absolute;
					width: calc(100% - 40px);
					height: 4px;
					background: url(../../images/line-accent-fl.png) no-repeat center center / 100% 100%;
				}
					.map-main-tab a {
						display: inline-block;
						vertical-align: middle;
						position: relative;
						width:calc(100% / 3);
						height: 70px;
						text-align: center;
						border-top-left-radius: 10px;
						border-top-right-radius: 10px;
						overflow: hidden;
						margin-right: 4px;
					}
					.map-main-tab a:last-child {
						margin-right: 0;
					}
					.map-main-tab a::before {
						content: '';
						display: block;
						position: absolute;
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						background: #abd26a;
						background: -moz-linear-gradient(left, #abd26a 4%, #c1e782 58%, #b9e177 100%);
						background: -webkit-linear-gradient(left, #abd26a 4%,#c1e782 58%,#b9e177 100%);
						background: linear-gradient(to right, #abd26a 4%,#c1e782 58%,#b9e177 100%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd26a', endColorstr='#b9e177',GradientType=1 );
						z-index: 1;
						opacity: 0;
						border-top-left-radius: 10px;
						border-top-right-radius: 10px;
						-webkit-transition: all 0.35s ease-in-out;
						-moz-transition: all 0.35s ease-in-out;
						-o-transition: all 0.35s ease-in-out;
						transition: all 0.35s ease-in-out;
					}
					.map-main-tab a.active::before,
					.map-main-tab a:hover::before {
						opacity: 1;
					}
					.map-main-tab a::after {
						content: '';
						display: inline-block;
						vertical-align: middle;
						width: 0;
						height: 100%;
					}
						.map-main-tab a i {
							display: inline-block;
							vertical-align: middle;
							position: relative;
							z-index: 2;
						}
						.map-main-tab a i.icon-map-tab-01 {
							width: 26px;
							height: 27px;
							/*margin-right: 3px;*/
							margin-right: 10px;
						}
							.map-main-tab a i.icon-map-tab-01::before {
								background-image: url(../../images/icon-map-tab-01.png);
							}
							.map-main-tab a i.icon-map-tab-01::after {
								background-image: url(../../images/icon-map-tab-01-a.png);
							}
						.map-main-tab a i.icon-map-tab-02 {
							width: 25px;
							height: 34px;
							margin-right: 12px;
						}
							.map-main-tab a i.icon-map-tab-02::before {
								background-image: url(../../images/icon-map-tab-02.png);
							}
							.map-main-tab a i.icon-map-tab-02::after {
								background-image: url(../../images/icon-map-tab-02-a.png);
							}
						.map-main-tab a i.icon-map-tab-03 {
							width: 33px;
							height: 32px;
							margin-right: 8px;
						}
							.map-main-tab a i.icon-map-tab-03::before {
								background-image: url(../../images/icon-map-tab-03.png);
							}
							.map-main-tab a i.icon-map-tab-03::after {
								background-image: url(../../images/icon-map-tab-03-a.png);
							}

							.map-main-tab a.active i::after,
							.map-main-tab a:hover i::after {
								opacity: 1;
							}
						.map-main-tab a span {
							display: inline-block;
							vertical-align: middle;
							position: relative;
							z-index: 2;
							font-size: 18px;
							font-weight: 600;
							color: #616161;
							line-height: 1;
							text-transform: lowercase;
							transform: translateZ(0);
							-webkit-transition: all 0.35s ease-in-out;
							-moz-transition: all 0.35s ease-in-out;
							-o-transition: all 0.35s ease-in-out;
							transition: all 0.35s ease-in-out;
						}
						.map-main-tab a[data-map='map-main-01'] span {
						    top: 3px;
						}
						.map-main-tab a[data-map='map-main-02'] span {
						    top: 4px;
						}
						.map-main-tab a[data-map='map-main-03'] span {
						    top: 0px;
						}
						.map-main-tab a.active span,
						.map-main-tab a:hover span {
							color: #07628e;
							text-shadow: 0 0 8px #ffffff;
						}


					.map-main-content {
					position: relative;
					margin-right: 0;
					top: -60px;
				}
					/*.map-main-content canvas {
						display: block;
						width: 100%;
						height: 698px;
					}
					.map-main-content > div {
						position: absolute;
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						opacity: 0;
						background-position: center center;
						background-repeat: no-repeat;
						background-size: contain;
						-webkit-transition: all 0.35s ease-in-out;
						-moz-transition: all 0.35s ease-in-out;
						-o-transition: all 0.35s ease-in-out;
						transition: all 0.35s ease-in-out;
					}
					.map-main-content > div.active {
						opacity: 1;
					}
					#map-main-01 {
						background-image: url(../../images/map-placeholder-01.png);
					}
					#map-main-02 {
						background-image: url(../../images/map-placeholder-02.png);
					}
					#map-main-03 {
						background-image: url(../../images/map-placeholder-03.png);
					}
						.map-main-content > div a {
							display: block;
							position: absolute;
							width: 100%;
							height: 100%;
							top: 0;
							left: 0;
						}*/

					.map-outer {
						
					}
						.map-inner {
							position: relative;
							/*width: 892px;*/
							width: 2395px;
							left: 20%;
							z-index: 2;
						}
							.map-inner img {
								max-width: 100%;
								height: auto;
							}
							.map-info-holder {
								opacity: 0;
								visibility: hidden;
								pointer-events: none;
								/*display: none;*/
							}
							.map-info-holder.active {
								opacity: 1;
								visibility: visible;
								pointer-events: auto;
							}
								.map-info-holder > div {
									position: absolute;
									z-index: 3;
								}
									.map-info-holder a {
										display: block;
										position: relative;
										text-decoration: none;
										z-index: 1;
									}
									/*.map-info-holder a:hover {
										z-index: 2;
									}*/

									.map-info-holder a.active {
										z-index: 2;
									}

									.map-info-holder a::after {
										content: '';
										display: block;
										position: absolute;
										width: 68px;
										height: 20px;
										background: url(../../images/map/map-pin-shadow.png) no-repeat center center;
										top: 32px;
										left: 10px;
										pointer-events: none;
										display: none;
									}
										.map-label {
											/*font-size: 16px;*/
											/*font-size: 50px;*/
											font-size: 40px;
											font-weight: 700;
											color: #5e5e5e;
											line-height: 1;
											/* text-shadow: 0 0 3px #ffffff; */
											position: absolute;
											white-space: nowrap;
											transform: translateZ(0);
											letter-spacing: 1px;
										}
										.map-tooltip {
											pointer-events: none;
											/*font-size: 13px;*/
											font-size: 40px;
											font-weight: 450;
											/*color: #ffffff;*/
											/*color: #616161;*/
											color: #3e3e3e;
											line-height: 1.3;
											/*background: #616161;*/
											background: #ffffff;
											position: absolute;
											/*border-radius: 5px;*/
											    border-radius: 20px;
											width: auto;
											/*min-width: 202px;*/
											min-width: 205px;
											/*padding: 7px 5px;*/
											    padding: 15px 20px;
											text-align: center;
											/*top: -42px;*/
											        top: -110px;
											left: 22%;
											transform: translateX(-50%) translateZ(0);
											opacity: 0;
											white-space: nowrap;
											-webkit-transition: all 0.35s ease-in-out;
											-moz-transition: all 0.35s ease-in-out;
											-o-transition: all 0.35s ease-in-out;
											transition: all 0.35s ease-in-out;
											border-color: #616161;
    										border: 1px solid #616161;
										}
										/*.map-inner a:hover .map-tooltip {
											opacity: 1;
										}*/
										.map-info-holder a.active .map-tooltip {
											opacity: 1;
										}

										.map-info-holder a.active .map-label{
											/* text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff; */

											/* color: #C0E781; */
											/* color: #A9A9A9; */
											color:#C0E781;
											text-shadow: 1px 1px 2px #111;
										}

										.map-tooltip::before {
											content: '';
											display: block;
											position: absolute;
											width: 0;
											height: 0;
											left: 0;
											right: 0;
											/*bottom: -8px;
											margin: auto;
											border-left: 13px solid transparent;
											border-right: 13px solid transparent;
											border-top: 7px solid #616161;*/
											bottom: -22px;
										    margin: auto;
										    border-left: 40px solid transparent;
										    border-right: 40px solid transparent;
										    border-top: 20px solid #616161;

										}

										.map-tooltip::after {
											content: '';
											display: block;
											position: absolute;
											width: 0;
											height: 0;
											left: 0;
											right: 0;
											/*bottom: -8px;
											margin: auto;
											border-left: 10px solid transparent;
											border-right: 10px solid transparent;
											border-top: 8px solid #ffffff;*/
											bottom: -19px;
										    margin: auto;
										    border-left: 40px solid transparent;
										    border-right: 40px solid transparent;
										    border-top: 20px solid #ffffff;
										}
							.map-sale-holder {
								
							}
								.map-sale-holder a {
								
								}
									.map-sale-holder i {
										display: block;
										/*width: 36px;
										height: 44px;*/
										width: 210px;
										height: 136px;
									}
										.map-sale-holder i::before,
										.map-sale-holder i::after {
											background-image: url(../../images/map/icon-map-sale-sprite-new.png);
											background-repeat: no-repeat;
										}
										.map-sale-holder i::before {
											/*background-position: -5px -5px;*/
											background-position: left;
										}
										.map-sale-holder i::after {
											background-position: right;
										}
										/*.map-sale-holder a.active i::after {
											opacity: 1;
										}*/
								.map-sale-01 {
									/*top: 355px;
									left: 155px;*/
									top: 1230px;
    								left: 415px;
								}
									.map-sale-01 .map-label {
										/*top: 6px;
										left: -88px;*/
										top: 17px;
    									left: -215px;
									}
								.map-sale-02 {
									/*top: 305px;
									left: 275px;*/
									    top: 1100px;
    									left: 725px;
								}
									.map-sale-02 .map-label {
										/*top: 15px;
										left: -140px;*/
										/*top: 60px;*/
										    top: 30px;
    									left: -355px;
									}
								.map-sale-03 {
									/*top: 410px;
									left: 278px;*/
									    top: 1387px;
    									left: 740px;
								}
									.map-sale-03 .map-label {
										/*top: 20px;
										left: 40px;*/
										    top: 57px;
    										left: 110px;
									}
								.map-sale-04 {
									/*top: 528px;
									left: 268px;*/
									top: 1700px;
    								left: 730px;
								}
									.map-sale-04 .map-label {
										/*top: 15px;
										left: -85px;*/
										top: 49px;
    									left: -233px;
									}
								.map-sale-05 {
									/*top: 25px;
									left: 325px;*/
									top: 385px;
    								left: 780px;
								}
									.map-sale-05 .map-label {
										/*top: 15px;*/
										/*left: 45px;*/
										/*left: -110px;*/
									    top: 30px;
									    /* left: 45px; */
									    /*left: 105px;*/
									     left: -265px;
									}
								.map-sale-06 {
									/*top: 82px;
									left: 308px;*/
									top: 530px;
    								left: 825px;
								}
									.map-sale-06 .map-label {
										/*top: 12px;
										left: 45px;*/
										top: 27px;
    									left: 108px;
									}
								.map-sale-07 {
									/*top: 152px;
									left: 328px;*/
									top: 715px;
    								left: 870px;
								}
									.map-sale-07 .map-label {
										/*top: 15px;
										left: -92px;*/
										top: 40px;
    									left: -208px;
									}
								.map-sale-08 {
									/*top: 212px;
									left: 355px;*/
									top: 865px;
    								left: 945px;
								}
									.map-sale-08 .map-label {
										/*top: 15px;
										left: -85px;*/
										top: 30px;
    									left: -220px;
									}
								.map-sale-09 {
									/*top: 252px;
									left: 430px;*/
									top: 975px;
    								left: 1140px;
								}
									.map-sale-09 .map-label {
										/*top: 20px;
										left: -68px;*/
										top: 70px;
    									left: -170px;
									}
								.map-sale-10 {
									/*top: 110px;
									left: 515px;*/
									top: 595px;
    								left: 1380px;
								}
									.map-sale-10 .map-label {
										/*top: 15px;
										left: 45px;*/
										top: 40px;
    									left: 120px;
									}
								.map-sale-11 {
									/*top: 190px;
									left: 665px;*/
									top: 805px;
    								left: 1770px;
								}
									.map-sale-11 .map-label {
										/*top: 10px;
										left: -122px;*/
										top: 32px;
    									left: -315px;
									}
								.map-sale-12 {
									/*top: 240px;
									left: 485px;*/
									top: 940px;
    								left: 1285px;
								}
									.map-sale-12 .map-label {
										/*top: 12px;
										left: 45px;*/
										    top: 20px;
    									left: 115px;
									}
								.map-sale-13 {
									/*top: 278px;
									left: 618px;*/
									top: 1035px;
    								left: 1625px;
								}
									.map-sale-13 .map-label {
										/*top: 15px;
										left: 48px;*/
										    top: 35px;
    									left: 135px;
									}

								.map-sale-14 {
									top: 630px;
    								right: 420px;
								}
									.map-sale-14 .map-label {
									    top: 40px;
									    left: 110px;
									}
								.map-sale-15 {
								    top: 420px;
								    right: 195px;
								}
									.map-sale-15 .map-label {
									    top: 20px;
									    right: 230px;
									}
							.map-time-holder {
								
							}
								.map-time-holder a {
									/*width: 95px;
									height: 37px;*/
									width: 242px;
    								height: 111px;
									background: url(../../images/map/icon-map-time-callout-new.png) no-repeat center center;
									text-align: center;
									padding: 4px 3px 0;
								}
								.map-time-holder a::after {
									top: 25px;
									left: 6px;
								}
									.map-time-holder i {
										display: inline-block;
										vertical-align: middle;
										/*width: 13px;
										height: 15px;*/
										width: 33px;
										height: 39px;
										background: url(../../images/map/icon-map-time-01-new.png) no-repeat center center;
										margin-right: 7px;
										top: 12px;
									}
									.map-time-holder i.icon-map-time-02 {
										/*width: 17px;
										height: 16px;*/
										width: 44px;
										height: 41px;
										background: url(../../images/map/icon-map-time-02-new.png) no-repeat center center;
									}
									.map-time {
										display: inline-block;
										vertical-align: middle;
										font-size: 35px;
										font-weight: 700;
										color: #ffffff;
										text-transform: lowercase;
										top: 14px;
    									position: relative;
									}
									.map-time-holder .map-label {
										text-align: left;
									}
									.map-time-holder .map-tooltip {
										text-align: left;
										min-width: 162px;
										padding: 7px 9px;
										/*top: -58px;*/
										top: -147px;
    									left: 50%;
									}
								.map-time-01 {
									/*top: 378px;
									left: 145px;*/
									top: 1290px;
    								left: 400px;
								}
									.map-time-01 .map-label {
										/*top: -2px;
										left: -95px;*/
										top: 5px;
    									left: -255px;
									}
								.map-time-02 {
									/*top: 328px;
									left: 255px;*/
									top: 1150px;
    								left: 725px;
								}
									.map-time-02 .map-label {
										/*top: 12px;
										left: -140px;*/
										top: 30px;
    									left: -360px;
									}
								.map-time-03 {
									/*top: 412px;
									left: 275px;*/
									top: 1410px;
    								left: 720px;
								}
									.map-time-03 .map-label {
										/*top: 18px;
										left: 98px;*/
										top: 40px;
    									left: 255px;
									}
								.map-time-04 {
									/*top: 542px;
									left: 262px;*/
									top: 1700px;
    								left: 730px;
								}
									.map-time-04 .map-label {
										/*top: 10px;
										left: -88px;*/
										top: 20px;
    									left: -230px;
									}
								.map-time-05 {
									/*top: 35px;
									left: 315px;*/
									top: 385px;
    								left: 855px;
								}
									.map-time-05 .map-label {
										/*top: 8px;
										left: 100px;*/
										top: 15px;
    									/*left: 255px;*/
    									left: -265px;
									}
								.map-time-06 {
									/*top: 90px;
									left: 308px;*/
									top: 545px;
    								left: 830px;
								}
									.map-time-06 .map-label {
										/*top: 8px;
										left: 100px;*/
										top: 20px;
    									left: 255px;
									}
								.map-time-07 {
									/*top: 165px;
									left: 320px;*/
									top: 715px;
    								left: 870px;
								}
									.map-time-07 .map-label {
										/*top: 10px;
										left: -90px;*/
										top: 20px;
    									left: -245px;
									}
								.map-time-08 {
									/*top: 218px;
									left: 350px;*/
									top: 865px;
    								left: 945px;
								}
									.map-time-08 .map-label {
										/*top: 10px;
										left: -85px;*/
										top: 20px;
    									left: -225px;
									}
								.map-time-09 {
									/*top: 268px;
									left: 352px;*/
									top: 1005px;
    								left: 965px;
								}
									.map-time-09 .map-label {
										/*top: 12px;
										left: -80px;*/
										top: 25px;
    									left: -240px;
									}
								.map-time-10 {
									/*top: 125px;
									left: 478px;*/
									    top: 645px;
    								left: 1305px;
								}
									.map-time-10 .map-label {
										/*top: 10px;
										left: 100px;*/
										top: 20px;
    									left: 265px;
									}
								.map-time-11 {
									/*top: 210px;
									left: 650px;*/
									top: 860px;
    								left: 1735px;
								}
									.map-time-11 .map-label {
										/*top: 8px;
										left: 105px;*/
										top: 20px;
    									left: 270px;
									}
								.map-time-12 {
									/*top: 255px;
									left: 478px;*/
									top: 970px;
    								left: 1285px;
								}
									.map-time-12 .map-label {
										/*top: -38px;
										left: 0;*/
										top: -100px;
    									left: 0;
									}
								.map-time-13 {
									/*top: 295px;
									left: 608px;*/
									top: 1035px;
    								left: 1625px;
								}
									.map-time-13 .map-label {
										/*top: 10px;
										left: 105px;*/
										top: 15px;
    									left: 260px;
									}
							.map-about-holder {
								
							}
									
								.map-about-holder a::before {
									content: 'View Video';
									display: block;
									/*width: 95px;
									height: 23px;
									text-align: center;
									background: #abd26a;
									border-radius: 10px;
									font-size: 12px;
									font-weight: 700;
									color: #ffffff;
									line-height: 1;
									text-transform: uppercase;
									padding: 6px 5px;
									position: absolute;
									top: -28px;
									left: 50%;*/
									width: 260px;
								    height: auto;
								    text-align: center;
								    background: #abd26a;
								    border-radius: 50px;
								    font-size: 30px;
								    font-weight: 700;
								    color: #ffffff;
								    line-height: 1;
								    text-transform: uppercase;
								    padding: 20px 20px;
								    position: absolute;
								    top: -80px;
								    left: 26%;

									opacity: 0;
									transform: translateX(-50%) translateZ(0);
									-webkit-transition: all 0.35s ease-in-out;
									-moz-transition: all 0.35s ease-in-out;
									-o-transition: all 0.35s ease-in-out;
									transition: all 0.35s ease-in-out;
								}
									.map-about-holder a.active::before {
										opacity: 1;
									}
									
									.map-about-holder i {
										display: block;
										/*width: 36px;
										height: 44px;*/
										width: 210px;
										height: 136px;
									}
										.map-about-holder i::before,
										.map-about-holder i::after {
											background-image: url(../../images/map/icon-map-about-sprite-new.png);
											background-repeat: no-repeat;
										}
										.map-about-holder i::before {
											/*background-position: -5px -5px;*/
											background-position: left;
										}
										.map-about-holder a.active i::before {
											opacity: 0;
										}
										.map-about-holder i::after {
											/*background-position: -51px -5px;*/
											background-position: right;
										}
										.map-about-holder a.active i::after {
											opacity: 1;
										}
								.map-about-01 {
									/*top: 362px;
									left: 145px;*/
									top: 1275px;
    								left: 410px;
								}
									.map-about-01 .map-label {
										/*top: 2px;
										left: -85px;*/
										top: 2px;
    									left: -220px;										
									}
								.map-about-02 {
									/*top: 315px;
									left: 265px;*/
									top: 1134px;
    								left: 709px;
								}
									.map-about-02 .map-label {
										/*top: 12px;
										left: -138px;*/
										top: 35px;
    									left: -365px;
									}
								.map-about-03 {
									/*top: 410px;
									left: 275px;*/
									top: 1387px;
    								left: 740px;
								}
									.map-about-03 .map-label {
										/*top: 22px;
										left: 42px;*/
										top: 70px;
    									left: 110px;
									}
								.map-about-04 {
									/*top: 535px;
									left: 260px;*/
									   top: 1700px;
    								left: 730px;
								}
									.map-about-04 .map-label {
										/*top: 15px;
										left: -85px;*/
										top: 49px;
    									left: -233px;
									}
								.map-about-05 {
									/*top: 32px;
									left: 325px;*/
									top: 385px;
    								left: 870px;
								}
									.map-about-05 .map-label {
										/*top: 12px;
										left: 42px;*/
										top: 25px;
    									/*left: 110px;*/
    									left: -265px;
									}
								.map-about-06 {
									/*top: 85px;
									left: 305px;*/
									top: 530px;
    								left: 825px;
								}
									.map-about-06 .map-label {
										/*top: 12px;
										left: 40px;*/
										top: 27px;
    									left: 108px;
									}
								.map-about-07 {
									/*top: 162px;
									left: 315px;*/
									top: 715px;
    								left: 870px;
								}
									.map-about-07 .map-label {
										/*top: 15px;
										left: -92px;*/
										    top: 40px;
    									left: -245px;
									}
								.map-about-08 {
									/*top: 222px;
									left: 348px;*/
									top: 865px;
    								left: 945px;
								}
									.map-about-08 .map-label {
										/*top: 15px;
										left: -85px;*/
										top: 30px;
    									left: -220px;
									}
								.map-about-09 {
									/*top: 255px;
									left: 378px;*/
									top: 980px;
    								left: 1000px
								}
									.map-about-09 .map-label {
										/*top: 15px;
										left: 42px;*/
										top: 30px;
    									left: 100px;
									}
								.map-about-10 {
									/*top: 120px;
									left: 505px;*/
									    top: 645px;
    								left: 1305px;
								}
									.map-about-10 .map-label {
										/*top: 15px;
										left: 45px;*/
										top: 30px;
    									left: 130px;
									}
								.map-about-11 {
									/*top: 178px;*/
									/*left: 658px;*/
									/*left: 680px;*/

									top: 805px;
    								left: 1770px;

								}
									.map-about-11 .map-label {
										/*top: 12px;
										left: -120px;*/
										top: 32px;
    									left: -315px;
									}
								.map-about-12 {
									/*top: 220px;
									left: 478px;*/
									top: 940px;
    								left: 1285px;
								}
									.map-about-12 .map-label {
										/*top: 12px;
										left: 45px;*/
										    top: 20px;
    									left: 115px;
									}
								.map-about-13 {
									/*top: 288px;
									left: 610px;*/
									    top: 1035px;
    								left: 1625px;
								}
									.map-about-13 .map-label {
										/*top: 15px;
										left: 45px;*/
										top: 20px;
    									left: 115px;
									}
								.map-about-holder .map-no-video {
									pointer-events: none;
								}
								.map-about-holder .map-no-video i {
									pointer-events: none;
									visibility: hidden;
								}
								.map-video-tab-active area.map-no-video {
									cursor: auto;
								}
							.map-compass {
								/*width: 165px;
								height: 166px;
								position: absolute;
								background: url(../../images/map/map-compass.png) no-repeat center center;
								bottom: 120px;
								right: 5px;
								opacity: 0.5;*/
								width: 400px;
							    height: 400px;
							    position: absolute;
							    background: url(../../images/map/map-compass.png) no-repeat center center;
							    bottom: 840px;
								left: -210px;
							    opacity: 0.5;
							    background-size: contain;
							}

				.map-legends {
					/* position: absolute;
					bottom: 45px
					    bottom: 160px;
					right: 35px; */
					margin-top: 30px;
				}
					.map-legends ul {

					}
						.map-legends li {
							display: block;
							margin: 6px 0;
						}
							.map-legends li i {
								display: inline-block;
								vertical-align: middle;
								width: 26px;
								height: 25px;
								background-position: center center;
								background-repeat: no-repeat;
								margin-right: 10px;
							}
							.map-legends li i.icon-map-legend-01 {
								background-image: url(../../images/icon-map-legend-01.png);
							}
							.map-legends li i.icon-map-legend-02 {
								background-image: url(../../images/icon-map-legend-02.png);
							}
							.map-legends li i.icon-map-legend-03 {
								background-image: url(../../images/icon-map-legend-03.png);
							}
							.map-legends li span {
								display: inline-block;
								vertical-align: middle;
								font-size: 15px;
								font-weight: 700;
								color: #616161;
								line-height: 1;
								text-transform: lowercase;
							}

/*map hovers*/


.map-transparent{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	/*height: 698px;
	max-width: 892px;*/
}
.map-hovers > div{
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;

	position: absolute;
	cursor: pointer;
    /*display: none; */
    opacity: 0;
}

.map-hovers > div.active{
	opacity: 1;
}


.map-info-holder > div.high-zindex{
	z-index: 4;
}

.morristown {
    /*top: 9px;
    left: 198px;*/
    /*top: 5px;
    left: 198px;*/
    top: 321px;
    left: 532px;
}

.convent-station {
    /*top: 105px;
    left: 312px;*/
        /*top: 100px;
    left: 312px;*/
    top: 551px;
    left: 833px;
}
.madison {
    /*top: 127px;
    left: 306px;*/
      /*  top: 117px;
    left: 306px;*/
        top: 634px;
    left: 815px;
}
.chatman {
    /*top: 194px;
    left: 335px;*/
    /*top: 186px;
    left: 330px;*/
    top: 791px;
    left: 880px;
}
.berkeley-heights {
   /* top: 344px;
    left: 56px;*/
    /*top: 345px;
    left: 66px;*/
        top: 1212px;
    left: 183px;
}

.new-providence {
    /*top: 293px;
    left: 211px;*/
    /*top: 293px;
    left: 191px;*/
    top: 1072px;
    left: 528px;
}

.summit {
   /* top: 236px;
    left: 291px;*/
        /*top: 238px;
    left: 270px;*/
    top: 915px;
    left: 734px;
}

.mountainside {
    /*top: 367px;
    /*left: 256px;*/
    /*top: 364px;
    left: 250px;*/
    top: 1244px;
    left: 591px;

    /*top: 368px;
    left: 253px;*/
}

.westfield {
   /* top: 445px;
    left: 232px;*/
   /* top: 440px;
    left: 232px;*/
       top: 1456px;
    left: 611px;
}

.livingston {
    /*top: 65px;
    left: 445px;*/
       /* top: 67px;
    left: 443px;*/
        top: 480px;
    left: 1165px;
}

.millburn {
    /*top: 183px;
    left: 414px;*/
    /*top: 180px;
    left: 412px;*/
     /*   top: 480px;
    left: 1170px;*/
    top: 778px;
    left: 1050px;
}

.maplewood {
    /*top: 203px;
    left: 583px;*/
   /*     top: 198px;
    left: 567px;*/
    top: 827px;
    left: 1517px;
}

.south-orange {
    /*top: 200px;
    left: 623px;*/
    /*    top: 199px;
    left: 621px;*/
        top: 827px;
    left: 1645px;
}

.west-orange{
	top: 536px;
	right: 378px;
}
.montclair {
    top: 381px;
    right: 198px;
}


				.nyc-link {
					position: absolute;
					top: 190px;
					right: 8px;
					pointer-events: none;
				}
					.nyc-link a {
						display: inline-block;
					}
						.nyc-link span {
							display: inline-block;
							vertical-align: middle;
							font-size: 30px;
							font-weight: 700;
							color: #5e5e5e;
							line-height: 1;
							letter-spacing: -0.075em;
							text-shadow: 0 0 3px #ffffff;
							text-transform: lowercase;
							margin-right: 9px;
							-webkit-transition: all 0.35s ease-in-out;
							-moz-transition: all 0.35s ease-in-out;
							-o-transition: all 0.35s ease-in-out;
							transition: all 0.35s ease-in-out;
						}
						.nyc-link a:hover span {
							color: #abd26a;
						}
						.nyc-link i {
							display: inline-block;
							vertical-align: middle;
							width: 32px;
							height: 32px;
							border: 3px solid #abd26a;
							border-radius: 50%;
							-webkit-transition: all 0.35s ease-in-out;
							-moz-transition: all 0.35s ease-in-out;
							-o-transition: all 0.35s ease-in-out;
							transition: all 0.35s ease-in-out;
						}
						.nyc-link a:hover i {
							background: #abd26a;
						}
							.nyc-link i::before {
								background-image: url(../../images/icon-nyc-arrow.png);
							}
							.nyc-link i::after {
								background-image: url(../../images/icon-nyc-arrow-a.png);
							}
							.nyc-link a:hover i::after {
								opacity: 1;
							}

			.video-popup-active .aiosp-bg {
				background: #ffffff;
				opacity: 1;
			}
			.video-popup-active .aiosp-iframe-holder .aiosp-content {
				max-width: 1100px;
				width: 95%;
			}
			.video-popup-active .aiosp-iframe-scaler {
				padding-top: 48%;
			}
			a.video-popup-close,
			button.video-popup-close {
				display: block;
				position: absolute;
				top: -60px !important;
				right: 0 !important;
				padding: 0 !important;
				width: auto !important;
				cursor: pointer;
				-webkit-transition: all 0.35s ease-in-out;
				-moz-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
			}
			.video-popup-close:hover {
				opacity: 0.5;
			}
				.video-popup-close span {
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
					font-weight: 700;
					color: #666666;
					line-height: 1;
					text-transform: lowercase;
					margin-right: 12px;
					pointer-events: none;
				}
				.video-popup-close i {
					display: inline-block;
					vertical-align: middle;
					font-size: 35px;
					color: #666666;
					pointer-events: none;
				}
			.video-popup-cta {
				text-align: center;
				position: absolute;
				width: 100%;
				z-index: 2;
				    bottom: -70px;
			}
				.video-popup-cta a {
					display: inline-block;
					vertical-align: middle;
					position: relative;
					height: 70px;
					padding: 0 28px;
					margin: 0 2px;
					background: #07628e;
					color: #ffffff;
					border-bottom-left-radius: 10px;
					border-bottom-right-radius: 10px;
					overflow: hidden;
					background: -moz-linear-gradient(top, #1581b6 0%, #076593 100%);
					background: -webkit-linear-gradient(top, #1581b6 0%,#076593 100%);
					background: linear-gradient(to bottom, #1581b6 0%,#076593 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1581b6', endColorstr='#076593',GradientType=0 );
					-webkit-transition: all 0.35s ease-in-out;
					-moz-transition: all 0.35s ease-in-out;
					-o-transition: all 0.35s ease-in-out;
					transition: all 0.35s ease-in-out;
				}
				.video-popup-cta a:hover {
					color: #07628e;
					text-shadow: 0 0 3px #ffffff;
				}
				.video-popup-cta a::before {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					background: #b9e177;
					z-index: 1;
				    background: -moz-linear-gradient(top, #b9e177 1%, #c1e782 42%, #abd26a 96%);
				    background: -webkit-linear-gradient(top, #b9e177 1%,#c1e782 42%,#abd26a 96%);
				    background: linear-gradient(to bottom, #b9e177 1%,#c1e782 42%,#abd26a 96%);
				    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#abd26a',GradientType=0 );
				    opacity: 0;
				    -webkit-transition: all 0.35s ease-in-out;
					-moz-transition: all 0.35s ease-in-out;
					-o-transition: all 0.35s ease-in-out;
					transition: all 0.35s ease-in-out;
				}
				.video-popup-cta a:hover::before {
					opacity: 1;
				}
				.video-popup-cta a::after {
					content: '';
					display: inline-block;
					vertical-align: middle;
					width: 0;
					height: 100%;
				}
					.video-popup-cta a i {
						display: inline-block;
						vertical-align: middle;
						margin-right: 10px;
						position: relative;
						z-index: 2;
					}
						.video-popup-cta a:hover i::after {
							opacity: 1;
						}
					.video-popup-cta a i.icon-video-popup-01 {
						width: 31px;
						height: 30px;
					}
						.video-popup-cta a i.icon-video-popup-01::before {
							background-image: url(../../images/icon-video-popup-01.png);
						}
						.video-popup-cta a i.icon-video-popup-01::after {
							background-image: url(../../images/icon-video-popup-01-a.png);
						}
					.video-popup-cta a i.icon-video-popup-02 {
						width: 26px;
						height: 25px;
					}
						.video-popup-cta a i.icon-video-popup-02::before {
							background-image: url(../../images/icon-video-popup-02.png);
						}
						.video-popup-cta a i.icon-video-popup-02::after {
							background-image: url(../../images/icon-video-popup-02-a.png);
						}
					.video-popup-cta a i.icon-video-popup-03 {
						width: 37px;
						height: 30px;
					}
						.video-popup-cta a i.icon-video-popup-03::before {
							background-image: url(../../images/icon-video-popup-03.png);
						}
						.video-popup-cta a i.icon-video-popup-03::after {
							background-image: url(../../images/icon-video-popup-03-a.png);
						}
					.video-popup-cta a span {
						display: inline-block;
						vertical-align: middle;
						font-size: 18px;
						font-weight: 700;
						line-height: 1;
						text-transform: lowercase;
						position: relative;
						z-index: 2;
					}

/*******************************************************
 *
 * MOBILE CTA
 *
 *******************************************************/
#hp-mobile-cta {
	padding: 35px 0;
	position: relative;
	font-size: 0;
}

#hp-mobile-cta::after {
    content: '';
    display: block;
    position: absolute;
    width: calc( 100% - 60px );
    height: 5px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../../images/cmh-border.png) no-repeat center center / 100% 100%;
}
#hp-mobile-cta::before {
	top: 0;
}
#hp-mobile-cta::after {
	bottom: 0;
}
	#hp-mobile-cta .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	#hp-mobile-cta .row {
		margin: 0 -7px;
	}
	.hp-mobile-cta-item {
		padding: 6px 7px;
	}
		.hp-mobile-cta-item a {
			display: block;
			height: 80px;
			text-align: center;
			background: #07628e;
			background: -moz-linear-gradient(89deg, #07628e 4%, #086fa1 100%);
			background: -webkit-linear-gradient(89deg, #07628e 4%,#086fa1 100%);
			background: linear-gradient(89deg, #07628e 4%,#086fa1 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07628e', endColorstr='#086fa1',GradientType=1 );
			border-radius: 5px;
		}
		.hp-mobile-cta-item a:hover {
			background: #abd26a;
			background: -moz-linear-gradient(left, #abd26a 4%, #c1e782 58%, #b9e177 100%);
			background: -webkit-linear-gradient(left, #abd26a 4%,#c1e782 58%,#b9e177 100%);
			background: linear-gradient(to right, #abd26a 4%,#c1e782 58%,#b9e177 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd26a', endColorstr='#b9e177',GradientType=1 );
		}
		.hp-mobile-cta-item a::before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			width: 0;
			height: 100%;
		}
			.hp-mobile-cta-item a i {
				display: inline-block;
				vertical-align: middle;
				background-position: center center;
				background-repeat: no-repeat;
				margin-right: 8px;
			}
			.icon-hp-mobile-cta-01 {
				background-image: url(../../images/icon-hp-mob-cta-01.png);
				width: 28px;
				height: 27px;
			}
			.icon-hp-mobile-cta-02 {
				background-image: url(../../images/icon-hp-mob-cta-02.png);
				width: 25px;
				height: 27px;
			}
			.icon-hp-mobile-cta-03 {
				background-image: url(../../images/icon-hp-mob-cta-03.png);
				width: 36px;
				height: 30px;
			}
			.icon-hp-mobile-cta-04 {
				background-image: url(../../images/icon-hp-mob-cta-04.png);
				width: 37px;
				height: 26px;
			}
			.icon-hp-mobile-cta-05 {
				background-image: url(../../images/icon-hp-mob-cta-05.png);
				width: 23px;
				height: 30px;
			}
			.icon-hp-mobile-cta-06 {
				background-image: url(../../images/icon-hp-mob-cta-06.png);
				width: 36px;
				height: 30px;
			}
			.hp-mobile-cta-item a span {
				display: inline-block;
				vertical-align: middle;
				text-align: left;
				font-size: 15px;
				font-weight: 600;
				color: #ffffff;
				line-height: 1.7;
			}

/*******************************************************
 *
 * CHARITY
 *
 *******************************************************/
#charity-wrap {
	margin-bottom: 62px;
	font-size: 0;
}
	.charity-holder {
		/*background: #076593;*/
		border-radius: 10px;
		overflow: hidden;
		white-space: nowrap;
	}
	.charity-bg{
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.charity-bg::after {
	    content: '';
	    /*background: red;*/
	    background: #076593;
	    width: calc(100% - 20px);
	    height: calc(100% - 10px);
	    position: absolute;
	    top: 49%;
	    right: 0;
	    z-index: -1;
	    transform: translateY(-50%);
	}
		.charity-left {
			background: #eeeeee;
			display: inline-block;
		    vertical-align: top;
		    position: relative;
		    width: 21.37%;
		    padding: 40px 10px 46px;
		    text-align: center;
		    border-top-right-radius: 10px;
		}
		.charity-left::after {
			content: '';
			display: block;
			position: absolute;
			width: 121.02%;
			height: 36.8%;
			left: -11%;
			bottom: 16%;
			background: url(../../images/charity-big-logo.png) no-repeat center center;
			z-index: 1;
		}
			.charity-left img {
				max-width: 100%;
				height: auto;
				position: relative;
				z-index: 2;
			}
		.charity-right {
			display: inline-block;
		    vertical-align: top;
		    width: 78.63%;
		    white-space: normal;
		}
			.charity-bg .head-title {
				text-align: center;
				padding: 26px 10px 23px;
			}
				.charity-bg .section-title-01 {

				}
					.charity-bg .section-title-01 h2 {
						color: #ffffff;
					}
						.charity-bg .section-title-01 h2 em {
							display: inline-block;
							color: #abd26a;
						}
			.charity-right-content {
				background: #eeeeee;
				min-height: 205px;
				border-top-right-radius: 10px;
				border-bottom-right-radius: 10px;
				position: relative;
				overflow: hidden;
				padding: 18px 40px 60px 10px;
				display: flex;
				flex-wrap: wrap;
				align-items: flex-start;
				justify-content: space-between;
			}
			.charity-right-content::before {
				content: '';
				display: block;
				position: absolute;
				width: 85%;
				height: 100%;
				top: 0;
				right: 0;
				z-index: 1;
				background: -moz-linear-gradient(44deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
				background: -webkit-linear-gradient(44deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
				background: linear-gradient(44deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
			}
				.charity-txt {
					/*width: 44.68%;*/
					width: calc( 51.10% - 64px );
					display: inline-block;
					vertical-align: middle;
					padding: 50px 50px 36px 40px;
					font-size: 17px;
					font-weight: 500;
					color: #484f3c;
					line-height: 1.9;
					position: relative;
					z-index: 2;
				}
					.charity-txt p span {
						/*color: #abd26a;*/
						color: #50770f;
					}
				.charity-count {
					/*width: 12.85%;*/
					width: 128px;
					display: inline-block;
					vertical-align: middle;
					text-align: center;
					position: relative;
					z-index: 2;
				}
					.charity-count span {
						display: block;
						font-size: 22px;
						font-weight: 500;
						color: #076593;
						line-height: 1;
					}
					.charity-num {
						position: relative;
						width: 128px;
						height: 118px;
						background: url(../../images/charity-number-bg.png) no-repeat center center;
						font-size: 70px;
						font-weight: 500;
						color: #616164;
						line-height: 1;
						letter-spacing: -0.05em;
						padding-top: 26px;
						margin: 5px auto;
					}
						.charity-num::after {
							content: '';
							display: block;
							position: absolute;
							width: 100%;
							height: 1px;
							top: 59px;
							background: #ffffff;
						}
				.charity-vote {
					/*width: 42.47%;*/
					width: calc( 48.9% - 64px );
					display: inline-block;
					vertical-align: middle;
					text-align: center;
					position: relative;
					z-index: 2;
				}
					.charity-vote > span {
						display: block;
						font-size: 18px;
						font-weight: 500;
						color: #666666;
						line-height: 1;
						max-width: 220px;
						margin: 20px auto 0;
					}
				.charity-content {
					position: relative;
					width: 60.5%;
					z-index: 2;
				}
					.charity-content div {
						display: flex;
						align-items: center;
						font-size: 20px;
						font-weight: 600;
						color: #000000;
						line-height: 1.2;
						letter-spacing: -0.025em;
					}
					.charity-content div img {
						margin-right: 15px;
					}
					.charity-content strong {
						display: block;
						font-size: 18px;
						font-weight: 600;
						color: #07628e;
						line-height: 1.2;
						letter-spacing: -0.025em;
						margin-top: 24px;
					}
					.charity-content p {
						font-size: 14px;
						font-weight: 300;
						color: #616161;
						line-height: 1.9;
						margin-top: 8px;
					}
					.charity-content a.site-txt-link-02 {
						margin-top: 25px;
						min-width: 140px;
						height: 48px;
						background: #07628e;
						color: #ffffff;
					}
					.charity-content a.site-txt-link-02:hover {
						background: #abd26a;
					}
				.charity-image {
					position: relative;
					width: 36.5%;
					margin-top: 25px;
					border-radius: 10px;
					overflow: hidden;
					z-index: 2;
				}

/*******************************************************
 *
 * LISTINGS
 *
 *******************************************************/
#listings-wrap {
	font-size: 0;
}

	.fl-holder {

	}
	.fl-holder::before {
		content: '';
		display: block;
		width: 100%;
		height: 4px;
		background: url(../../images/line-accent-fl.png) no-repeat center center;
		display: none;
	}
		.fl-holder .section-title-01 {
			padding: 98px 60px;
			width: 32.8%
		}
		.fl-items {

		}
			.fl-items-row {
				pointer-events: none;
			}
			.fl-items-row:first-child {
				text-align: right;
				margin-top: -266px;
			}
			.fl-items-row:nth-child(2) {
				margin-top: -60px;
			}
			.fl-items-row:last-child {
				margin-top: -30px;
			}
			.fl-item {
				display: inline-block;
				vertical-align: top;
				position: relative;
				width: 32.8%;
				margin-right: 10px;
				margin-bottom: 10px;
				text-align: left;
				pointer-events: auto;
			}
			.fl-item:hover {
				z-index: 2;
			}
			.fl-item:last-child {
				margin-right: 0;
			}
				.fl-default {
					position: relative;
					z-index: 1;

					overflow: hidden;
				}
					.fl-default a {
						display: block;
						position: relative;
						text-decoration: none;
					}
					.fl-items-row:nth-child(2) .fl-item:nth-child(2) {
						margin-top: 30px;
					}
					.fl-items-row:nth-child(2) .fl-item:last-child {
						margin-top: 60px;
					}
					.fl-items-row:last-child .fl-item:last-child {
						margin-top: 30px;
					}
					.fl-default a::after {
						content: '';
						display: block;
						position: absolute;
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,76,112,0.3) 120%);
						background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,76,112,0.3) 120%);
						background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,76,112,0.3) 120%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#80004c70',GradientType=0 );
						z-index: 2;
					}
						.fl-default canvas {
							display: block;
							width: 100%;
							height: 280px;
							background-color: #cccccc;
							background-position: center center;
							background-repeat: no-repeat;
							background-size: cover;
							position: relative;
							z-index: 1;

							-webkit-transition: all 0.6s ease-in-out;
							transition: all 0.6s ease-in-out;
						}

						.fl-item:hover .fl-default canvas {
							transform: scale(1.15);
						}

						.fl-items-row:first-child .fl-item:last-child .fl-default canvas, .fl-items-row:first-child .fl-item:last-child .fl-active canvas {
							height: 310px;
						}
						.fl-items-row:nth-child(2) .fl-item:last-child .fl-default canvas, .fl-items-row:nth-child(2) .fl-item:last-child .fl-active canvas {
							height: 250px;
						}
						.fl-items-row:last-child .fl-item:first-child .fl-default canvas, .fl-items-row:last-child .fl-item:first-child .fl-active canvas {
							height: 290px;
						}
						.fl-items-row:last-child .fl-item:last-child .fl-default canvas, .fl-items-row:last-child .fl-item:last-child .fl-active canvas {
							height: 260px;
						}
						.fl-default-txt {
							position: absolute;
							width: 100%;
							bottom: 0;
							padding: 0 18px 22px;
							z-index: 3;
						}
							.fl-default-address {
								font-size: 13px;
								font-weight: 600;
								color: #ffffff;
								line-height: 1;
								letter-spacing: 0.16em;
								margin-bottom: 8px;
							}
							.fl-default-price {
								font-size: 25px;
								font-weight: 600;
								color: #ffffff;
								line-height: 1;
							}
							.fl-beds-baths-area {
							    font-size: 15px;
							    font-weight: 600;
							    color: #ffffff;
							    line-height: 1;
							}
							.fl-beds-baths-area span {
								display: inline-block;
								vertical-align: middle;
							}
							
							.oh-hover .fl-beds-baths-area {
								display: none;
							}

								.fl-beds-baths-area div {
								    display: inline-block;
								    /* padding: 5px 10px 0px 10px; */

								    padding: 5px 2.5px 0px;
								}
								.fl-beds-baths-area div:first-child {
								    padding-left: 0;
								}
								.fl-beds-baths-area div:last-child {
								    padding-right: 0;
								}
								.fl-beds-baths-area img {
								    max-width: 25px;
								    padding-right: 5px;
								    display: inline-block;
								    vertical-align: middle;
								}					
				.fl-active {
					position: absolute;
					/* width: calc( 100% + 70px );
					height: calc( 100% + 120px );
					top: 0;
					left: -35px; */
					z-index: 2;
					opacity: 0;
					pointer-events: none;
					visibility: hidden;
					/* transform: scale(0.7); */
					box-shadow: 0 0 20px rgba(0,0,0,0.5);
					-webkit-transition: all 0.35s ease-in-out;
					-moz-transition: all 0.35s ease-in-out;
					-o-transition: all 0.35s ease-in-out;
					transition: all 0.35s ease-in-out;

					width: 100%;
    				overflow: hidden;
    				left: 0;
    				top: 0 !important;
    				bottom: 0 !important;
				}
				.fl-items-row:first-child .fl-item:last-child .fl-active {
					left: auto;
					right: 0;
				}
				.fl-items-row:nth-child(2) .fl-item:first-child .fl-active {
					left: 0;
					top: -60px;
				}
				.fl-items-row:nth-child(2) .fl-item:nth-child(2) .fl-active {
					top: -60px;
				}
				.fl-items-row:nth-child(2) .fl-item:last-child .fl-active {
					top: auto;
					left: auto;
					bottom: 48px;
					right: 0;
				}
				.fl-items-row:last-child .fl-item:first-child .fl-active {
					top: auto;
					left: 0;
					bottom: 0;
				}
				.fl-items-row:last-child .fl-item:last-child .fl-active {
					top: auto;
					left: auto;
					bottom: 38px;
					right: 0;
				}
				.fl-item:hover .fl-active {
					opacity: 1;
					pointer-events: auto;
					visibility: visible;
					/* transform: scale(1); */
				}
					.fl-active a {
						display: block;
						position: relative;
						text-decoration: none;
					}
						.fl-active-slides {

						}
							.fl-active-slides canvas {
								display: block;
								width: 100%;
								background-color: #cccccc;
								background-position: center center;
								background-repeat: no-repeat;
								background-size: cover;
								
								/* background-size: 115%; */
								/* transform: scale(1.2); */
								height: 280px;
								-webkit-transition: all 0.6s ease-in-out;
							    transition: all 0.6s ease-in-out;
							}
							
							.fl-item:hover .fl-active .fl-active-slides .slick-active canvas {
								transform: scale(1.15);
							}

						.fl-active-txt {
							/* background: rgba(255,255,255,0.75); */
							background: rgba(255,255,255,0.85);
							position: absolute;
							bottom: 0;
							width: 100%;
							/*padding: 15px 20px;*/
							padding: 7px 20px;
						}

						.fl-active-txt .fl-beds-baths-area {
						    color: #616161;
						}
						
							.fl-active-txt-left {
								width: calc(100% - 130px);
							}
								.fl-active-address-line-01 {
									/*font-size: 27px;*/
									font-size: 20px;
									color: #616161;
									line-height: 1;
									margin-bottom: 4px;
									font-weight: 100;
								}
								.fl-active-address-line-02 {
									font-size: 13px;
									font-weight: 300;
									color: #004c70;
									line-height: 1;
									letter-spacing: 0.16em;
									margin-bottom: 4px;
									
								}
								.fl-active-price {
									/* font-size: 25px; */
									font-size: 19px;
									font-weight: 300;
									color: #004c70;
									line-height: 1;
								}
							.fl-active-txt-right {
                                    position: absolute;
                                    /* top: 35%; */
                                    right: 8%;
                                    /* font-size: 14px; */
                                    background: #05567d;
                                    /* padding: 15px 30px 15px 15px; */
                                    text-transform: uppercase;
                                    letter-spacing: 1px;
                                	color: #fff;
                                	font-weight: bold;

									top: 37%;
                                	font-size: 11px;
                                	padding: 10px 20px 10px 15px;
                                }

                                .fl-active-txt-right:hover, .fl-active-txt-right span:hover {
								    color: #FFF;
									background: #616161;
									font-weight: bold;
								}

                                .fl-active-txt-right span {
                                    position: relative;
                                }

                                .fl-active-txt-right span:after {
                                    content: '';
                                    position: absolute;
                                    background: url(../../images/icon-btn-arrow-a.png);
                                        width: 45px;
                                    height: 12px;
                                    margin-left: 5px;

                                    top: 2px;
                                }
			.fl-arrow {
				width: 41px;
				height: 38px;
				position: absolute;
				top: calc( 50% - 72px );
				z-index: 2;
			}
			.fl-prev {
				left: 3px;
			}
			.fl-next {
				right: 3px;
			}
				.fl-arrow::before,
				.fl-arrow::after {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					background-position: center center;
					background-repeat: no-repeat;
					-webkit-transition: all 0.35s ease-in-out;
					-moz-transition: all 0.35s ease-in-out;
					-o-transition: all 0.35s ease-in-out;
					transition: all 0.35s ease-in-out;
				}
				.fl-arrow::after {
					opacity: 0;
				}
				.fl-arrow:hover::before {
					opacity: 0;
				}
				.fl-arrow:hover::after {
					opacity: 1;
				}
				.fl-prev::before {
					background-image: url(../../images/icon-fl-arrow-prev.png);
				}
				.fl-prev::after {
					background-image: url(../../images/icon-fl-arrow-prev-a.png);
				}
				.fl-next::before {
					background-image: url(../../images/icon-fl-arrow-next.png);
				}
				.fl-next::after {
					background-image: url(../../images/icon-fl-arrow-next-a.png);
				}
		.fl-call-to-action {
			width: 32.8%;
			float: right;
			margin-top: -280px;
		}
			.fl-call-to-action a {
				display: block;
				background: #004c70;
				border-radius: 5px;
				height: 80px;
				padding: 0 32px;
				max-width: 400px;
				margin: 10px auto;
				-webkit-transition: all 0.35s ease-in-out;
				-moz-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
			}
			.fl-call-to-action a:nth-child(2) {
				background: #07628e;
			}
			.fl-call-to-action a:last-child {
				/*background: #abd26a;*/
				background: #5b821a;
			}
			.fl-call-to-action a:hover {
				background: #616161;
			}
			.fl-call-to-action a::after {
				content: '';
				display: inline-block;
				vertical-align: middle;
				width: 0;
				height: 100%;
			}
				.fl-call-to-action a span {
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
					font-weight: 500;
					color: #ffffff;
					line-height: 1;
					letter-spacing: 0.1em;
					text-transform: uppercase;
					width: calc( 100% - 45px );
				}
				.fl-call-to-action a i {
					display: inline-block;
					vertical-align: middle;
					width: 45px;
					height: 12px;
					background: url(../../images/icon-btn-arrow.png) no-repeat center center;
				}

/*******************************************************
 *
 * WORKSHOP
 *
 *******************************************************/
#workshop-wrap {
	padding: 45px 0 15px;
	font-size: 0;
}
	#workshop-wrap .section-title-02 {
		text-align: center;
		margin-bottom: 0;
	}

	h2.slick-slide span {
	    min-width: 155px;
	    display: inline-block;
	    text-align: center;
	}
	.workshop-btn-holder {
	    padding: 30px 15px 0;
	}
	.workshop-video-slides {

	}
		.wv-item {
			display: none;
		}
	.workshop-txt-col {
		padding-right: 0;
	}
	.workshop-txt-slides {
		padding-top: 20px;
	}
		.wt-item {
			display: none;
		}
			.wt-title {
				font-size: 20px;
				color: #666666;
				line-height: 1;
			}
				.wt-title strong {
					color: #07628e;
					text-transform: uppercase;
				}
			.wt-content {
				font-size: 15px;
				font-weight: 300;
				color: #616161;
				line-height: 1.3;
				max-width: 100%;
			}
				.wt-content p {
					margin: 20px 0;
					font-size: 18px;
				}
	.workshop-btns {
		margin-top: 0;
	}
		.workshop-btns .col-md-6:last-child {
			text-align: right;
		}
		
#workshop-wrap .container {
	width: 100%;
}

#workshop-wrap .h2-slide .slick-track, #workshop-wrap .h2-slide .slick-slide {
	width: 100% !important;
}

#workshop-wrap .h2-slide h2 {
	background-color: #066593;
	width: 100%;
	padding: 15px;
	border-radius: 10px 10px 0 0;
	color: #B1D068;

}

#workshop-wrap .h2-slide h2 em {
	color: #fff;
	position: relative;
	padding-left: 15px;
}

#workshop-wrap .h2-slide h2 em::before {
        content: '';
    position: absolute;
    top: 0;
    width: 7px;
    height: 100%;
    background: white;
    left: 0;
    /*border-radius: 15px;*/
}

.row.workshop-box {
	/*max-width: 1152px;*/
	width: 100%;
	padding: 0 45px;
	margin: 0 auto;
}

	#workshop-wrap .video-thumb {
		padding: 5px;
	}
		#workshop-wrap .video-thumb a {
			border: 2px solid #ffffff;
		    border-radius: 10px;
		    box-shadow: 0 0 10px rgba(0,0,0,0.4);
		}
		#workshop-wrap .video-thumb a::after {
			content: '';
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			/*top: 19px;
			left: 10px;*/
			background: rgba(0,0,0,0.5);
			z-index: 2;
			opacity: 0;
			border-radius: 10px;
			-webkit-transition: all 0.35s ease-in-out;
			-moz-transition: all 0.35s ease-in-out;
			-o-transition: all 0.35s ease-in-out;
			transition: all 0.35s ease-in-out;
			/*max-width: 335px;
			max-height: 227px;
			border-radius: 10px;*/
		}
		#workshop-wrap .video-thumb a:hover::after {
			opacity: 1;
		}
			#workshop-wrap .video-thumb a canvas {
				border-radius: 10px;
			}
			#workshop-wrap .play-txt {	
				font-size: 16px;	
				transform: translate(-92%,59px);
				text-shadow: 1px 1px 1px #111;
			}

/*******************************************************
 *
 * VIDEO
 *
 *******************************************************/
#video-wrap {
	text-align: center;
	position: relative;
	padding: 60px 0 0;
	font-size: 0;
	background: -moz-linear-gradient(top, rgba(246,246,246,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(246,246,246,0.8) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,0.8) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f6f6f6', endColorstr='#00ffffff',GradientType=0 );
}
	#video-wrap .section-title-03 {
		margin-bottom: 38px;
	}
		#video-wrap .section-title-03 div em,
		#video-wrap .section-title-03 strong em {
			position: relative;
			display: inline-block;
			padding-left: 15px;
		}
		#video-wrap .section-title-03 div em::before,
		#video-wrap .section-title-03 strong em::before {
			content: '';
			display: block;
			position: absolute;
			width: 6px;
			height: 60px;
			top: -6px;
			left: 0;
			background: #07628e;
		}
	#video-wrap .row:first-of-type {
		margin-bottom: 48px;
	}
	#video-wrap .row:first-of-type::after {
		content: '';
		display: block;
		width: 100%;
		height: 4px;
		/* background: url(../../images/line-accent-fl.png) no-repeat center center; */
	}
	.video-holder {
		overflow: hidden;
	}
		.video-slides {
			margin: 0 -38px;
		}
			.vd-item {
				padding: 0 38px;
				display: none;
			}
				.vd-item .video-thumb {
					border: 1px solid #efefef;
				}
				.vd-item .play-btn {
					left: 16px;
					bottom: 12px;
				}
				.vd-item > span {
					display: block;
					font-size: 14px;
					font-weight: 300;
					color: #747474;
					line-height: 1;
					letter-spacing: 0.2em;
					margin-top: 30px;
				}
				.vd-item .play-btn-02 {
					left: 15px;
					bottom: 15px;
				}
		.video-arrows {
			margin: 30px 0 52px;
		}
		.play-txt {
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: 100;
			font-size: 20px;
			color: #fff;
			font-weight: 600;			
			transform: translate(-50%,35px);
		}
		
#video-wrap .play-btn {
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 16px;
	left: 20px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	z-index: 3;
}
		
#video-wrap .play-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	transform: translate(-102%,45px);
	text-shadow: 1px 1px 1px #111;
}

#video-wrap .section-title-03 h2 div,
#video-wrap .section-title-03 h2 strong {
	font-size: 44px;
}

#video-wrap .section-title-03 h2 strong {
	font-weight: 600;
}

/*******************************************************
 *
 * COMMUNITY
 *
 *******************************************************/
#community-wrap {
	position: relative;
	padding: 62px 0 66px;
	background: #f6f6f6;
	text-align: center;
	font-size: 0;
}
	#community-wrap .container-fluid {
		padding: 0 20px;
	}
		#community-wrap .section-title-02 {
			margin-bottom: 40px;
		}
			#community-wrap .section-title-02 em {
				display: inline-block;
			}
		.community-video-holder {
			position: relative;
			overflow: hidden;
		}
			.community-video-slides {
				margin: 0 -6px;
			}
				.cv-item {
					display: none;
					padding: 0 6px;
					text-align: left;
				}
				.cv-item .video-thumb a::before {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
					background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
					background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
					z-index: 3;
				}
				.cv-item .video-thumb a::after {
					background: rgba(0,0,0,0.2);
					opacity: 1;
				}
				.cv-item .video-thumb a:hover::after {
					background: rgba(0,0,0,0.5);
				}
					.cv-item .play-btn {
						border: 2px solid #ffffff;
						width: 56px;
						height: 56px;
						top: 0;
						bottom: 0;
						left: 0;
						right: 0;
						margin: auto;
						z-index: 4;
					}
					.cv-item > span {
						display: block;
						font-size: 18px;
						font-weight: 300;
						color: #07628e;
						letter-spacing: 0.05em;
						margin-top: 12px;
						line-height: normal;
					}
			.cv-arrow {
				position: absolute;
				width: 54px;
				height: 54px;
				background: #616161;
				top: 98px;
				cursor: pointer;
			}
			.cv-arrow:hover {
				background: #abd26a;
			}
			.cv-arrow::before {
				background: url(../../images/bg-comm-arrow.jpg) no-repeat center center / cover;
				opacity: 0.18;
			}
			.cv-arrow::after {
				background-position: center center;
				background-repeat: no-repeat;
			}
			.cv-prev {
				left: 0;
			}
				.cv-prev::after {
					background-image: url(../../images/icon-comm-arrow-prev.png);
				}
			.cv-next {
				right: 0;
			}
				.cv-next::after {
					background-image: url(../../images/icon-comm-arrow-next.png);
				}
		.community-video-holder > a {
			margin-top: 48px;
		}
		
#video-wrap .container {
	width: 100%;
}

/*******************************************************
 *
 * Open House
 *
 *******************************************************/
#open-house-wrap {
	position: relative;
	padding: 62px 0 66px;
	background: #f6f6f6;
	text-align: center;
	font-size: 0;
}
	#open-house-wrap .container-fluid {
		padding: 0 20px;
	}
		#open-house-wrap .section-title-02 {
			margin-bottom: 40px;
		}
			#open-house-wrap .section-title-02 em {
				/*display: block;*/
				display: inline-block;
			}
		.open-house-video-holder {
			position: relative;
			overflow: hidden;
		}
			.open-house-video-slides {
				margin: 0 -6px;
				z-index: 1;
    			overflow: visible;
			}
			.open-house-video-slides .slick-track {
				margin: 0 auto;
			}
				.oh-item {
					display: none;
					padding: 0 6px;
					text-align: left;
					position: relative;
				}
				.oh-item .video-thumb .oh-main-thumb::before {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					/*height: 100%;*/
					height: 98%;
					top: 0;
					left: 0;
					background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
					background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
					background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
					z-index: 3;
				}
				.oh-item .video-thumb a::after{
					display: none;
				}
				.oh-item .video-thumb .oh-main-thumb{
					display: block;
					position: relative;
					overflow: hidden;
				}
				
				.oh-item .video-thumb .oh-main-thumb canvas { 
					-webkit-transition: all 0.6s ease-in-out;
    				transition: all 0.6s ease-in-out;
    				background-size: cover;
				}

				.oh-item:hover .video-thumb .oh-main-thumb canvas { 
					transform: scale(1.15);
				}

				.oh-item .video-thumb .oh-main-thumb::after {
					background: rgba(0,0,0,0.2);
					opacity: 0;
				}
				.oh-item .video-thumb .oh-main-thumb:hover::after {
					background: rgba(0,0,0,0.5);
				}
					
					.oh-item span {
						display: block;
						font-size: 18px;
						font-weight: 300;
						color: #07628e;
						letter-spacing: 0.05em;
						margin-top: 12px;
					}

			.oh-details {
			    position: absolute;
			    bottom: 0;
			    font-size: 15px;
			    z-index: 3;
			    color: #fff;
			    width: 100%;
			    padding: 15px 10px;
			}
			
			.oh-hover .oh-details{
				background:rgba(255,255,255,.85);
				padding: 10px 10px 5px;
				bottom: 4px;
			}
			.oh-vd{
				position: absolute;
				top: 35%;
				right: 5%;
				font-size: 0;
				background: #dadada;
				padding: 8.74px 14.65px;
				text-transform: uppercase;
				letter-spacing: 1px;
				color: #666;
			}
			.oh-hover .oh-details .oh-vd span {
				position: relative;
				font-size: 11px;
			}


			.oh-vd span:after {
				content: '';
				position: absolute;
				/*background: url(../../images/listings-icons/fl-view-details-arrow.png);*/
				background: url(../../images/icon-btn-arrow-a.png);
				/*width: 45px;*/
				    width: 45px;
			    /* width: 25px; */
			    height: 12px;
			    margin-left: -5px;
			    background-position: right;
			    transform: scale(0.6);
			    top: 5px;
			}
			.oh-details span {
			        color: #fff;
				    font-size: 13px;
				    font-weight: 600;
				    letter-spacing: 0.16em;
				    margin: 0;
				    line-height: 1;
			}
			.oh-hover .oh-details span{
				/*color:#616161;
				font-size: 19px;
				line-height: 1.3;*/
				/*font-size: 18px;*/
				font-size: 17px;
			    color: #616161;
			    line-height: 1;
			    margin-bottom: auto;
			    font-weight: 400;
			    letter-spacing: unset;
			}

			.oh-hover .oh-details span.oh-address {
				/* font-size: 15.77px; */
				font-size: 12px;
    			/* padding-bottom: 3px; */
    			padding-bottom: 10px;
			}

			.oh-hover .oh-details span.oh-address-2{
				/*font-size: 10px;*/
				font-size: 9px;
			    font-weight: 300;
			    color: #004c70;
			    line-height: 1;
			    letter-spacing: 0.16em;
			}
			.oh-details span.oh-price {
			    font-size: 20px;
			    font-weight: 600;
			    padding: 5px 0;
			    letter-spacing: 1px;
			}
			.oh-hover .oh-details span.oh-price {
			    padding: 0 0 0;
			    /* font-size: 17px; */
			    font-size: 13px;
			    font-weight: 300;
			    color: #004c70;
			    line-height: 1;
			    letter-spacing: unset;
			    margin-bottom: 5px;
			    display: none;
			}
			/*.oh-item span.oh-sched {
			    font-size: 14px;
			    text-align: center;
			    background: #abd26a;
			    padding: 20px 0;
			    color: #fff;
			}*/
			
			.oh-sched-wrap {
			    /*background: #abd26a;*/
			    background: #07628e;
			    height: 68px;
			    vertical-align: middle;
			    position: relative;
			    top: -5px;

			    z-index: 1;
			}
			.oh-item span.oh-sched {
			    font-size: 14px;
			    text-align: center;
			    padding: 0;
			    margin: 0;
			    color: #fff;
			    vertical-align: middle;
			    display: block;
			    position: absolute;
			    width: 90%;
			    left: 50%;
			    top: 50%;
			    transform: translate(-50%, -50%);
			}

			.oh-arrow {
				position: absolute;
				width: 54px;
				height: 54px;
				background: #616161;
				top: 98px;
				cursor: pointer;
				display: none !important;
			}
			.oh-arrow:hover {
				background: #abd26a;
			}
			.oh-arrow::before {
				background: url(../../images/bg-comm-arrow.jpg) no-repeat center center / cover;
				opacity: 0.18;
			}
			.oh-arrow::after {
				background-position: center center;
				background-repeat: no-repeat;
			}
			.oh-prev {
				left: 0;
			}
				.oh-prev::after {
					background-image: url(../../images/icon-comm-arrow-prev.png);
				}
			.oh-next {
				right: 0;
			}
				.oh-next::after {
					background-image: url(../../images/icon-comm-arrow-next.png);
				}
		.open-house-video-holder > a,
		.video-holder > a {
			margin-top: 48px;
		}

		section#open-house-wrap a.site-txt-link-02.aios-initial-setup-dead-link {
		    min-width: 240px;
		}

		.oh-details .fl-beds-baths-area span {
		    display: inline-block;
		    vertical-align: middle;
		}
		.oh-hover .oh-details .fl-beds-baths-area span {
			/*font-weight: 600;*/
			font-weight: 600;
    		font-size: 11px;
		}
		.oh-details .fl-beds-baths-area img {
		        display: inline-block;
			    max-width: 20px;
			    padding-right: 3px;
			    vertical-align: middle;
		}
		.oh-hover .oh-details .fl-beds-baths-area img{
			/*max-width: 18px;*/
			 max-width: 15px;
		}

		.oh-details .fl-beds-baths-area div{
			padding: 5px 2px 0px 2px;
		}
		.oh-hover {
			    opacity: 0;
			    /*display: none;*/
			    position: absolute;
			    top: 0;
			    left: 0;
			    /* transform: scale(1.05);
			    transform-origin: center; */
			    /*z-index: 9;*/
			    z-index: 1;
			    -webkit-transition: all 0.35s ease-in-out;
			    -moz-transition: all 0.35s ease-in-out;
			    -o-transition: all 0.35s ease-in-out;
			    transition: all 0.35s ease-in-out;

			    width: 100%;
    			padding: 0 6px;
			}
		.oh-item:hover .oh-hover {
		    display: block;
		    opacity: 1;
			/* transform: scale(1.4); */
			z-index: 9;
		}

		.open-house-video-holder,.open-house-video-holder .slick-list.draggable {
			overflow: visible;
		}
		.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .oh-hover{
			transform-origin: right;
			left: unset;
			right: 0;
		}
		.oh-item.slick-slide.slick-current.slick-active .oh-hover {
			transform-origin: left;
		}

		.open-house-video-slides:before {
		    content: '';
		    display: block;
		    position: absolute;
		    top: 0;
		    width: 30px;
		    height: 100%;
		    background: #fff;
		    z-index: 2;
		    left: -35px;
		}

		.open-house-video-slides:after {
			    content: '';
			    display: block;
			    position: absolute;
			    top: 0;
			    width: 30px;
			    height: 100%;
			    background: #fff;
			    z-index: 2;
			    right: -35px;
			}
#open-house-wrap .container {
	width: 100%;
}


			.oh-hover .oh-details .oh-vd {
		        font-size: 8px;
			    /*padding: 7px 10px 7px 5px;*/
			    /* top: 38%; */
			    right: 9%;
			    padding: 0;
			    /* top: 34%; */	
			    /*top: 26px;		*/    
			    top: 50%;
    			transform: translateY(-50%);
			}

			.oh-hover .oh-details .oh-vd span {
			    font-size: 10px;
			    font-size: 8.5px;
			    /* background: #dadada; */
			    background-color: #05567d;
			    font-weight: bold;
    			padding: 7px 10px 7px 5px;
    			color: #ffffff;
			}

			.oh-hover .oh-details .oh-vd span:hover {
				/* background: #05567d; */
				background-color: #616161;
    			color: #ffffff;
			}

/*******************************************************
 *
 * WELCOME
 *
 *******************************************************/
#welcome-wrap {
	position: relative;
	padding: 72px 0 0;
	background: -moz-linear-gradient(top, rgba(240,240,239,1) 0%, rgba(240,240,239,0) 100%);
	background: -webkit-linear-gradient(top, rgba(240,240,239,1) 0%,rgba(240,240,239,0) 100%);
	background: linear-gradient(to bottom, rgba(240,240,239,1) 0%,rgba(240,240,239,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ef', endColorstr='#00f0f0ef',GradientType=0 );
	font-size: 0;
}
	.welcome-txt {
		text-align: center;
	}
		.welcome-txt h1 {
			font-size: 36px;
			font-weight: 500;
			color: #666666;
			line-height: 1;
			margin-bottom: 48px;
		}
			.welcome-txt h1 em {
				font-style: normal;
				color: #07628e;
			}
		.welcome-txt p {
			font-size: 18px;
			font-weight: 300;
			color: #666666;
			line-height: 1.6;
			letter-spacing: 0.06em;
			margin: 20px 0;
		}
		.welcome-txt a {
			margin-top: 25px;
		}
	.welcome-img {
		margin-top: 75px;
	}
		.welcome-img canvas {
			display: block;
			width: 90.56%;
			max-width: 1449px;
			background-position: top center;
			background-repeat: no-repeat;
			background-size: contain;
			margin: auto;
		}

/*******************************************************
 *
 * STATISTICS
 *
 *******************************************************/
#statistics-wrap {
	background: #abd26a;
	position: relative;
	font-size: 0;
	text-align: center;
	padding: 75px 0 80px;
}
#statistics-wrap::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: url(../../images/bg-statistics.jpg) no-repeat center center / cover;*/
	background: url(https://imageproxy.agentimage.com/1400x419/https://sueadler.com/app/themes/sueadler.com/assets/frontend/images/bg-statistics.jpg) no-repeat center center / cover;
	filter: grayscale(1);
	opacity: 0.02;
	pointer-events: none;
	z-index: 1;
}
	#statistics-wrap .container {
		position: relative;
		width: 100% !important;
		max-width: 1010px;
		z-index: 2;
	}
	#statistics-wrap .section-title-04 {
		margin-bottom: 30px;
	}
	.stats-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -20px;
	}
		.st-item {
			width: 33.33%;
			padding: 20px;
		}
		.st-item:last-child {
			margin-right: 0;
		}
		.st-item-inner {
			background: #ffffff;
			border-radius: 10px;
			min-height: 175px;
			padding: 15px 10px 10px;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
			.st-num {
				font-size: 57px;
				font-weight: 500;
				color: #07628e;
				line-height: 1;
				letter-spacing: -0.04em;
				margin-bottom: 8px;
			}
				.st-num em {
					font-style: normal;
				}
			.st-label {
				font-size: 14px;
				font-weight: 500;
				color: #616161;
				line-height: 1.15;
				text-transform: uppercase;
				min-height: 50px;
			}
				.st-label span {
					display: block;
					/*color: #abd26a;*/
					color: #5b821a;
					text-transform: none;
				}

/*******************************************************
 *
 * RECENTLY SOLD / TESTIMONIALS
 *
 *******************************************************/
#sold-testimonials-wrap {
	background: #07628e;
	position: relative;
	font-size: 0;
	padding: 95px 0 50px;
}
#sold-testimonials-wrap::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: url(../../images/bg-sold-testimonials.jpg) no-repeat center center / cover;*/
	background: url(https://imageproxy.agentimage.com/1400x491/https://sueadler.com/app/themes/sueadler.com/assets/frontend/images/bg-sold-testimonials.jpg) no-repeat center center / cover;
	filter: grayscale(1);
	opacity: 0.1;
	pointer-events: none;
	z-index: 1;
}
	#sold-testimonials-wrap .container {
		position: relative;
		z-index: 2;
	}
		#sold-testimonials-wrap .section-title-04 {
			border-bottom: 1px solid #d7d7d7;
			padding-bottom: 58px;
			margin-bottom: 32px;
		}
			#sold-testimonials-wrap .section-title-04 h2 {
				/* color: #ffffff; */
			}
		.recently-sold-holder {
		    display: inline-block;
		    vertical-align: top;
		    width: 28%;
			padding: 35px;
			background-color: #fff;
			border-radius: 5px;
		}
			.recently-sold-inner {
				padding-right: 0;
			}
				.rs-items {
					margin-bottom: 10px;
				}
					.rs-item {

					}
						.rs-item a {
							display: block;
							margin: 22px 0;
						}
						.rs-item a:hover {
							background: #abd26a;
						}
							.rs-img {
								width: 38.21%;
								display: inline-block;
								vertical-align: middle;
							}
								.rs-img canvas {
									display: block;
									width: 100%;
									background-color: #cccccc;
									background-position: center center;
									background-repeat: no-repeat;
									background-size: cover;
								}
							.rs-txt {
								width: 61.79%;
								display: inline-block;
								vertical-align: middle;
								padding-left: 15px;
								text-align: left;
							}
								.rs-address {
									font-size: 18px;
									font-weight: 300;
									color: #616161;
									line-height: 1;
								}
								.rs-price {
									font-size: 22px;
									font-weight: 500;
									color: #616161;
									line-height: 1;
									margin-top: 4px;
								}
				.recently-sold-holder .site-txt-link-03 span {
					font-weight: 500;
				}
		.testimonials-holder {
		    display: inline-block;
		    vertical-align: top;
		    width: 72%;
		    text-align: center;
		}
		a.site-txt-link-03 {
			display: inline-block;
			position: relative;
			background: #05567d;
			border-radius: 5px;
			min-width: 275px;
			height: 40px;
			padding: 0 10px;
			color: #ffffff;
			text-align: center;
			-webkit-transition: all 0.35s ease-in-out;
			-moz-transition: all 0.35s ease-in-out;
			-o-transition: all 0.35s ease-in-out;
			transition: all 0.35s ease-in-out;
		}
			.testimonials-inner {
				padding-left: 40px;
			}
			#sold-testimonials-wrap .testimonials-holder h2 {
				color: #fff;
			}
				.testimonials-inner .section-title-04 {
					margin-bottom: 32px;
				}
				.testi-slides-col {
					display: inline-block;
					vertical-align: top;
				}
				.testi-sellers {
					width: 46.71%;
				}
				.testi-buyers {
					width: 53.29%;
				}
					.testi-slides {
						padding: 5px 45px 20px;
						margin-bottom: 10px;
					}
					.testi-sellers .testi-slides {
						padding-left: 0;
					}

					.testi-sellers .testi-slides:after {
					    content: '';
					    width: 1px;
					    height: 100%;
					    position: absolute;
					    left: -40px;
					    top: 0;
					    z-index: 57;
					    background: rgba(255,255,255,0.15);
					}

					.testi-buyers .testi-slides {
						padding-right: 0;
						border-left: 1px solid rgba(255,255,255,0.15);
					}
						.ts-item {
							display: none;
						}
							.ts-item p {
								font-size: 22px;
								font-weight: 300;
								color: #ffffff;
								line-height: 1.6;
							}
							.ts-stars {
								margin: 28px 0 40px;
							}
								.ts-stars i {
									display: inline-block;
									vertical-align: middle;
									width: 18px;
									height: 17px;
									/*background: url(../../images/icon-star.png) no-repeat center center;*/
									font-size: 16px;
									color: #abd26a;
									margin: 0 2px;
								}
							.ts-item strong {
								display: block;
								font-size: 18px;
								font-weight: 300;
								color: #ffffff;
								line-height: 1;
								text-transform: uppercase;
							}
							.ts-item span {
								display: block;
								font-size: 14px;
								font-weight: 300;
								color: #ffffff;
								line-height: 1;
								margin-top: 3px;
							}
					.testimonials-holder .site-txt-link-03 {
						min-width: 295px;
					}
					.testi-sellers .site-txt-link-03 {
						margin-right: 45px;
					}
					.testi-buyers .site-txt-link-03 {
						margin-left: 45px;
					}
					.testimonials-holder .site-txt-link-03 span {
						font-weight: 500;
					}

/*******************************************************
 *
 * BLOG
 *
 *******************************************************/
#blog-wrap {
	background: #f6f6f6;
	padding: 55px 0 65px;
	font-size: 0;
	overflow: hidden;
}
	#blog-wrap .container {
		position: relative;
	}

	#blog-wrap .container {
	    /* width: 100%; */
	    /* max-width: 1370px; */
	}
	#blog-wrap .section-title-02 {
		text-align: right;
		margin-bottom: 35px;
		position: relative;
	}
	#blog-wrap .section-title-02::after {
		content: '';
		display: block;
		position: absolute;
		width: calc( (100vw - 1140px) / 2 + 100% - 150px );
		height: 4px;
		top: 65px;
		right: 150px;
		background: url(../../images/line-accent-fl.png) no-repeat center center / 100% 100%;
	}
		#blog-wrap .section-title-02 em {
			display: block;
		}

a.bl-cta {
    position: relative;
    border-radius: 5px;
    background: #05567d;
    color: #fff;
    text-transform: lowercase;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 130px;
    padding: 12px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;    
}

a.bl-cta:hover { 
	background: #dadada;
	color: #07628E;
}

.vblog-button {	
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
}

.vblog-button a:before {
    content: '';
	display: block;
	position: absolute;
	width: 45px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	background: url(/app/themes/sueadler.com/assets/frontend/images/icon-btn-arrow-a.png);
}

#sold-testimonials-wrap .recently-sold-holder .section-title-04 {
    padding-bottom: 23px;
}

.workshop-btns a {
	position: relative;
	background: #07628e;
}

.workshop-btns a:hover {
	background: #abd26a;
}

.workshop-btns a:before {
	content: '';
	display: block;
	position: absolute;
	width: 45px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	background: url(/app/themes/sueadler.com/assets/frontend/images/icon-btn-arrow-a.png);
}

.st-num.double {
    display: inline-block;
}

.custom-popup-wrapper {
	padding: 50px 100px;
	text-align: center;
}

.custom-popup-wrapper img {
    margin-bottom: 25px;
}

.popup-desc {
    font-size: 15px;
	color:#616161;
}

.popup-desc a {
    font-weight: bold;
    color: #076593;
}

#pum-156685 button.pum-close.popmake-close {
    right: 25px;
    height: 32px;
}

#pum-156685 button.pum-close.popmake-close:after {
    content: url(/app/themes/sueadler.com/assets/frontend/images/hp-popup-close-btn.png);
    position: absolute;
    top: 0;
    right: -25px;
}

.ins-wrap {
	position: absolute;
	/* bottom: 45px; */
	bottom: 350px;
	right: 0;
	max-width: 160px;
}

.ins-wrap span {
	display: block;
	font-size: 14px;
	color: #086997;
	line-height: 1;
	font-weight: 500;
}

@media only screen and (min-width: 992px){
	.fl-holder.items-6 .fl-items-row:nth-child(3) .fl-item:nth-child(1) {
		margin-top: 0 !important;
	}
	.fl-holder.items-6 .fl-call-to-action {
		margin-top: -250px !important;
	}
	.fl-holder.items-5 .fl-call-to-action {
		margin-top: 20px !important
	}
	.fl-holder.items-4 .fl-items-row:nth-child(2) .fl-item:nth-child(2) {
		margin-top: 30px !important;
	}
	.fl-holder.items-4 .fl-call-to-action {
		margin-top: -200px !important;
	}
	.fl-holder.items-3 .fl-items-row:nth-child(2) {
		margin-top: -60px !important;
	}
	.fl-holder.items-3 .fl-items-row:nth-child(2) .fl-item:nth-child(1) {
		margin-top: 0 !important;
	}
	.fl-holder.items-3 .fl-call-to-action {
		margin-top: -180px;
	}
	.fl-holder.items-2 .fl-call-to-action {
		margin-top: 60px;
	}
	.fl-holder.items-1 .fl-items-row:first-child {
		text-align: center;
	}
	.fl-holder.items-1 .fl-call-to-action {
		margin-top: -220px;
	}
}

@media only screen and (max-width: 1560px){
	#blog-wrap .container {
	    /* max-width: 1200px; */
	}
}

/*1406 charity section goes down*/
@media only screen and (max-width: 1406px) {
	/* .charity-right-content{
		padding: 0;
	} */
}
/* 1366px - 1440px */
@media only screen and (max-width: 1440px) {
	.map-holder .head-title-left {		
		transform: scale(0.8);
		position: relative;
		left: -7%;
	}
	.map-holder .head-title-right {		
		transform: scale(.8);
		right: -20px;
		position: relative;
	}
	.oh-details .fl-beds-baths-area span{
		font-size: 12px;
	}
	.oh-details .fl-beds-baths-area img{
		max-width: 17px;
		padding-right: 2px;
	}


}
@media only screen and (max-width: 1366px) {
	.oh-details .fl-beds-baths-area img{
			max-width: 16px;
		}
		.oh-details .fl-beds-baths-area span {
		    font-size: 11px;
		}

	.map-main-content{
		top: -60px;
	}

	.map-legends{
		bottom: 95px;
	}
}
/* 1200px - 1365px */
@media only screen and (max-width: 1365px) {
	#upperfold-wrap {

	}
		.qs-cta-holder {
			padding: 28px 15px 22px;
		}
		.quick-search-holder .head-title h2 {
			font-size: 24px;
		}
		.career-holder h2 {
			padding: 0 18px;
		}

	#charity-wrap {

	}
		.charity-txt {
    		padding: 28px 50px 28px 40px;
    	}

    #listings-wrap {

    }
    	.fl-holder .section-title-01 {
    		padding: 98px 40px;
    	}
		.fl-item {
			width: 32.74%;
		}

    #sold-testimonials-wrap {

    }
    	#sold-testimonials-wrap .section-title-04 h2 {
		    font-size: 35px;
		}
		.rs-address {
    		font-size: 16px;
    	}
		.ts-item p {
    		font-size: 15px;
    	}

    #blog-wrap {

    }
    	#blog-wrap .container {
			/* padding: 0 60px; */
		}
		#blog-wrap .section-title-02::after {
			width: calc( (100vw - 1140px) / 2 + 100% - 115px );
		}

		.oh-details .fl-beds-baths-area img{
			max-width: 16px;
		}
		.oh-details .fl-beds-baths-area span {
		    font-size: 11px;
		}
}
@media only screen and (max-width: 1280px) {
	.oh-details .fl-beds-baths-area span {
	    font-size: 10px;
	}

	.oh-details .fl-beds-baths-area img {
	    max-width: 14px;
	}

	#blog-wrap .container {
		max-width: 1140px;
	}
}
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.fl-active-txt-right {
		padding: 5px 20px 5px 15px;
	}
	.fl-active-txt-right span:after {
		width: 30px;
		background-position: right;
	}
	.fl-active-address-line-01 {
    	font-size: 17px;
    }
    .fl-active .fl-beds-baths-area > div {
	    display: block;
	    margin: 0;
	    padding: 2px 0 !important;
	}
	.ins-wrap {
		bottom: 220px;
	}
	.map-holder .head-title {
		padding: 6px 72px 28px 30px;
		/* display: none; */
		position: absolute;
		z-index: 1;
		width: 100%;
		top: 9%;
	}
	
	.map-main-content {
		top: -60px;
	}
	
	#upperfold-wrap {

	}
		.quick-search-holder .head-title h2 {
		    font-size: 19px;
		}
		.call-to-action-holder a i {
			margin-right: 12px;
		}
		.call-to-action-holder a span {
			font-size: 14px;
		}
		.career-holder h2 {
    		font-size: 13px;
    	}

    	.map-holder .head-title-left strong {
    		font-size: 18px; 
    	}
    	.map-holder .head-title-left span {
    		font-size: 11px;
    	}
    	.map-main-content canvas {
    		height: 620px;
    	}

    #charity-wrap {

    }
    	.charity-right .section-title-01 h2 {
    		font-size: 40px;
    	}
    	.charity-txt {
    		font-size: 12px;
    	}
    	.charity-count span {
		    font-size: 15px;
		}
		.charity-right-content{
		    /* padding: 20px 0; */
		    /* min-height: 210px; */
		}

	#workshop-wrap {

	}
		.workshop-btns {
		    margin-top: 5px;
		}
		#workshop-wrap .h2-slide .slick-slide {
			font-size: 32px;
		}
		#workshop-wrap h2.slick-slide span {
			min-width: auto;
		}

	#listings-wrap {

	}
		.fl-holder .section-title-01 {
			padding: 98px 0;
		}
		.fl-holder .section-title-01 h2 {
			font-size: 40px;
		}

	#community-wrap {

	}
		.cv-item span {
    		font-size: 12px;
    	}
    	.cv-arrow {
    		top: 50px;
    	}

    #statistics-wrap {

    }
    	.st-num {
    		font-size: 40px;
    	}

   	#sold-testimonials-wrap {

   	}
    	#sold-testimonials-wrap .section-title-04 h2 {
		    font-size: 30px;
		}
		.recently-sold-inner {
		    padding-right: 0;
		}
		.rs-txt {
			padding-left: 12px;
		}
		.recently-sold-inner a.site-txt-link-03 {
			min-width: auto;
		}
		.testimonials-holder .site-txt-link-03 {
		    min-width: 235px;
		}
		.ts-stars {
		    margin: 16px 0;
		}

		.testi-sellers .testi-slides:after {
			left: -20px;
		}

	.fl-item{
		width: 32.62%;
	}

	.fl-beds-baths-area{
		font-size: 11px;
	}

	.fl-beds-baths-area div{
		padding: 5px 5px 0px 5px;
	}

	#blog-wrap .container {
		max-width: 940px;
	}

	
	.recently-sold-inner .site-txt-link-03::before {
		right: -35px;
	}

} 
@media only screen and (max-width: 1024px) {
	
	.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .oh-hover{
		transform-origin: center;
		left: 0;
		right: unset;
	}

	.slick-active + .slick-active + .slick-active + .slick-active  .oh-hover{
		transform-origin: right;
		left: unset;
		right: 0;
	}

	.map-main-content{
		top: 0;
	}

	.map-main-tab a{
		    width: 235px;
	}

	.map-legends{
		bottom: 0;
	}
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

	html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	    padding: 0;
	}

	div#popmake-156685 {
	    width: 100%!important;
	    left: 0!important;
	    max-width: 92%!important;
	    margin: 0 auto!important;
	    right: 0;
	}

	div#popmake-156685 {
	    padding: 20px 15px!important;
	    width: 100%;
	}

	.custom-popup-wrapper img {
	    max-width: 100%;
	}

	.custom-popup-wrapper {
	    padding: 0;
	}


	body .recently-sold-holder {	
		display: none;
	}
	#upperfold-wrap {
		padding-top: 0;
	}
		#upperfold-wrap .container {
			/* padding-left: 30px;
			padding-right: 30px; */
		}
		.upperfold-left,
		.upperfold-right {
			float: none;
			width: 100%;
		}
		.upperfold-left {
			max-width: 360px;
			margin: 20px auto;
		}
		.upperfold-right::before {
			width: 100%;
			border-bottom-left-radius: 0;
		}
		.map-holder {
			margin-bottom: 0;
		}
		.map-inner-holder {
			width: 100%;
		}
		.map-holder .head-title {
			padding: 23px 0 20px;
			position: relative;
			top: 0;
		}
			.map-holder .head-title-left h2 {
				font-size: 20px;
				font-weight: 500;
			}
			.map-holder .head-title-left strong {
				font-size: 20px;
			}
			.map-holder .head-title-left span {
				font-size: 12px;
			}
		.map-main {
			width: 100%;
		}
		.map-main-content {
			margin: 25px 0;
		}
			.map-main-tab {
				position: relative;
				transform: none;
				white-space: normal;
				top: inherit;
				left: inherit;
				
			}
				.map-main-tab a {
					width: 33.33%;
					margin-right: 0;
				}
			.map-main-content canvas {
				height: auto;
			}
			.map-inner {
				left: 10.5%;
			}

			.map-outer {
			    margin: 0 -50px;
			}
			.map-legends {
				position: relative;
				bottom: inherit;
				right: inherit;
				max-width: 260px;
				margin: auto!important;
			}
			.nyc-link {
				position: relative;
				top: inherit;
				right: inherit;
			}
		.map-holder .head-title-left {
			width: 100%;
			display: block;
			text-align: center;
			left: 0;
		}
		.map-holder .head-title-right {
			display: block;
			margin: 15px auto 0;
		}
		.map-main-tab a i {
			margin-right: 0 !important;
			transform: scale(1.2);
		}
		.map-main-tab a span {
			display: none;
		}
		.video-popup-cta {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.video-popup-cta a {
			width: calc( 33.33% - 4px );
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 0 5px;
			margin: 0;
		}
		.video-popup-cta a i::before,
		.video-popup-cta a i::after {
			background-size: contain;
		}
		.video-popup-cta a span {
			font-size: 15px;
		}

		.ins-wrap {
			bottom: 0;
			margin: 0 auto;
			display: block;
			left: 0;
		}

	#charity-wrap {
		margin-bottom: 50px;
	}
		#charity-wrap .container {
			padding-left: 30px;
			padding-right: 30px;
		}
		.charity-holder {
			padding: 10px 0;
		}
		.charity-bg {
			border-radius: 10px;
			overflow: hidden;
			display: flex;
		}
		.charity-bg::after {
			display: none;
		}
		.charity-bg .head-title {
			background: #07628e;
			padding: 21px 10px 18px;
			width: 100%;
		}
		.charity-bg .section-title-01 {
			white-space: normal; 
		}
		.charity-bg .section-title-01 h2 {
			font-size: 30px;
			line-height: 1.2;
		}
		.charity-bg .section-title-01 h2 em {
			display: initial;
		}
		.charity-left,
		.charity-right {
			width: 100%;
			display: block;
			background: #eeeeee;
		}
		.charity-left {
			border-top-right-radius: 0;
			padding: 20px 10px;
		}
		.charity-left::after {
			left: 0;
			right: 0;
			margin: auto;
		}
		.charity-right-content {
			border-top-right-radius: 0;
			border-bottom-left-radius: 10px;
			padding: 0 20px 50px;
		}
		.charity-right-content::before {
			display: none;
		}
		.charity-txt,
		.charity-count,
		.charity-vote {
			display: block;
			width: 100%;
		}
		.charity-txt {
		    font-size: 16px;
		    padding: 0 50px 28px 40px;
		}
		.charity-count span {
			display: inline-block;
			vertical-align: middle;
		}
		.charity-num {
			display: inline-block;
			vertical-align: middle;
			margin: 0 10px;
		}
		.charity-txt {
			text-align: center;
		}
		.charity-vote {
			padding: 28px 0;
		}
		.charity-vote > span {
			max-width: 100%;
		}
		.charity-content {
			width: 100%;
			text-align: center;
		}
		.charity-content div {
			flex-direction: column;
			justify-content: center;
		}
		.charity-content div img {
			margin-right: 0;
			margin-bottom: 15px;
		}
		.charity-image {
			width: 100%;
		}
		.charity-image img {
			margin: 0 auto;
		}

	#listings-wrap {

	}
		.fl-holder .section-title-01 {
			width: 100%;
			text-align: center;
		}
		.fl-items-row {
			margin: 0 !important;
			text-align: left !important;
		}
		.fl-item {
			position: relative;
			width: 100%;
			margin: 10px 0 !important;
		}
		.fl-default canvas {
			height: auto !important;
		}
		.fl-call-to-action {
			width: 100%;
			float: none;
			margin-top: 0;
		}

	#workshop-wrap {
		padding: 37px 0 0;
	}
		#workshop-wrap .container {
			padding-left: 30px;
			padding-right: 30px;
		}
		#workshop-wrap .h2-slide h2 {
			padding: 18px 15px;
		}
		.row.workshop-box {
			padding: 0;
		}
		.wt-title {
			text-align: center;
		}
		.wt-content {
			text-align: center;
			margin: auto;
		}
		.workshop-btns .col-md-6 {
			text-align: center !important;
		}
		.workshop-btns .col-md-6:last-child {
			margin-top: 15px;
		}
		.workshop-txt-col {
			padding-right: 15px;
		}
		#workshop-wrap .h2-slide h2 em {
			display: block;
			padding-left: 0;
		}
		#workshop-wrap .h2-slide h2 em::before {
			display: none;
		}
		#workshop-wrap h2.slick-slide span {
			min-width: auto;
		}

	#video-wrap {
		padding: 34px 0 0;
	}
		#video-wrap .container {
			padding-left: 30px;
			padding-right: 30px;
		}
		#video-wrap .section-title-03 {
		    margin-bottom: 30px;
		}
		#video-wrap .section-title-03 h2 div,
		#video-wrap .section-title-03 h2 strong {
			font-size: 30px;
		}
		#video-wrap .section-title-03 div em {
			padding-left: 0;
		}
		#video-wrap .section-title-03 div em::before,
		#video-wrap .section-title-03 strong em::before {
			display: none;
		}
		.video-holder > a {
		    margin-top: 28px;
		}
		.vd-item .video-thumb {
			max-width: 330px;
			margin: auto;
		}

	#community-wrap {

	}
		.cv-item .video-thumb canvas {
			height: 195px;
		}
		.cv-arrow {
		    top: 72px;
		}

	#statistics-wrap {
		padding: 52px 0;
	}
		#statistics-wrap .container {
			padding-left: 20px;
			padding-right: 20px;
		}
		#statistics-wrap .section-title-04 {
		    margin-bottom: 28px;
		}
		#statistics-wrap .section-title-04 h2 {
			font-size: 30px;
		}
		/* .st-item {
			width: calc( 50% - 9px );
			margin-right: 0;
			padding-top: 17px;
			min-height: 150px;
		}
		.st-item:nth-child(even) {
			margin-left: 18px;
		}
		.st-item:nth-child(3),
		.st-item:nth-child(4),
		.st-item:nth-child(5) {
			padding-top: 32px;
		} */

	#sold-testimonials-wrap {
		padding: 50px 0 65px;
	}
		#sold-testimonials-wrap .container {
			padding-left: 30px;
			padding-right: 30px;
		}
		#sold-testimonials-wrap .section-title-04 {
			padding-bottom: 25px;
		}
		.recently-sold-holder,
		.testimonials-holder {
			display: block;
			width: 100%;
		}
		.recently-sold-holder {
			padding-bottom: 0;
		}
		.testimonials-holder {
			margin-top: 45px;
		}
		.testimonials-inner {
			padding-left: 0;
		}
		.testi-slides-col {
			width: 100%;
		}
		.testi-slides {
			padding: 5px 15px 20px !important;
		}
		.testi-buyers {
			margin-top: 20px;
		}
		.testi-buyers::before {
			content: '';
			display: block;
			/* width: 355px; */
			width: 100%;
			height: 5px;
			bottom: 0;
			left: 0;
			right: 0;
			margin: 10px auto 28px;
			background: url(../../images/cmh-border.png) no-repeat center center / 100% 100%;
			opacity: 0.4;
		}
		.testi-buyers .testi-slides {
			border-left: 0;
		}

		.testi-buyers .testi-slides,
		.testi-sellers .testi-slides {
			height: auto !important;
		}

		.testi-sellers .site-txt-link-03 {
			margin-right: 0;
		}
		.testi-buyers .site-txt-link-03 {
			margin-left: 0;
		}

		.testi-sellers .testi-slides:after { 
			display: none;
		}

		.recently-sold-inner {
			text-align: center;
    		margin-bottom: 58px;
		}

		.rs-items {
			margin-bottom: 30px;
		}

	#blog-wrap {

	}
		#blog-wrap .container {
			padding: 0 15px;
		}
		#blog-wrap .section-title-02 {
			text-align: center;
		}
		#blog-wrap .section-title-02::after {
			display: none;
		}

		.slick-active + .slick-active + .slick-active + .slick-active  .oh-hover{
			transform-origin: center;
			left: 0;
			right: unset;
		}

		.slick-active + .slick-active + .slick-active  .oh-hover{
			transform-origin: right;
			left: unset;
			right: 0;
		}

		.vblog-button {	
			margin-bottom: 40px;
			margin-top: 20px;
		}
		.fl-active-slides canvas {
			height: auto !important;
		}

	.aiosp-iframe-holder .video-popup-close.aiosp-close {
		right: 0 !important;
		transform: translate(0 , -119%);
	}
		
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.slick-active + .slick-active + .slick-active  .oh-hover{
		transform-origin: center;
		left: 0;
		right: unset;
	}

	.slick-active + .slick-active  .oh-hover{
		transform-origin: right;
		left: unset;
		right: 0;
	}

	.video-popup-cta a i {
		margin-right: 0;
	}
	.video-popup-cta a span {
		display: none;
	}

	.st-items {
		margin: 0 -10px;
	}
	.st-item {
		width: 50%;
		padding: 10px;
	}
	.st-num {
		font-size: 30px;
	}
	.st-label {
		font-size: 12px;
		min-height: 70px;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	#hp-mobile-cta .container {
		padding-left: 0;
		padding-right: 0;
	}
	.hp-mobile-cta-item a span {
		font-size: 11px;
	}
	.video-popup-cta a span {
		font-size: 10px;
	}
	
	.oh-hover{
		display: none !important;
		opacity: 0 !important;
		z-index: -1;
	}

	.fl-active-price {
		margin-bottom: 15px;
	}

	#sold-testimonials-wrap a.site-txt-link-03 {
		min-width: 210px;
	}
	.testimonials-holder .site-txt-link-03 span {
		max-width: 180px;
	}
}