html,body {
	overflow-x: hidden;
}

.section-wrapper p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 45px;
	font-weight: 300;
}

/* home: slider */
.hp-slider .aios-slider::before,
.hp-slider .aios-slider::after {
	content: '';
	position: absolute;
	pointer-events: none;
	width: 100%;
	z-index: 1;
	left: 0;
}

.hp-slider .aios-slider::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	top: 0;
	opacity: .4;
	height: 20%;
}

.hp-slider .aios-slider::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	opacity: .5;
	height: 80%;
}

.hp-slider-content {
	position: absolute;
	bottom: 55px;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 1;
}

.hp-slider-content .section-btn{
  margin: 0 5px;
}

.hp-slider-tagline {
	font-size: 80px;
	font-family: var(--font-family-title);
	font-weight: 600;
	text-transform: uppercase;
	width: 95%;
	max-width: 1140px;
	margin: 0 auto 30px;
	text-shadow: 2px 2px 10px rgb(0 0 0 / .50);
}

.hp-slider-tagline small {
	font-size: 37px;
	font-weight: 700;
	font-family: var(--font-family-default);
	display: block;
	margin-top: 20px;
}


/* home: featured listings */
.hp-fl {
	padding: 90px 0 0;
	margin-bottom: 90px;
}

.hp-fl-top {
	margin-bottom: 40px;
}

.hp-fl-top .section-title {
	margin-bottom: 0;
}

.hp-fl-item {
	position: relative;
}

.hp-fl-item-details {
	position: absolute;	
	bottom: 30px;
	right: 30px;
	background: rgb(255 255 255 / 85%);
	padding: 55px 30px;	
	transition: all .5s;
}

.slick-center .hp-fl-item-details  {	
	margin-right: 290px;
}

.hp-fl-item-address {
	text-align: right;
	color: #000;
}

.hp-fl-item-address-1 {
	font-size: 22px;
	color: Var(--primary);
	text-transform: uppercase;
	font-weight: 700;
}

.hp-fl-item-address-2 {
	font-size: 50px;
	font-family: var(--font-family-title);
	text-transform: uppercase;	
}

.hp-fl-item-address-3 {
	font-size: 30px;
	font-family: var(--font-family-title);
	margin-bottom: 24px;
}

.hp-fl-item-price {
	background: var(--primary);
	color: #fff;
	text-align: center;	
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px var(--primary) solid;	
	min-width: 335px;
	height: 50px;
	line-height: 50px;
	display: block;
	letter-spacing: 2px;
	transition: all var(--default-transition);
	text-decoration: none;
	text-align: center;	
	margin-bottom: 3px;
}

.hp-fl .slick-track {
	padding-left: 290px;	
}

.hp-fl .slick-slide > div {
	padding: 0 15px;
}

.hp-fl .slide-arrows {
	position: absolute;
	bottom: 1px;
	left: 242px;
}

.hp-fl .slide-arrows .slide-arrow-n {
	background: #fff;
}

.hp-fl .slide-arrows .slide-arrow-n i {
	color: #000;
}

/* home: welcome */
.hp-wc {
	padding: 100px 0;
	min-height: 866px;
	background: #000;
}

.hp-wc .canvas-bg canvas {
	background-position: top center;
}

.hp-wc-cnt {
	width: 50%;
	color: #c2c2c2;
}

.section-btn-wrap {
	margin-top: 60px;
}

.hp-wc-cnt .section-btn {
	min-width: 190px;
}

/* home: awards */
.hp-aa {
	padding: 200px 0;
}

.hp-stats-list {
	display: flex;
	justify-content: space-between;	
}

.hp-stats-item {
	width: calc(25% - 40px);	
}

.hp-stats-item-inside {
	background: #fff;
	border: 2px var(--primary) solid;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 0;
	transition: all .5s;
	height: 100%;
	min-height: 245px;
}

.hp-stats-item-inside strong {
	font-size: 40px;
	font-family: var(--font-family-title);
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.hp-stats-item-inside strong span.s {
	font-size: 28px;
}

.hp-stats-item-inside small {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary);
}

.hp-stats-item:hover .hp-stats-item-inside {
	background: var(--primary);		
	animation: flipUp 1s forwards;
}

@keyframes flipUp {
	0% {
		transform: perspective(2500px) rotateX(-100deg);
	}

	100% {
		transform: perspective(2500px) rotateX(0)
	}
}

.hp-stats-item:hover :is(strong, small){
	color: #fff;
}

/* home: career highlights */
.hp-ch {
	padding: 90px 0;
}

.hp-ch .custom-container {
	padding-right: 20%;
}

.hp-ch-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hp-ch-item {
	width: 33.33%;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 25px;
	text-align: center;
}

.hp-ch-item strong {
	font-size: 50px;
	font-weight: 400;
	font-family: var(--font-family-title);
	color: #fff;
	position: absolute;
	top: 35%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.hp-ch-item small {
	color: var(--primary);
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
}

.hp-ch-item small.label-top {
	top: 10%;
}

.hp-ch-item small.label-bottom {	
	bottom: 0;
}

.hp-ch-client {
	position: absolute;
	top: 60px;
	right: 100px;
	z-index: 1;
	/* filter: grayscale(1); */
}

/* home: press */
.hp-pm {
	padding: 110px 0;
}

.hp-pm::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50px;
	background: #000;
	z-index: 1;
}

.hp-pm .custom-container {
	padding-right: 20%;
}

.hp-pm-logos {
	max-width: 700px;	
	margin: 0 auto;
}

.hp-pm-logos > img {
	margin: 25px;
}

.hp-pm-logos > img:last-child {
	margin-left: auto;
	margin-top: -40px;
}

.hp-pm-accent::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary);
	opacity: .75;
}

.hp-pm-accent-left {
	width: 10%;
}

.hp-pm-accent-bottom {
	width: 50%;
	height: 50px;
	bottom: 0;
	top: auto;
}

/* home: reviews */
.hp-rev {
	padding: 100px 0;
	background: #000;
}

.hp-rev .canvas-bg {
	opacity: .85;
}

.hp-rev .hp-rev-agent {
	width: 30%;
	opacity: 1;
}

.hp-rev .custom-container {
	padding-left: 15%;
}

.hp-rev-list {	
	padding: 60px 80px;
	max-width: 720px;
	margin: 0 auto 30px;
	border: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to right, #f50100, #3c3939);
}

.hp-rev-item {
	color: #fff;
	text-align: center;
}

.hp-rev-list-arrows {
	text-align: center;
}

.hp-rev-list-arrows .slide-arrow {
	background: transparent;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1.5px;
}

.hp-rev-list-arrows .slide-arrow  i {
	margin-bottom: 10px;
	display: inline-block
}

.hp-rev-list-arrows .divider {
	width: 1px;
	height: 68px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	opacity: .25;
}

.hp-rev-stars {
	margin-bottom: 30px;
}

.hp-rev-stars i {
	margin: 0 4px;
}

.hp-rev-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary);
}

/* home: our expertise */
.hp-oe {
	padding: 100px 0;
	background: linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(227,227,227,1) 100%);
}

.hp-oe .custom-container {
	max-width: 1200px;
	width: 80%;
}

.hp-oe-item {
	width: 24%;
	position: relative;
}

.hp-oe-item a:hover {
	text-decoration: none;
}

.hp-oe-item-text {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / .50);
	position: absolute;
	left: 40%;
	bottom: -20px;
	padding: 40px 20px;
	color: #000;
}

.hp-oe-item-text-title {
	font-size: 40px;
	font-family: var(--font-family-title);
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 25px;
}

.hp-oe-item-text-title small {
	font-size: 30px;
	color: #000;
	display: block;
	margin-top: 10px;
}

.hp-oe-item-text-hover {
	font-size: 18px;
	text-transform: uppercase;
	background: var(--primary);
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: -50px;
	left: 0;
	text-align: center;
	letter-spacing: 2px;
	height: 50px;
	line-height: 50px;
	transition: all .5s;
	opacity: 0;
}

.hp-oe-item:hover .hp-oe-item-text-hover {
	opacity: 1;
}

.hp-oe-item:last-child .hp-oe-item-text p {
	font-size: 14px;
	margin-bottom: 0;
}

.hp-oe-item:last-child .hp-oe-item-text p em {
	font-weight: bold;
}

.hp-oe-item:nth-child(2) .section-btn {
	position: absolute;
	right: -33%;
	bottom: 0;
	font-size: 11px;
	min-width: 250px;
}

/* home: our team */
.hp-our-team-wrapper{
  display: none;
}
.hp-ot {
	padding: 100px 0;
}

.hp-ot .canvas-bg::before, .hp-ot .canvas-bg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	top: 0;
	left: 0;
	z-index: 1;
}

.hp-ot .canvas-bg::after {
	transform: rotate(180deg);
	opacity: .60
}

.hp-ot-list {
	margin-bottom: 40px;
}

.hp-ot-item {
	display: inline-block;
	max-width: 300px;
	vertical-align: top;
	margin: 0 10px;
	border: 2px transparent solid;
	transition: all .5s;
}

.hp-ot-item:hover {
	border-color: var(--primary);
}

.slick-slide .hp-ot-item {
	margin: 0 auto !important;
	display: block !important;
	width: 90% !important;
}

.hp-ot-label {
	font-size: 15px;	
	font-weight: 500;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 20px;
	background: var(--primary);
}

.hp-ot-agent-name {
	font-family: var(--font-family-title);
	font-size: 20px;
	margin-bottom: 5px;
}

.hp-ot-label-hover {
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 2px;
	border-bottom: 1px #faa3a3 solid;
	padding-bottom: 4px;
	transition: all .5s;
	opacity: 0;
}

.hp-ot-item:hover .hp-ot-label-hover {
	opacity: 1;
}

.hp-ot .slide-arrow {
	background: transparent;
	position: absolute;
	top: 60%;
	margin: 0;
}

.hp-ot .slide-arrow-p {
	left: -80px;
}

.hp-ot .slide-arrow-n {
	right: -80px;
}

/* home: featured videos */
.hp-fv .canvas-bg {
	background: #000;
}
.hp-fv .canvas-bg canvas {
	opacity: .5;
}

.hp-fv .custom-container {
	width: 27%;
	margin: 0 0 0 auto;
	padding: 60px;
	background: #000;
}

.hp-fv .custom-container p {
	font-size: 16px;
	font-style: italic;
	color: #fff;
	text-align: right;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.hp-fv .section-btn {
	display: flex;
	margin-bottom: 20px;
}

.hp-fv .section-btn i {
	margin-right: 20px;
	color: var(--primary);
}

.hp-fv .section-btn:hover i {
	color: #fff;
}

.hp-fv .section-title {
	text-align: right;
	position: relative;
	right: 29%;
	margin-bottom: 10px;
}

.hp-fv-feed-item {
	margin: 10px 0;
	background: #000;
}

.hp-fv-feed-item img {
	opacity: .80;
}

.hp-fv-feed-item:hover img {
	opacity: 1;
}

.hp-fv-feed-item i {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px #fff solid;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

/* home: social media */
.hp-sm {
	padding: 44px 0 0;
}

.hp-sm .custom-container {
	max-width: 1230px;
}

.hp-sm-left .section-btn {
	min-width: 195px;
}

.hp-sm-feeds {
	display: flex;
}

.hp-sm .canvas-bg {
	width: 7%;
}

.hp-sm .canvas-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary);
	opacity: .75;
}

.hp-sm-links {
	margin-top: 40px;
}

.hp-sm-links li {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: var(--font-family-title);
}

.hp-sm-links li a {
	color: #000;
	text-decoration: none;
}

.hp-sm-links li a:hover {
	text-decoration: none;
}

.hp-sm-links li span[class*="ai-font"] {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #000;
	color: #fff;
	border-radius: 50%;
	margin-right: 30px;
	transition: all .5s;
}

.hp-sm-links li:hover span[class*="ai-font"] {
	background: var(--primary);
}

.hp-sm-links li span[class*="ai-font"]::after {
	content: '';
	width: 88%;
	height: 88%;
	border: 1px #fff solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}

.hp-sm-feed {
	margin: 0 15px;
	position: relative;
}

.hp-sm-feed:nth-child(2) {
	margin-top: -54px;
	margin-bottom: -10px;
}

.hp-sm-feed-item {
	margin: 10px 0;
	transition: opacity .5s;
}

.hp-sm-feed-item:hover {
	opacity: .8;
}

/* home: map */
.hp-map-wrap {
	width: 1600px;
	position: relative;
	display: flex;
}

.hp-map-wrap .map-areas {
	position: absolute;
	width: 100%;
}

.map-holder {
	position: relative;
	width: 1600px;
}

.map-holder .section-title {
	position: absolute;
	top: 85px;
	left: 50%;
	transform: translate(-50%);
	z-index: 20;
}

.map-areas {
	position: absolute;
	z-index: 20;
}

.map-main {
	position: relative;
	z-index: 10;
	width: 100%;
	transition: all .5s;
}
.map-main.fade-main {
	opacity: 0;
}

.map-main-1 {
	position: absolute;
	top: 0;
	left: 0;
}

.map-hovers {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.map-hover {
	position: absolute;
}

.map-hover img {
	opacity: 0;
	transition: all .5s;
}

.map-hover.active img {
	opacity: 1;
}

.map-hover-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.1;
	white-space: nowrap;	
}

.map-hovers-2 .map-hover-label {
	color: #717270;
}

.map-hovers-2 .active .map-hover-label {
	color: #fff;
}

.map-hover[data-target="Denver-County"] {
	top: 590px;
	left: 1082px;
}

.map-hovers:not(.map-hovers-2) .map-hover[data-target="Denver-County"] img {
	opacity: 1;
}

.map-hover[data-target="Denver-County"] .map-hover-label {
	top: 0;
	left: 40%;
}

.map-hover-sub-labels {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.map-hover-sub-labels li {
	position: absolute;
	left: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	white-space: nowrap;
}

.map-hover-sub-labels li a {
	color: #fff;
}

.map-hover.active .map-hover-sub-labels {
	display: block;
}

.map-hover.active[data-target="Denver-County"] .map-hover-label {
	color: #717270 !important;
}

.map-hover[data-target="Denver-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	background: #fff;
	bottom: -40px;
	left: 20%;	
}

.map-hover[data-target="Arapahoe-County"] {
	top: 603px;
	left: 1056px;
}

.map-hover.active[data-target="Arapahoe-County"] .map-hover-label {
	color: #717270 !important;
	left: 105%;
	top: 28%;
}

.map-hover.active[data-target="Arapahoe-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	background: #717270;
	bottom: -21px;
	left: -26%;
	transform: rotate(56deg);
}

	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Centennial"] {
		left: 176px;
		top: 82px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Englewood"] {
		left: 95px;
		top: 49px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Strasburg"] {
		left: 231px;
		top: 38px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Byers"] {
		left: 300px;
		top: 52px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Cherry-Hills-Village"] {
		left: 156px;
		top: 60px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Deer-Trail"] {
		left: 300px;
		top: 77px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Sheridan"] {
		left: 66px;
		top: 61px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Aurora"] {
		left: 121px;
		top: 35px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Columbine"] {
		left: 14px;
		top: 79px;
	}
	.map-hover[data-target="Arapahoe-County"] .map-hover-sub-labels li[data-target="Littleton"] {
		left: 87px;
		top: 76px;
	}

.map-hover[data-target="Jefferson-County"] {
	top: 549px;
	left: 974px;
}

.map-hover[data-target="Jefferson-County"] .map-hover-label {
	top: 49%;
}

.map-hover.active[data-target="Jefferson-County"] .map-hover-label {
	color: #717270 !important;
	left: -21%;
	top: 57%;
}

.map-hover.active[data-target="Jefferson-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	background: #fff;
	bottom: 12px;
	left: 134%;
	transform: rotate(50deg);
}

	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Lakewood"] {
		left: 49px;
		top: 126px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Golden"] {
		left: 175px;
		top: 60px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Evergreen"] {
		left: 43px;
		top: 151px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Wheat-Ridge"] {
		left: 45px;
		top: 97px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Morrison"] {
		left: 54px;
		top: 138px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Conifer"] {
		left: 32px;
		top: 248px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Edgewater"] {
		left: 52px;
		top: 111px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Ken-Caryl"] {
		left: 43px;
		top: 220px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Genesee"] {
		left: 41px;
		top: 265px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Arvada"] {
		left: 61px;
		top: 80px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Westminster"] {
		left: 48px;
		top: 62px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Columbine"] {
		left: 45px;
		top: 199px;
	}
	.map-hover[data-target="Jefferson-County"] .map-hover-sub-labels li[data-target="Littleton"] {
		left: 51px;
		top: 183px;
	}

.map-hover[data-target="Boulder-County"] {
	top: 434px;
	left: 900px;
}

.map-hover[data-target="Boulder-County"] .map-hover-label {
	top: 45%;
}

.map-hover.active[data-target="Boulder-County"] .map-hover-label {
	color: #717270 !important;
	left: 0;
	top: 10%;
}

.map-hover.active[data-target="Boulder-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	background: #717270;
	bottom: -20px;
	left: 124%;
	transform: rotate(-60deg);
}

	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Boulder"] {
		left: 111px;
		top: 108px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Louisville"] {
		left: 126px;
		top: 130px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Lafayette"] {
		left: 132px;
		top: 119px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Lyons"] {
		left: 95px;
		top: 42px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Nederland"] {
		left: 48px;
		top: 119px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Niwot"] {
		left: 109px;
		top: 71px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Jamestown"] {
		left: 63px;
		top: 87px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Eldora"] {
		left: 59px;
		top: 129px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Longmont"] {
		left: 114px;
		top: 56px;
	}
	.map-hover[data-target="Boulder-County"] .map-hover-sub-labels li[data-target="Superior"] {
		left: 118px;
		top: 141px;
	}

.map-hover[data-target="Park-County"] {
	top: 657px;
	left: 773px;
}

	.map-hover[data-target="Park-County"] .map-hover-sub-labels li {
		font-size: 10px;
	}
	.map-hover[data-target="Park-County"] .map-hover-sub-labels li[data-target="Fairplay"] {
		left: 77px;
		top: 153px;
	}
	.map-hover[data-target="Park-County"] .map-hover-sub-labels li[data-target="Hartsel"] {
		left: 180px;
		top: 215px;
	}
	.map-hover[data-target="Park-County"] .map-hover-sub-labels li[data-target="Alma"] {
		left: 68px;
		top: 123px;
	}
	.map-hover[data-target="Park-County"] .map-hover-sub-labels li[data-target="Como"] {
		left: 172px;
		top: 77px;
	}
	.map-hover[data-target="Park-County"] .map-hover-sub-labels li[data-target="Guffey"] {
		left: 186px;
		top: 293px;
	}

.map-hover[data-target="Clear-Creek-County"] {
	top: 563px;
	left: 845px;
}

.map-hover[data-target="Gilpin-County"] .map-hover-label {
	top: 41%;
	left: 51%;
}

	.map-hover.active[data-target="Gilpin-County"] .map-hover-label {
		top: 18%;
		left: -9%;
		color: #717270
	}

.map-hover[data-target="Clear-Creek-County"] .map-hover-label {
	top: 56%;
}

.map-hover.active[data-target="Clear-Creek-County"] .map-hover-label {
	top: 32%;
	left: -15%;
	color: #717270;
}

.map-hover.active[data-target="Clear-Creek-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	background: #717270;
	bottom: -20px;
	left: 124%;
	transform: rotate(-60deg);
}

	.map-hover[data-target="Clear-Creek-County"] .map-hover-sub-labels li[data-target="Idaho-Springs"] {
		left: 112px;
		top: 62px;
		width: 50px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="Clear-Creek-County"] .map-hover-sub-labels li[data-target="Georgetown"] {
		left: 70px;
		top: 91px;
	}
	.map-hover[data-target="Clear-Creek-County"] .map-hover-sub-labels li[data-target="Silver-Plume"] {
		left: 77px;
		top: 105px;
	}
	.map-hover[data-target="Clear-Creek-County"] .map-hover-sub-labels li[data-target="Empire"] {
		left: 81px;
		top: 69px;
	}
	.map-hover[data-target="Clear-Creek-County"] .map-hover-sub-labels li[data-target="Saint-Marys"] {
		left: 52px;
		top: 54px;
	}

.map-hover[data-target="Gilpin-County"] {
	top: 537px;
	left: 906px;
}

.map-hover.active[data-target="Gilpin-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	background: #717270;
	bottom: -20px;
	left: 124%;
	transform: rotate(-60deg);
}

.map-hover[data-target="Gilpin-County"] .map-hover-label {
	top: 41%;
	left: 51%;
}

	.map-hover.active[data-target="Gilpin-County"] .map-hover-label {
		top: 18%;
		left: -9%;
		color: #717270
	}
	.map-hover[data-target="Gilpin-County"] .map-hover-sub-labels li[data-target="Black-Hawk"] {
		left: 67px;
		top: 82px;
	}
	.map-hover[data-target="Gilpin-County"] .map-hover-sub-labels li[data-target="Central-City"] {
		left: 59px;
		top: 70px;
	}

.map-hover[data-target="Adams-County"] {
	top: 523px;
	left: 1060px;
}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li {
		font-size: 10px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Thornton"] {
		left: 69px;
		top: 54px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Commerce-City"] {
		left: 64px;
		top: 85px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Federal-Heights"] {
		left: 11px;
		top: 45px;
		width: 50px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Welby"] {
		left: 291px;
		top: 70px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Aurora"] {
		left: 126px;
		top: 105px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Arvada"] {
		left: 30px;
		top: 94px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Westminster"] {
		left: 0;
		top: 75px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Northglenn"] {
		left: 63px;
		top: 40px;
	}
	.map-hover[data-target="Adams-County"] .map-hover-sub-labels li[data-target="Strasburg"] {
		left: 228px;
		top: 105px;
	}

.map-hover[data-target="Douglas-County"] {
	top: 664px;
	left: 998px;
}

.map-hover[data-target="Douglas-County"] .map-hover-label {
	left: 54%;
}

.map-hover.active[data-target="Douglas-County"] .map-hover-label {
	top: 29%;
	left: 108%;
	color: #717270;
}

.map-hover.active[data-target="Douglas-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 60px;
	background: #717270;
	bottom: -34px;
	left: -49%;
	transform: rotate(244deg);
}

	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li {
		font-size: 10px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Castle-Rock"] {
		left: 149px;
		top: 133px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Highlands-Ranch"] {
		left: 79px;
		top: 44px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Parker"] {
		left: 207px;
		top: 44px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Castle-Pines"] {
		left: 128px;
		top: 82px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Lone-Tree"] {
		left: 134px;
		top: 56px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Larkspur"] {
		left: 157px;
		top: 154px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Sedalia"] {
		left: 142px;
		top: 105px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Franktown"] {
		left: 185px;
		top: 118px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Louviers"] {
		left: 0;
		top: 66px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Roxborough-Park"] {
		left: 51px;
		top: 119px;
		width: 80px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Aurora"] {
		left: 135px;
		top: 37px;
	}
	.map-hover[data-target="Douglas-County"] .map-hover-sub-labels li[data-target="Littleto"] {
		left: 0;
		top: 0;
	}

.map-hover[data-target="Broomfield-County"] {
	top: 512px;
	left: 1014px;
}

.map-hover[data-target="Broomfield-County"] .map-hover-label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 34px;
	background: #fff;
	bottom: -35px;
	left: 3%;
	transform: rotate(50deg);
}

.map-hover[data-target="Broomfield-County"] .map-hover-label {
	top: 10%;
	left: 125%;
}
 .map-hover[data-target="Broomfield-County"] .map-hover-sub-labels li[data-target="Broomfield"] {
		left: 0;
		top: 0;
	}

.map-hover.active[data-target="Broomfield-County"] .map-hover-label{
	color: #717270 !important;
}

.map-hover[data-target="Elbert-County"] {
	top: 666px;
	left: 1215px;
}

.map-hover[data-target="Elbert-County"] .map-hover-label {
	top: 48%;
}

.map-hover.active[data-target="Elbert-County"] .map-hover-label {
	left: 65%;

}
	.map-hover[data-target="Elbert-County"] .map-hover-sub-labels li {
		font-size: 10px;
	}
	.map-hover[data-target="Elbert-County"] .map-hover-sub-labels li[data-target="Elbert"] {
		left: 56px;
		top: 151px;
	}
	.map-hover[data-target="Elbert-County"] .map-hover-sub-labels li[data-target="Kiowa"] {
		left: 81px;
		top: 98px;
	}
	.map-hover[data-target="Elbert-County"] .map-hover-sub-labels li[data-target="Elizabeth"] {
		left: 43px;
		top: 78px;
	}

.map-hover[data-target="Weld-County"] {
	top: 188px;
	left: 1042px;
}

.map-hover[data-target="Weld-County"] .map-hover-label {
	top: 40%;
	left: 40%;
}

	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li {
		font-size: 10px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Greeley"] {
		left: 299px;
		top: 61px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Fort-Lupton"] {
		top: 89px;
		left: 324px;
		width: 50px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Firestone"] {
		top: 89px;
		left: 194px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Evans"] {
		top: 134px;
		left: 237px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Frederick"] {
		top: 312px;
		left: 167px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Dacono"] {
		top: 100px;
		left: 76px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Milliken"] {
		top: 203px;
		left: 79px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Severance"] {
		top: 61px;
		left: 121px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Keenesburg"] {
		top: 151px;
		left: 290px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Hudson"] {
		top: 227px;
		left: 208px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Kersey"] {
		top: 275px;
		left: 171px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Mead"] {
		top: 116px;
		left: 134px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Eaton"] {
		top: 333px;
		left: 225px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Thornton"] {
		top: 274px;
		left: 66px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Brighton"] {
		top: 312px;
		left: 43px;
	}
	.map-hover[data-target="Weld-County"] .map-hover-sub-labels li[data-target="Lochbuie"] {
		top: 342px;
		left: 112px;
	}

.map-hover[data-target="El-Paso-County"] {
	top: 807px;
	left: 1060px;
}

.map-hover[data-target="El-Paso-County"] .map-hover-label {
	left: 53%;
}
.map-hover.active[data-target="El-Paso-County"] .map-hover-label {
	top: 62%;
	left: 72%;
}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Colorado-Springs"] {
		left: 125px;
		top: 132px;
		width: 50px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Monument"] {
		left: 105px;
		top: 60px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Fountain"] {
		left: 134px;
		top: 203px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Peyton"] {
		left: 180px;
		top: 66px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Calhan"] {
		left: 229px;
		top: 87px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Manitou-Springs"] {
		left: 66px;
		top: 128px;
		width: 50px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Fort-Carson"] {
		left: 109px;
		top: 186px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Black-Forest"] {
		left: 111px;
		top: 91px;
		width: 50px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Security-Widefield"] {
		left: 110px;
		top: 161px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Air-Force-Academy"] {
		left: 57px;
		top: 90px;
		width: 50px;
		white-space: normal;
		text-align: center;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Palmer-Lake"] {
		left: 67px;
		top: 42px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Falcon"] {
		left: 181px;
		top: 113px;
	}
	.map-hover[data-target="El-Paso-County"] .map-hover-sub-labels li[data-target="Gleneagle"] {
		left: 98px;
		top: 77px;
	}


.map-side {
	width: 600px;
	position: absolute;
	padding: 65px 0 0;
	z-index: 300;
	left: 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.map-side .canvas-bg.is-black::before {
	opacity: .94
}

.map-side > .custom-container {
	display: flex;
	flex-wrap: wrap;
}

.map-side-lists  {
	color: #fff;
	width: 50%;
	text-transform: uppercase;
}

.map-side-lists > ul > li {
	position: relative;
	margin-bottom: 27px;
}

.map-side-lists:last-child > ul > li  {
	margin-bottom: 20px;
}

.map-side-lists > ul > li > a {
	color: #101010;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	transition: all .5s;
}

.map-side-lists > ul > li > a:hover {
	text-decoration: none;
	color: var(--primary);
}


.map-side-lists > ul > li > ul {
	line-height: 1.3;
	font-size: 14px;
	margin-top: 5px;
}


.map-side-lists > ul > li > ul > li > a {
	color: #101010;
	transition: color var(--default-transition);
	position: relative;
}

.map-side-lists > ul > li > ul > li > a::after {
	position: absolute;
	width: 0;
	bottom: -2px;
	left: 0;
	background: var(--primary);
	content: '';
	height: 1px;
	transition: all .5s;
}

.map-side-lists > ul > li > ul > li > a:hover::after {
	width: 100%;
}

.map-side-lists > ul > li > ul > li > a:hover {
	text-decoration: none;
}

.map-mobile {
	display: none;
}

/* welcome section revamp */

.hp-wc .custom-container {
    max-width: 100%;
    margin: 0;
    justify-content: stretch !important;
    width: 100%;

}

.hp-wc{
	padding: 0;
}

.hp-wc-photo {
    width: 50%;
	opacity: 0;
}

.hp-wc-cnt {
	padding: 40px;
}

@media(min-width:992px){
	.hp-wc-cnt p {
		max-width: 92%
	}	
}

/* .hp-wc.pr .canvas-bg {
    display: none;
} */

/* welcome section revamp */


@media(max-width: 1440px) {
	.hp-ch .custom-container {
		padding-right: 35%;
	}
	.hp-rev .hp-rev-agent {
		width: 42%;
	}

	.hp-oe-item-text-title small {
		font-size: 25px;
	}

	.hp-fv .custom-container {
		width: 50%;
	}
	.hp-fv .section-title{
		right: 0;
	}

	.hp-sm .canvas-bg {
		width: 5%;
	}
}

@media(max-width: 1366px) {
	.hp-oe .custom-container {
		width: 95%;
	}
	.hp-oe-item {
		width: 30%;
	}
	.hp-oe-item-text {
		left: 10%;
	}
	.hp-oe-item-text{
		padding: 20px
	}
	.hp-oe-item:nth-child(2) .section-btn {
		right: -5%;
		bottom: -2%;
		min-width: 90%;		
	}
}

@media(max-width: 1199px) {
	.hp-slider-tagline {
		font-size: 45px;
	}
}

@media(max-width: 991px) {
	.hp-fl .slick-track {
		padding-left: 0 !important;;
	}
	.hp-fl .slick-slide > div{
		padding: 0;
	}
	.hp-fl .slide-arrows {
		position: relative;
		width: 100%;
		left: 0;
		justify-content: center;
		margin-top: 20px;
	}
	.hp-fl .slide-arrows .slide-arrow-n {
		background: var(--primary);
	}	
	.hp-fl .slide-arrows .slide-arrow-n i {
		color: #fff;
	}

	.slick-center .hp-fl-item-details {
		margin-right: 0 !Important;
	}	
	.hp-fl-item-details {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.hp-fl-top {
		flex-direction: column;
		justify-content: center;
		align-items:center;
		text-align: center;
	}

	.hp-wc .canvas-bg {
		position: relative;
	}

	.hp-wc {
		padding-top: 0;
	}

	.hp-wc-cnt {
		width: 100%;
		text-align: center;
		padding-top: 100px
	}

	.hp-stats-list {
		flex-wrap: wrap;
	}
	.hp-stats-item {
		width: calc(50% - 10px);	
		margin: 10px 0;
	}

	.hp-aa {
		padding: 50px 0;
	}

	.hp-pm .custom-container {
		padding-right: 0;
	}

	.hp-ch-client img {
		width: 230px;
		height: auto;
	}
	.hp-rev {
		padding-top: 0;
	}
	.hp-rev .hp-rev-agent {
		position: relative;
		width: 100%;
		max-width: 450px;
		margin: 0 auto 50px ;
	}
	.hp-rev .custom-container {
		padding-left: 0;
	}

	.hp-oe-list {	
		justify-content: center;
	}
	.hp-oe-item {
		width: calc(50% - 20px);
		margin: 30px 10px;
	}
	.hp-oe-item-text {
		left: 0;
		position: relative;
		bottom: 0;
	}
	.hp-oe-item:nth-child(2) .section-btn {
		right: 5%;
		bottom: 10px;
		min-width: 90%;		
	}	

	.hp-sm .custom-container {
		justify-content: center;
	}
	.hp-sm-feed:nth-child(2){
		margin-top: 0;
		margin-bottom: 0;
	}

	.hp-slider-content {
		position: relative;
		bottom: 0;
		background: var(--primary);
		padding: 20px 0;
	}

	.hp-slider-content .section-btn {
		border-color: #fff;
    display: block;
    max-width: 335px;
    margin: 10px auto;
    padding: 15px 0;
    width: 90%;
	}

	.hp-pm-logos {
		justify-content: center;
	}
	.hp-pm-logos > img:last-child {
		margin-left: 25px;
		margin-top: 0;
	}

	.hp-pm-accent-left, .hp-sm .canvas-bg {
		width: 5%;
	}

	.hp-fl-item canvas{
		min-height: 650px;
	}

	.hp-fv .canvas-bg {
		position: relative;
	}
	.hp-fv .custom-container {
		width: 100%;
	}


	/* welcome section revamp */

	.hp-wc-cnt {
	    padding: 40px;
	}

	.hp-wc .custom-container {
	    flex-direction: column;
	    width: 100%;
	}

	.hp-wc .custom-container > div {
	    width: 100%;
	}

	.hp-wc-photo {
		opacity: 1;
		transform: scaleX(-1);
	}

	.hp-wc.pr .canvas-bg {
	    display: none;
	}	

	/* welcome section revamp */
}

@media only screen and (max-width: 768px) {
	.hp-map-wrapper {
    position: relative;
    z-index: 1;
}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
	.hp-oe-item {
		width: 100%;
		max-width: 287px;
	}
	.hp-ot .slide-arrow-p {
		left: 0;
	}
	.hp-ot .slide-arrow-n {
		right: 0;
	}

	.hp-map-wrapper .textwidget {
		height: auto !Important;
	}
	.hp-map-wrap {
		width: 100%;
		height: auto !Important;
		transform: none !important;
	}

	.map-holder {
		display: none;
	}

	.map-side {
		width: 90%;
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		left: 0;
		flex-wrap: wrap;
	}

	.map-side .section-title {
		width: 100%;
	}

	.map-mobile {
		display: block;
		margin-bottom: 40px;
	}	

	.hp-ch-item {
		width: 100%;
	}

	.hp-fv .custom-container {
		padding: 20px;
	}
	.hp-fv .section-title {
		text-align: center;
	}	

	.hp-ch-client {
		right: 20px
	}
	.hp-ch-client img {
		width: 200px;	
	}		

	.hp-fv .custom-container p {
		text-align: center;
		line-height: 1;
	}

	.hp-rev-list{
		padding: 20px;
	}
}

@media(max-width: 480px) {
	.hp-stats-item {
		width: 100%;	
		margin: 10px 0;
	}	

	.map-side-lists{
		width: 100%;
	}

	.hp-ch-client {
		display: none;
	}

	.hp-ch .custom-container {
		padding-right: 0;
	}

	.aiosp-container.aiosp-inline-holder.aiosp-ref-\#contact-popup .aios-popup-body {
		width: 95%;
	}
	#contact-popup .section-title h2 {
		font-size: 55px
	}
	#contact-popup .section-title h2 small {
		font-size: 20px;
	}	

	.hp-fl-item-details {		
		width: 95%;
	}
	.hp-fl-item-price, .hp-fl-item .section-btn {
		min-width: 100%;
		width: 100%;
	}
	.hp-fl-item-address {
		text-align: center;
	}
	.hp-fl-item-address-1{
		font-size: 16px;
	}
	.hp-fl-item-address-2 {
		font-size: 40px;
	}	

	.hp-pm-logos > img, .hp-pm-logos > img:last-child {
		max-width: 85%;
		height: auto;
	}
	

	.hp-ot-label-hover {
		position: relative;
		opacity: 1;
		transform: translateY(0);
		top: 0;
		right: 0;
		margin-top: 10px;
	}

	.hp-slider-tagline {
		font-size: 30px;
	}
	.hp-slider-tagline small {
		font-size: 20px;
	}	

	.hp-wc-cnt .section-btn {
		width: 100%;
		margin: 5px 0;
	}
	
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
