/*****Meet Chad*****/
.ip-banner {

}
	.ip-banner canvas {
		aspect-ratio: 1600/530;
	}
#meet-chad-v2 {
	position: relative;
}

/*about*/
.mcv2-about-wrap {
	position: relative;
	color: #fff;
	background-color: #000;
	z-index: 1;
	overflow: visible!important;
}
	.mcv2-about-wrap .bg-section {

	}
		.mcv2-about-wrap .bg-section:before {
			content: '';
			background: #000;
			opacity: 0.89;
		}
		.mcv2-about-wrap .bg-section:after {
			content: '';
			height: 210px;
			opacity: 0.9;
			background: rgb(0,0,0);
			background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
			background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
			background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		}
	.mcv2-about-inner {
		position: relative;
		/*padding-left: 150px;
		padding-right: 150px;*/
		padding-left: 9.375%;
		padding-right: 9.375%;
		padding-top: 1px;
		padding-bottom: 77px;
	}
		.mcv2-about-wrap .section-title-v2 {
			letter-spacing: 0;
			color: #fff;
		    margin-top: -35px;
		    margin-top: -0.41em;			
		}
		.mcv2-about-wrap .section-subtitle-v2 {
			margin-bottom: 46px;
			color: #fff;
		}
		.mcv2-about-wrap p.highlight {
			font-size: 18px;
			letter-spacing: 0.05em;
			line-height: 1.777777777777778;
			font-family: var(--font-family-title);
			margin-bottom: 37px;
		}
		.mcv2-about-wrap p {
			font-size: 15px;
			letter-spacing: 0.025em;
			line-height: 1.933333333333333;
		}


/*mission*/
.mcv2-mission-wrap {
	position: relative;
	padding: 108px 0 50px;
}
	.mcv2-mission-inner {
		padding-left: 9.375%;
		padding-right: 9.375%;
	}
		.mcv2-mission-left {
			width: 515px;
			width: 40%;
		}
			.mcv2-mission-left h2 {
				font-size: 30px;
				letter-spacing: 0.025em;
				line-height: 1.433333333333333;
				color: #000;
				font-family: var(--font-family-title);
				font-weight: 400;
				margin-bottom: 46px;
			}
			.mcv2-mission-wrap a.btn-a {
			    width: 320px;
			}
		.mcv2-mission-right {
			width: 661px;
			width: 51%;
		}
			.mcv2-mission-right p {
				font-size: 15px;
				letter-spacing: 0.025em;
				line-height: 1.933333333333333;
				margin: 0 0 29px;    color: #4b4b4b;
			}

/*stats*/
#hp-stats,
#hp-stats-mobile {
	position: relative;
}
	.stats-scroll-container {
		display: block;
		position: relative;
	}
		.stats-scroll-main {
			position: relative;
		}
			.stats-scroll-logo {
				position: absolute;
				width: 177px;
				height: 177px;
			    left: 12.25%;
			    top: -72px;
				border-radius: 50%;
				background: #000;
				border: 8px solid #fff;
				display: flex;
				align-items: center;
				justify-content: center;
			    padding-right: 45px;
			    padding-left: 33px;
			    z-index: 10;
			    box-shadow: 0px 20px 18px 0px rgba(0, 24, 45, 0.14);
			    display: none;
			}
				.stats-scroll-logo img {
					max-width: 100%;
					height: auto;
					width: 85px;
					margin: auto;
					filter: brightness(0) invert(1);
				}

			.stats-scroll-holder {

			}
				.stats-scroll-img {
					overflow: hidden;
					background: #000;
				}
					.stats-scroll-img canvas {
						display: block;
						width: 100%;
						height: 100%;
						background-position: center;
						background-size: cover;
						filter: grayscale(1);
						opacity: 0.15;
					}
				.stats-scroll-details {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					overflow: hidden;
					display: flex;
					justify-content: center;
					align-items: center;
				}
					.stats-scroll-bg {
					    position: absolute;
					    top: 0;
					    left: 0;
					    right: 0;
					    width: 100%;
					    height: 100%;
					    margin: 0 auto;
					    overflow: hidden;
					    z-index: 6;
					    background-color: #000;
					    /*width: 28.9375%;*/
					}
						.stats-scroll-bg canvas {
						    display: block;
						    width: 100%;
						    height: 100%;
						    position: relative;
						    background-color: #000;
						    background-position: center;
						    background-size: cover;
						    background-repeat: no-repeat;
						    -webkit-transition: all var(--default-transition);
						    -o-transition: all var(--default-transition);
						    transition: all var(--default-transition);
						}
						.stats-scroll-bg[style="width: 28.9375%;"] canvas {
						    -webkit-filter: grayscale(1);
						    filter: grayscale(1);
						}

					.stats-scroll-row {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-align: center;
					    -ms-flex-align: center;
					    align-items: center;
					    -webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					    justify-content: space-between;
					    position: relative;
					    width: 100%;
					    z-index: auto;
					}
						.stats-scroll-col {
						    display: inline-block !important;
						    vertical-align: middle;
						    position: relative;
						    width: 35.53125%;
						    opacity: 0;
						    -webkit-transition: all var(--default-transition);
						    -o-transition: all var(--default-transition);
						    transition: all var(--default-transition);
						    opacity: 1 !important;
						}
						.stats-scroll-item {
							text-align: center;
							margin-bottom: 75px;
						}
						.stats-scroll-col:nth-child(2) .stats-scroll-item {
						    margin-bottom: 106px;
						}
						.stats-scroll-item:last-child {
						    margin-bottom: 0!important;
						}
							.stats-scroll-item h2 {
								font-size: 65px;
								letter-spacing: 0.025em;
								font-family: var(--font-family-title);
								color: #fff;
								font-weight: 400;
								margin-bottom: 6px;
							}
							.stats-scroll-item span {
								display: block;
								font-weight: 700;
								font-size: 30px;
								letter-spacing: 0.05em;
								line-height: 1.066666666666667;
								color: #818181;
								text-transform: uppercase;
							}

	.stats-scroll-logo-list {
		text-align: center;
		font-size: 0;
		margin: 43px 0 0;
	}
		.stats-scroll-logo-list .slick-track {
		    display: flex;
		    align-items: center;
		}
		.stats-scroll-logo-item {
			padding: 0 35px;
		}
			.stats-scroll-logo-item ~ .stats-scroll-logo-item {
				display: none;
			}
			.stats-scroll-logo-item img {
				display: block;
				max-width: 100%;
				height: auto;
				margin: 0 auto;
				max-height: 50px;
			}

/*fp*/
#hp-fp {
	position: relative;
	/*padding: 0 70px 80px;*/
	padding: 0 4.375% 80px;
	margin-top: 70px;
}
	#hp-fp:before {
		content: '';
		position: absolute;
		top: 62px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 662px;
		height: 800px;
		background: url(../images/home-v2/accent-icon.png) center/contain no-repeat;
		max-width: 100%;
		opacity: 0.04;
	}
	.fp-wrapper .fp-top {
		padding-top: 140px;
		padding-bottom: 56px;
	}
		.fp-title-v2 {
		    max-width: 50%;
		    padding-left: 23px;
		}
			.fp-title-v2 .section-title-v3 .title-v3-bottom:before {
			    width: 0.9em;
			}
	.fp-wrapper .fp-mid {
	    margin-top: -53px;
	}
		.fp-wrapper .fp-2 .fp-container:before,
		.fp-wrapper .fp-3 .fp-container:before {
			background: url(../images/home-v2/fp-accent.jpg) center center no-repeat;
		}
		.fp-wrapper .fp-container a {
			transition: box-shadow var(--default-transition);
		}
			.fp-wrapper .fp-container a:hover {
				box-shadow: 0px 18px 46px 0px rgba(0, 0, 0, 0.25);
			}
		.fp-wrapper .fp-1 {
			width: 68.3565%;
		}
		.fp-wrapper .fp-2 {
			bottom: 109px;
		}
			.fp-wrapper .fp-2 .fp-container {
				margin: 0 0 0 -34.82%;
			}
			.fp-status {
			    position: absolute;
			    top: 0;
			    font-size: 14px;
			    letter-spacing: 0.3em;
			    color: #fff!important;
			    font-family: var(--font-family-title);
			    /*background: #1daee1;*/
			    background: #525252;
			    text-transform: uppercase;
			    width: 172px;
			    height: 41px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    text-align: center;
			    padding: 13px 10px 10px;
			}

		.fp-wrapper .fp-3 {
			width: 31.0274%;
			top: 111px;
		}
			.fp-wrapper .fp-3 .fp-container {
			    margin: 0 -36.866% 0 0;
			}
		.fp-wrapper .fp-4 {
			width: 68.9726%;
		}

		.fp-1 .fp-status,
		.fp-3 .fp-status {
			top: 40px;
			left: 40px;
		}
		.fp-2 .fp-status,
		.fp-4 .fp-status {
			top: 40px;
			right: 40px;
		}

	.fp-wrapper .fp-container a {
		transition: box-shadow var(--default-transition);
	}
		.fp-wrapper .fp-container a:hover {
		    box-shadow: 0px 18px 46px 0px rgba(0, 0, 0, 0.25);
		}
	.fp-wrapper .fp-det {
	    padding: 36px 0 30px 45px;
	}
	.fp-wrapper .fp-4 .fp-det {
	    padding: 36px 0 30px calc(21% + 45px);
	}
	    .fp-wrapper .fp-add-1 {
	        font-size: 28px;
	        font-family: var(--font-family-title);
	        margin-bottom: 8px;
	    }
	    .fp-wrapper .fp-add-2 {
	        font-size: 16px;
	        font-family: var(--font-family-default);
	        text-transform: uppercase;
	        letter-spacing: 0.1em;
	        font-weight: 300;
	        margin-bottom: 14px;
	    }
	    .fp-wrapper .fp-price {
	        font-size: 40px;
	        font-family: var(--font-family-title);
	    }
	    .fp-wrapper .fp-vd div {
	        font-family: var(--font-family-default);
	        font-size: 20px;
	        letter-spacing: 0.2em;
	        font-weight: 700;
	    }
	    .fp-wrapper a:hover .fp-det {
	        background: rgba(0,0,0,0.9);
	        padding: 36px 0 30px 45px;
	    }
	    .fp-wrapper a .fp-img:before {
	    	max-height: 100%;
	    }


	.fp-bottom-v2 {
	    margin-left: auto;
	    width: 55%;
	    margin-top: 30px;
	}
		.fp-bottom-v2 a.btn-a {
		    order: 2;
		    width: 395px;
		    width: 283px;
		    margin: 0 42px;
		}
		.fp-bottom-v2 .fp-prev {
		    order: 1;
		}
		.fp-bottom-v2 .fp-next {
		    order: 3;
		}


/*fp v3*/
#hp-fp-v3,
#hp-rs-v3 {
	position: relative;
	padding: 122px 0 0;
	overflow: hidden;
}
	#hp-fp-v3:before,
	#hp-rs-v3:before {
	    content: '';
	    position: absolute;
	    top: 62px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 662px;
	    height: 800px;
	    background: url(../images/home-v2/accent-icon.png) center / contain no-repeat;
	    max-width: 100%;
	    opacity: 0.04;
	}
	.fpv3-wrapper {
		position: relative;
	}
	.fpv3-wrapper .section-title-v3 {
	    padding: 0 15px;
	}
		.fpv3-wrapper .section-title-v3 .title-v3-bottom:before {
		    width: 3em;
		}
	.fpv3-wrapper .section-subtitle-v2 {
	    text-align: center;
	    margin-bottom: 37px;
	}

	.fpv3-list {
	    display: flex;
	    flex-flow: row wrap;
	    align-items: flex-start;
	    margin: 0 -15px;
	}

	.fpv3-item {
	    width: 50%;
	    padding: 15px;
	}

	.fpv3-item a,
	.rsv3-item a {
	    display: block;
	    position: relative;
	}

	.fpv3-item-img,
	.rsv3-item-img {
	    position: relative;
	    overflow: hidden;
	}

	.fpv3-item-img canvas,
	.rsv3-item-img canvas {
	    display: block;
	    width: 100%;
	}

	.fpv3-item-img img,
	.rsv3-item-img img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    transition: all var(--default-transition);
	}

	.fpv3-item a:hover .fpv3-item-img img,
	.rsv3-item a:hover .rsv3-item-img img {
		transform: scale(1.1);
	}

	.fpv3-item-img:before,
	.rsv3-item-img:before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: rgb(0,0,0);
	    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	    height: 70%;
	    z-index: 1;
	    opacity: 0.7;
	}

	.fpv3-item-status,
	.rsv3-item-status {
	    position: absolute;
	    top: 20px;
	    right: 30px;
	    width: 172px;
	    height: 41px;
	    font-size: 14px;
	    font-family: var(--font-family-title);
	    letter-spacing: 0.3em;
	    color: #fff;
	    background: rgba(84,84,84,0.75);
	    text-transform: uppercase;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 5px 0 0;
	}

	.fpv3-item-details,
	.rsv3-item-details {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 2;
	    color: #fff;
	    padding: 4.626% 7.9% 3.4%;
	}

	.fpv3-item-details-address,
	.rsv3-item-details-address {
	    font-size: 25px;
	    letter-spacing: 0.05em;
	    font-family: var(--font-family-title);
	    margin-bottom: 16px;
	}
		.fpv3-item-details-address span,
		.rsv3-item-details-address span {
		    display: block;
		    font-size: 15px;
		    font-weight: 300;
		    font-family: var(--font-family-default);
		    letter-spacing: 0.1em;
		    text-transform: uppercase;
		}
	.fpv3-item-details-price,
	.rsv3-item-details-price {
	    font-size: 24px;
	    letter-spacing: 0.2em;
	    font-family: var(--font-family-title);
	}
	.fpv3-item-details-btn,
	.rsv3-item-details-btn {
		position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
		width: 160px;
		width: 20.383%;
		background: rgba(0,0,0,0.8);
		font-size: 18px;
		font-size: 1.125vw;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 22px;
		line-height: 1.222222222222222;
		color: #fff;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		opacity: 0;
		transition: opacity var(--default-transition);
	}
	.fpv3-item a:hover .fpv3-item-details-btn,
	.rsv3-item a:hover .rsv3-item-details-btn {
		opacity: 1;
	}
	.fpv3-btn {
		text-align: center;
		margin-top: 74px;
		padding: 0 15px;
	}
		.fpv3-btn a.btn-a {
			width: 395px;
		}


/*sold*/
#hp-rs-v3 {
	padding-bottom: 100px;
	padding-top: 160px;
}
	#hp-rs-v3 .fpv3-wrapper .section-title-v3 .title-v3-bottom:before {
		width: 3.2875em;
	}
#hp-rs {
	position: relative;
	overflow: hidden;
	padding: 0 4.375% 140px;
}
	#hp-rs:before {
	    content: '';
	    position: absolute;
	    top: 112px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 662px;
	    height: 800px;
	    background: url(../images/home-v2/accent-icon.png) center / contain no-repeat;
	    max-width: 100%;
	    opacity: 0.04;
	}
	.rs-wrapper {

	}
		.rs-top {
			padding: 144px 0 27px;
			position: relative;
			right: 0;
			transition: all ease .7s;
			-moz-transition: all ease .7s;
			-webkit-transition: all ease .7s;
		}
			.rs-title-v2 {
				text-align: right;
			}
			.rs-title-v2 .section-title-v3 .title-v3-bottom:before {
			    width: 3.2875em;
			}
		.rs-mid {
			margin-top: -23px;
		    transition: all ease .7s;
		    -moz-transition: all ease .7s;
		    -webkit-transition: all ease .7s;
		}
			.rs-list {

			}
			.rs-wrapper .slick-list {
			    overflow: unset;
			}
			.rs-wrapper .rs-list{
				font-size: 0;
			}
			.rs-wrapper .rs-single{
				display: inline-block;
				vertical-align: bottom;
				position: relative;
			}
			.rs-wrapper .rs-single:hover{
				z-index: 3;
			}
			.rs-single:nth-child(4) ~ .rs-single {
				display: none;
			}
			.rs-wrapper .rs-1 {
				width: 31.6%;
				bottom: 110px;
				left: 51px;
				z-index: 1;
			}
			.rs-wrapper .rs-2{
				width: 68.3565%;
				z-index: 0;
			}
			.rs-wrapper .rs-3{
				width: 68.9726%;
				vertical-align: top;
				z-index: 0;
			}
			.rs-wrapper .rs-4 {
				width: 31.0274%;
				vertical-align: top;
				z-index: 1;
				top: 109px;
				right: 51px;
			}
			.rs-wrapper .rs-container {

			}
			.rs-wrapper .rs-container a {
				display: block;
				position: relative;
				transition: box-shadow var(--default-transition);
			}
				.rs-wrapper .rs-container a:hover {
					box-shadow: 0px 18px 46px 0px rgba(0, 0, 0, 0.25);
				}

			.rs-wrapper .rs-1 .rs-container{
				margin: 0 -34.82% 0 0;
			}
			.rs-wrapper .rs-1 .rs-container:before{
				content:'';
				display: block;
				position: absolute;
				right: -34.82%;
				left: -51px;
				bottom: -55px;
				top: 18.835%;
				background:url(../images/home-v2/fp-accent.jpg) center center no-repeat;
				background-size: cover;
			}
			.rs-wrapper .rs-4 .rs-container{
				margin: 0 0 0 -36.866%;
			}
			.rs-wrapper .rs-4 .rs-container:before{
				content:'';
				display: block;
				position: absolute;
				left: -36.866%;
				right: -51px;
				top: -55px;
				bottom: 14.835%;
				background:url(../images/home-v2/fp-accent.jpg) center center no-repeat;
				background-size: cover;
			}
			.rs-wrapper a .rs-img{
				font-size: 0;
				line-height: 1;
				position: relative;
			}
			.rs-wrapper a .rs-img:before {
				content:'';
				display: block;
				width: 100%;
				height: 422px;
				max-height: 100%;
				position: absolute;
				bottom: 0;
				left: 0;
				background: url(../images/fp-fade.png) center center repeat-x;
			}
			.rs-wrapper a .rs-img canvas{
				width: 100%;
				display: block;
				height: auto;
				background-size: cover;
			}
			.rs-bottom{
				text-align: right;
			}
			.rs-bottom:after{
				content:'';
				display: block;
				clear: both;
			}
			.rs-wrapper .rs-det{
				position: absolute;
				left: 0px;
				bottom: 0px;
				color:#fff;
				line-height: 1;
				background:rgba(57,152,177,0);
				padding: 36px 0 30px 45px;
				width: 100%;
				transition: all ease .3s;
				-moz-transition: all ease .3s;
				-webkit-transition: all ease .3s;
			}
			.rs-wrapper .rs-2 .rs-det {
				padding: 36px 0 30px calc(21% + 45px);
				text-align: right;
			}
			.rs-wrapper .rs-4 .rs-det {
				text-align: right;
			}
				.rs-wrapper .rs-2 a .rs-det > div:not(.rs-vd),
				.rs-wrapper .rs-4 a .rs-det > div:not(.rs-vd) {
					transition: padding var(--default-transition);
					padding-right: 208px;
				}
				.rs-wrapper .rs-2 a:not(:hover) .rs-det > div:not(.rs-vd),
				.rs-wrapper .rs-4 a:not(:hover) .rs-det > div:not(.rs-vd) {
				    padding-right: 50px;
				}
			/*.rs-wrapper .rs-3 .rs-det{
				padding: 36px calc(21% + 45px) 30px 40px;
			}*/
			.rs-wrapper a:hover .rs-det{
				color:#000;
				background: rgba(0,0,0,0.9);
        		padding: 36px 0 30px 45px;
			}
			.rs-wrapper .rs-det:before{
				content:'';
				display: block;
				position: absolute;
				background:rgba(255,255,255,0);
				height: 100%;
				width: calc(100% - 178px);
				left: 0;
				bottom: 0;
				z-index: 0;
				transition: all ease .3s;
				-moz-transition: all ease .3s;
				-webkit-transition: all ease .3s;
			}
			.rs-wrapper a:hover .rs-det:before{
				background:rgba(255,255,255,1);
			}
			.rs-wrapper .rs-add-1{
				font-size: 28px;
		        font-family: var(--font-family-title);
		        margin-bottom: 8px;
				padding: 0 178px 0 0;
				position: relative;
				letter-spacing: 0.05em;
				z-index: 1;
			}
			.rs-wrapper .rs-add-2{
				font-size: 16px;
		        font-family: var(--font-family-default);
		        text-transform: uppercase;
		        letter-spacing: 0.1em;
		        font-weight: 300;
				margin: 0 0 15px;
				padding: 0 178px 0 0;
				position: relative;
				z-index: 1;
			}
			.rs-wrapper .rs-price{
				font-size: 40px;
        		font-family: var(--font-family-title);
				letter-spacing: 0.150em;
				padding: 0 178px 0 0;
				position: relative;
				z-index: 1;
			}
			.rs-wrapper .rs-vd{
				position: absolute;
			    height: 100%;
			    width: 178px;
			    bottom: 0;
			    right: 0;
			    color: #fff;
			    display: flex;
			    align-items: center;
			    justify-content: center;
				opacity: 0;
				transition: all ease .3s;
				-moz-transition: all ease .3s;
				-webkit-transition: all ease .3s;
			}
			.rs-wrapper a:hover .rs-vd{
				opacity: 1;
			}
			.rs-wrapper .rs-vd div{
				line-height: 24px;
				text-transform: uppercase;
				text-align: center;

				font-family: var(--font-family-default);
		        font-size: 20px;
		        letter-spacing: 0.2em;
		        font-weight: 700;
			}
			.rs-wrapper .slick-list{
				overflow: unset;
			}
			.rs-status {
			    position: absolute;
			    top: 0;
			    font-size: 14px;
			    letter-spacing: 0.3em;
			    color: #fff;
			    font-family: var(--font-family-title);
			    /*background: #1daee1;*/
			    background: #525252;
			    text-transform: uppercase;
			    width: 172px;
			    height: 41px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    text-align: center;
			    padding: 13px 10px 10px;
			}
			.rs-1 .rs-status,
			.rs-3 .rs-status {
				top: 40px;
				left: 40px;
			}
			.rs-2 .rs-status,
			.rs-4 .rs-status {
				top: 40px;
				right: 40px;
			}

	.rs-bottom {
	    width: 55%;
	    margin-top: 30px;
	}
		.rs-bottom a.btn-a {
		    order: 2;
		    width: 395px;
		    width: 283px;
		    margin: 0 42px;
		}
		.rs-bottom .slick-prev {
		    order: 1;
		}
		.rs-bottom .slick-next {
		    order: 3;
		}


/*testi*/
/*testi*/
#hp-testi {
	position: relative;
	padding: 53px 0 0;
}
	.testi-inner {
		/*padding: 0 155px;*/
		padding: 0 9.6875%;
	}
		.testi-title {
			text-align: center;
			margin-bottom: 57px;
		}
			.testi-title .section-subtitle-v2 {
			    margin-top: 3px;
			}
			.testi-title .section-title-v3 .title-v3-bottom:before {
			    width: 1em;
			}
		.testi-list {
			text-align: center;
			font-size: 0;
		}
			.testi-list:before {
				content: '';
				position: relative;
				display: block;
				width: 44px;
				height: 31px;
				background: url(../images/home-v2/icon-qoute.png) center/contain no-repeat;
				margin: 0 auto 28px;
			}
			.testi-item {
				position: relative;
			}
				.testi-item p {
					font-size: 16px;
					letter-spacing: 0.025em;
					line-height: 1.875;
					color: #525252;
				}
				.testi-item span {
					font-size: 25px;
					letter-spacing: 0.05em;
					color: #000;
					font-family: var(--font-family-title);
					display: block;
					margin: 26px 0 0;
				}
			.testi-item ~ .testi-item {
				display: none;
			}
		.testi-controls {
			margin: 73px 0 0;
		}
			.testi-controls a.btn-a {
				order: 2;
			    width: 395px;
			    margin: 0 42px;
			}
			.testi-controls .slick-prev {
				order: 1;
			}
			.testi-controls .slick-next {
				order: 3;
			}

	.testi-bg {
		display: block;
		width: 100%;
		background-position: center;
		background-size: cover;
		margin: 14px 0 0;
		min-height: 200px;
	}

@media only screen and (min-width:1441px) {
	.mcv2-about-wrap .section-title-v2 {
		font-size: 85px;
	}
}

@media only screen and (max-width:1560px) {
	.fp-bottom-v2 a.btn-a,
	.rs-bottom a.btn-a {
	    width: 330px;
	    width: 280px;
	    margin: 0 10px;
	}
}

@media only screen and (max-width:1440px) {

}

@media only screen and (max-width: 1366px) {
	.fp-wrapper a .fp-det,
	.rs-wrapper a .rs-det {
		padding: 36px 0 30px 30px;
	}
	.fp-wrapper a:hover .fp-det,
	.rs-wrapper a:hover .rs-det {
	    padding: 36px 0 30px 30px;
	}
	.fp-wrapper .fp-4 .fp-det {
		padding: 36px 0 30px calc(21% + 30px);
	}
	.rs-wrapper .rs-3 .fp-det {
		padding: 36px 0 30px calc(21% + 30px);
	}
	
	.fp-wrapper .fp-price,
	.rs-wrapper .rs-price{
	    font-size: 30px;
	}

	.fp-wrapper .fp-add-1,
	.rs-wrapper .rs-add-1{
	    font-size: 24px;
	}

	.fp-wrapper .fp-add-2,
	.rs-wrapper .rs-add-2{
	    font-size: 14px;
	}
}

@media only screen and (max-width:1280px) {
	.mcv2-about-inner,
	.mcv2-mission-inner {
	    padding-left: 5%;
	    padding-right: 5%;
	}
}

@media only screen and (max-width:1199px) {

	.mcv2-about-wrap p.highlight, 
	.mcv2-about-wrap p {
	    font-size: 12px;
	    line-height: 1.6;
	}

	/*stats*/
	.stats-scroll-item h2 {
	    font-size: 45px;
	}

	.stats-scroll-item span {
	    font-size: 16px;
	}

	.stats-scroll-item {
	    margin-bottom: 30px;
	}

	.stats-scroll-col:nth-child(2) .stats-scroll-item {
	    margin-bottom: 40px;
	}

	/*fp*/
	.fp-wrapper .fp-mid,
	.rs-wrapper .rs-mid {
	    margin-top: 0;
	}
	.fp-wrapper .fp-add-1,
	.rs-wrapper .rs-add-1 {
	    font-size: 17px;
	}
	.fp-wrapper .fp-add-2,
	.rs-wrapper .rs-add-2 {
	    font-size: 13px;
	}
	.fp-wrapper .fp-price,
	.rs-wrapper .rs-price {
	    font-size: 28px;
	}
	.fp-wrapper .fp-vd,
	.rs-wrapper .rs-vd {
        width: 120px;
    }
	.fp-wrapper .fp-vd div,
	.rs-wrapper .rs-vd div {
	    font-size: 11px;
	    line-height: 20px;
	}
	.fp-wrapper a .fp-det,
	.rs-wrapper a .rs-det {
	    padding: 16px 0 15px 15px;
	}
	.fp-wrapper a:hover .fp-det,
	.rs-wrapper a:hover .rs-det {
		padding: 16px 0 15px 15px;
	}
	.rs-wrapper .rs-det:before {
		width: calc(100% - 120px);
	}
	.rs-wrapper .rs-2 .rs-det {
		padding: 16px 0 15px calc(21% + 30px);
	}
	.fp-wrapper .fp-4 .fp-det {
		padding: 16px 0 15px calc(21% + 30px);
	}
	.rs-wrapper .fp-4 .rs-det {
		padding: 16px calc(21% + 30px) 15px 0;
	}
	.rs-wrapper .rs-2 a:not(:hover) .rs-det > div:not(.rs-vd), 
	.rs-wrapper .rs-4 a:not(:hover) .rs-det > div:not(.rs-vd) {
		padding-right: 20px;
	}
	.rs-wrapper .rs-2 a .rs-det > div:not(.rs-vd), 
	.rs-wrapper .rs-4 a .rs-det > div:not(.rs-vd) {
	    padding-right: 140px;
	}
	.fp-status,
	.f3-status {
		width: 140px;
	}
	.fp-1 .fp-status, 
	.fp-3 .fp-status {
	    top: 20px;
	    left: 20px;
	}
	.fp-2 .fp-status, 
	.fp-4 .fp-status {
	    top: 20px;
	    right: 20px;
	}
	.rs-1 .rs-status, 
	.rs-3 .rs-status {
	    top: 20px;
	    left: 20px;
	}
	.rs-2 .rs-status, 
	.rs-4 .rs-status {
	    top: 20px;
	    right: 20px;
	}
	.fp-bottom-v2 a.btn-a,
	.rs-bottom a.btn-a {
	    width: 230px;
	    font-size: 13px;
	    letter-spacing: 0.01em;
	}

	.rs-bottom,
	.rsv3-bottom {
	    width: 100%;
	    max-width: 400px;
	    margin: 50px auto 0;
	}
		.rs-bottom .slick-prev,
		.rsv3-bottom .slick-prev {
		    order: 1;
		    margin-right: 15px;
		}

		.rs-bottom .slick-next,
		.rsv3-bottom .slick-next {
		    order: 2;
		    margin-left: 15px;
		}

		.rs-bottom a.btn-a,
		.rsv3-bottom a.btn-a {
		    order: 3;
		    margin-top: 20px;
	        margin-left: 15px;
	        margin-right: 15px;
		}

}

@media only screen and (max-width:991px) {

	.mcv2-about-wrap {
	    padding: 60px 0 0;
	    text-align: center;
	}

	.mcv2-about-wrap .section-title-v2 {
	    margin-top: 0;
	}

	.mcv2-mission-wrap {
	    padding: 80px 0;
	}

	.mcv2-mission-left {
	    width: 100%;
	}

	.mcv2-mission-right {
	    width: 100%;
	}

	.mcv2-mission-left h2 {
	    margin-bottom: 30px;
	    font-size: 20px;
	}

	.stats-scroll-logo {
	    width: 100px;
	    height: 100px;
	    border-width: 4px;
	    left: 3%;
	    top: -50px;
	    padding: 0 27px 0 20px;
	}

	.stats-scroll-img canvas {
	    min-height: 364px;
	}

	.stats-scroll-bg canvas {
	    filter: grayscale(1);
	}

	.stats-scroll-item h2 {
	    font-size: 30px;
	}

	.stats-scroll-item span {
	    font-size: 14px;
	}
	.switch-mobile {
		flex-direction: column-reverse;
	}
	.stats-scroll-logo-list {
		display: none !important;
	}

	/*fp*/
	#hp-fp {
	    margin-top: 0;
	    padding-bottom: 0;
	}
	.fp-wrapper .fp-top,
	.rs-wrapper .rs-top {
	    padding-top: 60px;
	    padding-bottom: 30px;
	}

	.fp-title-v2,
	.rs-title-v2 {
	    max-width: 100%;
	    padding: 0;
	}
	.fp-title-v2 .section-title-v3,
	.rs-title-v2 .section-title-v3 {
		justify-content: center;
	}

	.fp-wrapper .fp-1 {
	    width: calc(100% - 24px);
	}

	.fp-wrapper .fp-2 {
	    bottom: 0;
	}

	.fp-wrapper .fp-2 .fp-container {
	    margin: 0;
	}

	.fp-wrapper .fp-3 {
	    width: calc(100% - 24px);
	    top: 0;
	}

	.fp-wrapper .fp-4 {
	    width: calc(100% - 24px);
	}

	.fp-wrapper .fp-3 .fp-container {
	    margin: 0;
	}

	.fp-wrapper .fp-1 .fp-container:before, 
	.fp-wrapper .fp-4 .fp-container:before {
	    background: url(../images/home-v2/fp-accent.jpg) center center no-repeat;
	}

	.fp-wrapper .fp-vd, .rs-wrapper .rs-vd {
	    width: 56px;
	}

	.fp-wrapper .fp-vd div, 
	.rs-wrapper .rs-vd div {
	    font-size: 10px;
	    letter-spacing: 0;
	    line-height: 1.4;
	}

	.fp-wrapper .fp-4 .fp-det {
	    padding: 16px 0 15px 15px;
	}

	#hp-fp:before {
	    width: 60%;
	}

	.fp-bottom-v2 {
	    width: 100%;
	    max-width: 400px;
	   /* margin: 50px auto 0;*/
	    margin: 20px auto;
	}

	.fp-bottom-v2 .fp-prev {
	    order: 1;
	    margin-right: 15px;
	}

	.fp-bottom-v2 .fp-next {
	    order: 2;
	    margin-left: 15px;
	}

	.fp-bottom-v2 a.btn-a, .rs-bottom a.btn-a {
	    order: 3;
	    margin-top: 20px;
	}

	.fp-wrapper .clicked_once .fp-vd, 
	.fp-wrapper a:hover .fp-vd {
	    background: rgba(0, 0, 0, .9);
	}

	#hp-rs {
	    padding: 50px 4.375% 70px;
	}
	.rs-title-v2 {
	    text-align: center;
	}

	.rs-wrapper .rs-1 {
	    width: calc(100% - 24px);
	}

	.rs-wrapper .rs-single {
	    margin: 0 auto 0 auto;
	    max-width: 400px;
	    width: calc(100% - 24px);
	    display: block;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    top: 0;
	    margin-top: 54px;
	}

	.rs-wrapper .rs-single .rs-container {
	    margin: 0;
	}

	.rs-wrapper a .rs-img canvas {
	    width: 100%;
	    display: block;
	    height: 250px;
	    background-size: cover;
	    background-position: center center;
	}

	.rs-wrapper a .rs-img {
	    overflow: hidden;
	}

	.rs-wrapper .rs-2 .rs-container:before,
	.rs-wrapper .rs-3 .rs-container:before {
	    content: '';
	    display: block;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 14.835%;
	    background: url(../images/home-v2/fp-accent.jpg) center center no-repeat;
	    background-size: cover;
	}

	.rs-wrapper .rs-1 .rs-container:before, 
	.rs-wrapper .rs-3 .rs-container:before {
	    right: -24px;
	    bottom: -24px;
	    top: 15%;
	    left: 0;
	}

	.rs-wrapper .rs-2 .rs-container:before, 
	.rs-wrapper .rs-4 .rs-container:before {
	    top: 15%;
	    left: -24px;
	    right: 0;
	    bottom: 0;
	}
    .rs-wrapper .rs-det:before {
        width: calc(100% - 56px);
    }
    .rs-wrapper .rs-add-1, 
    .rs-wrapper .rs-add-2,
    .rs-wrapper .rs-price,
    .rs-wrapper .rs-2 a .rs-det > div:not(.rs-vd), 
    .rs-wrapper .rs-4 a .rs-det > div:not(.rs-vd) {
    	padding-right: 56px;
    }

    .rs-wrapper .rs-2 .rs-det,
    .rs-wrapper .rs-4 .rs-det {
    	padding: 16px 0 15px 15px;
    	text-align: left;
    }

    .rs-status,
    .fp-status {
	    font-size: 12px;
	    width: 100px;
	    height: 30px;
	}
	.rs-bottom {
	    width: 100%;
	    max-width: 400px;
	    margin: 50px auto 0;
	}
		.rs-bottom .slick-prev {
		    order: 1;
		    margin-right: 15px;
		}

		.rs-bottom .slick-next {
		    order: 2;
		    margin-left: 15px;
		}

		.rs-bottom a.btn-a {
		    order: 3;
		    margin-top: 20px;
		}

	#hp-rs:before {
		width: 60%;
	}
	.fp-bottom-v2 .custom-slick-arrow {
		display: none;
	}
	.testi-inner {
		padding: 0 4.375%;
	}
	.testi-controls {
	    width: 100%;
	    max-width: 400px;
	    margin: 50px auto 0;
	}
		.testi-controls .slick-prev {
		    order: 1;
		    margin-right: 15px;
		}

		.testi-controls .slick-next {
		    order: 2;
		    margin-left: 15px;
		}

		.testi-controls a.btn-a {
		    order: 3;
		    margin-top: 20px;
		}

	#hp-fp-v3,
	#hp-rs-v3 {
	    padding: 80px 0;
	}
	#hp-rs-v3 {
	    padding-top: 0;
	}

	.fpv3-item {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto;
	}

	.fpv3-list {
		margin: 0;
	}

	.fpv3-item-img canvas,
	.rsv3-item-img canvas {
	    min-height: 300px;
	}

	.fpv3-item-details,
	.rsv3-item-details {
	    padding-left: 5%;
	    padding-right: 70px;
	}

	.fpv3-item-details-btn,
	.rsv3-item-details-btn {
	    font-size: 10px;
	    width: 70px;
	}

	.fpv3-item-details-address,
	.rsv3-item-details-address {
	    font-size: 20px;
	    letter-spacing: 0;
	}

	.fpv3-item-details-address span,
	.rsv3-item-details-address span {
	    font-size: 12px;
	    letter-spacing: 0;
	}

	.fpv3-item-details-price,
	.rsv3-item-details-price {
	    font-size: 20px;
	}

	.fpv3-item-status,
	.rsv3-item-status {
	    top: 15px;
	    right: 15px;
	    width: 100px;
	    height: 30px;
	    font-size: 12px;
	    padding-top: 2px;
	}

	.fpv3-btn {
		margin-top: 40px;
	}

	.rsv3-top {
	    padding-top: 80px;
	}
	.rsv3-list {
	    max-width: 500px;
	    margin: 0 auto;
	}
	.rs-wrapper .slick-list {
	    overflow: hidden;
	}
	.rsv3-list:not(.slick-initialized), .rsv3-list .slick-list {
	    padding: 0;
	}

}

@media only screen and (max-width:767px) {
	.scrollmagic-pin-spacer {
        min-height: 0 !important;
        padding: 0 !important;
    }
	#hp-stats {
	    position: relative!important;
	}
	.stats-scroll-img canvas {
	    min-height: 364px;
	}

	.stats-scroll-item h2 {
	    /*font-size: 20px;*/
	}

	.stats-scroll-item {
	    padding: 0 10px;
	}

	.stats-scroll-item span {
	    /*font-size: 12px;*/
	}
	/* stat */

	.stats-scroll-main {
	    height: auto;
	}
    /* the height of the entire section */
    .stats-scroll-img canvas {
        min-height: 545px;
    }

	.stats-scroll-details {
	    background: #000;
	}
    .stats-scroll-bg {
        min-width: 50%;
        left: 0;
        margin-left: 0;
        overflow: visible;
		width: 50% !important;
    }
        .stats-scroll-bg:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 150vw;
            background-image: url(/wp-content/themes/thechadcarrollgroup/images/home-v2/stat-scroll-photo.jpg);
            background-size: auto 100%;
            background-position: center;
            filter: grayscale(1);
            opacity: 0.2;
        }
	    
    .stats-scroll-row {
        width: 50%;
        left: auto;
        right: 0;
        margin-left: auto;
        flex-flow: column;
        z-index: 10;
        /*opacity: 0;*/
        opacity: 1;
        transition: all var(--default-transition);
    }
        .stats-scroll-col {
            width: 100%;
        }
    
    .stats-scroll-bg[style*="width: 5"] ~ .stats-scroll-row,
    .stats-scroll-bg[style*="width: 4"] ~ .stats-scroll-row,
    .stats-scroll-bg[style*="width: 3"] ~ .stats-scroll-row,
    .stats-scroll-bg[style*="width: 28.9375%"] ~ .stats-scroll-row {
        opacity: 1;
    }
    .stats-scroll-bg canvas {
    	filter: none !important;
    }
    .stats-scroll-logo {
	    left: 50%;
	    transform: translateX(-50%);
	}

	.stats-scroll-logo-list:not(.slick-initialized) .stats-scroll-logo-item ~ .stats-scroll-logo-item,
	.stats-scroll-logo-item ~ .stats-scroll-logo-item {
	    display: block;
	}
	.stats-scroll-logo-list {
	    /* column-count: 2; */
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.stats-scroll-logo-item {
	    width: 50%;
	    margin-bottom: 28px;
	}
	.stats-scroll-logo-item:first-child {
	    width: 80%;
	    
	}

	.fp-wrapper .fp-price, 
    .rs-wrapper .rs-price {
        font-size: 18px;
    }


    .fp-status, .rs-status {
	    padding: 0px !important;
	    top: 12px !important;
	    left: auto !important;
	    right: 14px !important;
	    font-size: 10px;
	    height: 26px !important;
	    display: flex;
	    align-items: center;
	}
	.fp-det.font-pra {
		color: #000;
	}
	.fp-single .fp-container:before {
	    display: none !important;
	}
	.fp-single {
	    width: calc(100% - 10px) !important;
	}
	.fp-add-1 {
	    font-size: 13px !important;
	    margin-bottom: 3px !important;
	}
	.fp-add-2 {
	    font-size: 9px !important;
	    margin-bottom: 10px !important;
	}
	.fp-price {
	    font-size: 15px !important;
	    letter-spacing: 0.150em !important;
	}
	.fp-wrapper .fp-det:before {
	    background: #fff;
	    opacity: 0.9;
	    width: calc(100% - 70px);
	}
	.fp-wrapper a .fp-img:before {
	    opacity: 0;
	}
	.fp-single {
	    margin-top: 20px !important;
	}
	.fp-single:first-child {
	    margin-top: 0 !important;
	}
	.fp-single:hover .fp-det.font-pra {
	    width: calc(100% - 20px);
	    left: auto;
	    right: 0;
	    bottom: 20px;
	}
	.fp-det::after {
	    position: absolute;
	    content: '';
	    width: 20px;
	    height: 234%;
	    bottom: -20px;
	    left: -20px;
	    background: #000;
	    transition: 0.5s;
	    opacity: 0;
	}
	.fp-single:hover .fp-det::after{
		opacity: 0.8;
	}
	.fp-wrapper a .fp-img:after {
	    position: absolute;
	    content: '';
	    width: 100%;
	    height: 50%;
	    bottom: 0;
	    left: 0;
	    background: linear-gradient(0deg, black, transparent);
	    opacity: 0;
	}
	.fp-single:hover .fp-img:after {
		opacity: 1;
	}
	.fp-top {
	    padding: 50px 0 30px !important;
	}
	#hp-fp:before {
        top: 0 !important;
        background-position: top;
    }
    .fp-bottom-v2 a.btn-a {
	    width: 100%;
	    margin: 20px 4px;
	    font-size: 13px;
	}
	#hp-fp {
		padding-bottom: 0 !important;
	}


	.rs-single .rs-container:before {
		display: none !important;
	}
	.rs-det {
	    color: #000 !important;
	}
    .rs-add-1 {
	    font-size: 13px !important;
	    margin-bottom: 3px !important;
	}
	.rs-add-2 {
	    font-size: 9px !important;
	    margin-bottom: 10px !important;
	}
	.rs-price {
	    font-size: 15px !important;
	    letter-spacing: 0.150em !important;
	}
	.rs-wrapper .rs-det:before {
	    background: #fff;
	    opacity: 0.7;
	}
	.rs-wrapper a .rs-img:before {
	    opacity: 0;
	}
	.rs-wrapper .rs-single {
	    margin-top: 20px;
	    width: calc(100% - 10px);
	}
	.rs-wrapper .rs-single:first-child {
	    margin-top: 0;
	}
	.rs-list {
	    padding-top: 10px;
	}
	.rs-single:hover .rs-det {
	    width: calc(100% - 20px);
	    left: auto;
	    right: 0;
	    bottom: 20px;
	}
	.rs-det::after {
	    position: absolute;
	    content: '';
	    width: 20px;
	    height: 234%;
	    bottom: -20px;
	    left: -20px;
	    background: #000;
	    transition: 0.5s;
	    opacity: 0;
	}
	.rs-single:hover .rs-det::after{
		opacity: 0.8;
	}
	.rs-wrapper a .rs-img:after {
	    position: absolute;
	    content: '';
	    width: 100%;
	    height: 50%;
	    bottom: 0;
	    left: 0;
	    background: linear-gradient(0deg, black, transparent);
	    opacity: 0;
	}
	.rs-single:hover .rs-img:after {
		opacity: 1;
	}
	#hp-rs:before {
        top: 0 !important;
        background-position-y: 40px;
    }
    .rs-bottom a.btn-a {
	    width: 100%;
	    margin: 30px 0;
	}

	div#hp-testi {
	    padding-top: 0;
	}
	.testi-title .section-subtitle-v2 {
	    font-size: 13px;
	    line-height: 1.5;
	}
	.testi-item p {
	    font-size: 12px;
	}
	.testi-list:before {
		width: 34px;
		margin: 0 auto 20px;
	}
	.testi-title {
	    margin-bottom: 24px;
	}
	.testi-item span {
	    font-size: 18px;
	}
	.testi-controls a.btn-a {
	    width: 100%;
	    margin: 30px 0;
	}

}