/* =Home
-------------------------------------------------------------- */

#home-splash-wrap {
	border: solid #FFF 20px;
	background-size: cover;
	background-position: center center;
	color: #FFF;
	text-align: center;
    font-size: 30px;
    font-size: 2.07vw;
	line-height: 1.35em;
}
#home-splash-wrap p {
	line-height: 1.35em;
}
#home-splash-table {
	display: table;
	width: 100%;
	height: 100%;
}
#home-splash-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0 20px;	
}
#home-splash-scroll-down {
	font-family: 'Stone City';
	text-decoration: none;
	color: #FFF;
	display: inline-block;
    margin-top: 40px;
    margin-top: 2.8vw;
    font-size: 60px;
    font-size: 4.15vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#home-projects-wrap {
	padding: 20px 0 120px;
	position: relative;
}
#home-projects {
	width: 100%;
	height: 100%;
}
.home-project {
	height: 100%;
	margin: 0 20px;
}
.home-project a {
    display: block;
    width: 100%;
    height: 100%;
	position: relative;
	outline: none;
}
.home-project-img-wrap {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 1;
}
.home-project-img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	transition: transform 3s;
}
.home-project a .home-project-img-wrap.hover .home-project-img {
	transform: scale(1.1);
}
.home-project-title {
	position: absolute;
	z-index: 2;
	color: #FFF;
	bottom: 1.5vw;
	left: 1.5vw;
    font-size: 30px;
    font-size: 2.07vw;
}
.home-project-title.home-project-title-dark {
	color: #2c2c2c;
}
#home-projects-explore-wrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	height: 120px;
	line-height: 120px;
}
#home-projects-explore {
    font-size: 30px;
    font-size: 2.07vw;
	text-transform: uppercase;
	letter-spacing: 8px;
    letter-spacing: .55vw;
    word-spacing: 8px;
    word-spacing: .55vw;
	text-decoration: none;
	color: #2c2c2c;
}
#home-projects-explore:after {
	content: '\e90b';
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	letter-spacing: 10px;
	display: inline-block;
	vertical-align: baseline;
	margin-left: .8em;
	font-size: .8em;
}
#home-projects-wrap .slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
#home-projects-wrap .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#home-projects-wrap .slick-list:focus {
    outline: none;
}
#home-projects-wrap .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
#home-projects-wrap .slick-slider .slick-track,
#home-projects-wrap .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: 100%;
}
#home-projects-wrap .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
#home-projects-wrap .slick-track:before,
#home-projects-wrap .slick-track:after {
    display: table;
    content: '';
}
#home-projects-wrap .slick-track:after {
    clear: both;
}
#home-projects-wrap .slick-loading .slick-track {
    visibility: hidden;
}
#home-projects-wrap .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
#home-projects-wrap [dir='rtl'] .slick-slide {
    float: right;
}
#home-projects-wrap .slick-slide img {
    display: block;
}
#home-projects-wrap .slick-slide.slick-loading img {
    display: none;
}
#home-projects-wrap .slick-slide.dragging img {
    pointer-events: none;
}
#home-projects-wrap .slick-initialized .slick-slide {
    display: block;
}
#home-projects-wrap .slick-loading .slick-slide {
    visibility: hidden;
}
#home-projects-wrap .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#home-projects-wrap .slick-arrow.slick-hidden {
    display: none;
}
#home-projects-wrap .slick-arrow {
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #FFF;
	background-color: transparent;
	border: none;
    font-size: 60px;
    font-size: 4.15vw;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -2.075vw;
	padding: 0;
	outline: none;
	cursor: pointer;
	text-shadow: 0px 0px 1vw rgba(0,0,0,.5);
	-moz-transition: color .2s, text-shadow .2s;
	-ms-transition: color .2s, text-shadow .2s;
	-o-transition: color .2s, text-shadow .2s;
	-webkit-transition: color .2s, text-shadow .2s;
	transition: color .2s, text-shadow .2s;
}
#home-projects-wrap .slick-arrow:hover {
	color: #2c2c2c;
	text-shadow: 0px 0px 1vw rgba(255,255,255,.25);
}
#home-projects-wrap .slick-prev {
	left: 30px;
}
#home-projects-wrap .slick-next {
	right: 30px;
}
#home-cq-wrap {
	padding: 20px;
}
#home-cq-wrap a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#cq-vertical {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: calc(50% - 10px);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
#cq-horizontal-1,
#cq-horizontal-2 {
	display: block;
	position: absolute;
	right: 0px;
	width: calc(50% - 10px);
	height: calc(50% - 10px);
	background-size: cover;
	background-position: center center;
}
#cq-horizontal-1 {
	top: 0px;
}
#cq-horizontal-2 {
	bottom: 0px;
}
.cq-bg {
	object-fit: cover;
}
.cq-logo-cutout {
    width: 63%;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    left: 0px;
    bottom: -.9%;
}
.cq-logo-overlay {
    opacity: .7;
	height: 10%;
    width: auto;
    position: absolute;
    display: block;
    margin: 0;
    bottom: 1vw;
    right: 1vw;
}
#home-ql-wrap {
	position: relative;
	padding: 20px;
}
a.home-ql-link {
	display: block;
	width: calc(50% - 30px);
	height: calc(50% - 30px);
	position: absolute;
	margin: 20px;
	color: #FFF;
	text-shadow: 0px 0 1.5vw rgba(0,0,0,.9);
	font-size: 30px;
    font-size: 2.1vw;
    letter-spacing: .05em;
    word-spacing: .05em;
	overflow: hidden;
}
a.home-ql-link span.img {
	display: block;
	background-size: cover;
	background-position: center center;
	transition: transform 3s;
	height: 100%;
	width: 100%;
}
a.home-ql-link.hover span.img {
	transform: scale(1.2);
}
.home-ql-link span.title {
    position: absolute;
    bottom: .7vw;
    left: .7vw;
}
#home-ql-1 {
	top: 0;
	left: 0;
}
#home-ql-2 {
	top: 0;
	right: 0;
}
#home-ql-3 {
	bottom: 0;
	left: 0;
}
#home-ql-4 {
	bottom: 0;
	right: 0;
}
#home-sr-wrap {
	padding: 20px;
	position: relative;
}
.home-sr-img {
	width: calc(50% - 30px);
	height: calc(50% - 30px);
	position: absolute;
	overflow: hidden;
}
.home-sr-img div {
	background-position: center center;
	background-size: cover;
	transition: transform 3s;
	height: 100%;
	width: 100%;
}
.home-sr-img.hover div {
	transform: scale(1.2);
}
#home-sr-img-1 {
	top: 20px;
	left: 20px;
}
#home-sr-img-2 {
	bottom: 20px;
	left: 20px;
}
#home-sr-content-wrap {
	width: calc(50% - 30px);
	height: 100%;
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 20px;
}
#home-sr-content-wrap p {
	font-size: 18px;
	line-height: 1.7em;
}
#home-sr-content-table {
	width: 100%;
	height: 100%;
	display: table;
}
#home-sr-content-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}		
#home-showroom-link {
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: .15em;
    word-spacing: .15em;
    float: right;
    margin-top: 1%;
    white-space: nowrap;
}
#home-showroom-link:after {
	content: '\e90b';
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: baseline;
	margin-left: .8em;
}
@media only screen and (max-width : 900px) {
	#home-splash-wrap {
		font-size: 3vw;
	}
	#home-splash-scroll-down {
		margin-top: 4vw;
		font-size: 6vw;
	}
	#home-sr-content-wrap p {
		font-size: 16px;
	}
	#home-showroom-link {
		font-size: 18px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#cq-vertical {
		bottom: auto;
		height: calc(50% - 10px);
		width: 100%;
		right: 0px;
	}
	#cq-horizontal-1 {
		right: auto;
		left: 0px;
		top: auto;
		bottom: 0px;
	}	
	#home-sr-img-2 {
		bottom: auto;
		left: auto;
		top: 20px;
		right: 20px;
	}
	#home-sr-content-wrap {
		width: calc(100% - 40px);
		height: calc(50% - 30px);
		position: absolute;
		top: auto;
		bottom: 20px;
		right: 20px;
		left: 20px;
	}
}
@media only screen and (max-width : 700px) {
	#home-splash-wrap {
		font-size: 4vw;
	}
	#home-splash-scroll-down {
		margin-top: 5vw;
		font-size: 7vw;
	}
	.home-project-title {
		bottom: 10px;
		left: 10px;
		font-size: 14px;
	}
	#home-projects-explore {
		font-size: 16px;
	}
	#cq-vertical {
		bottom: auto;
		height: calc(50% - 10px);
		width: 100%;
		right: 0px;
	}
	#cq-horizontal-1 {
		right: auto;
		left: 0px;
		top: auto;
		bottom: 0px;
	}	
	a.home-ql-link {
		font-size: 18px;
	}	
	.home-ql-link span.title {
		bottom: 10px;
		left: 10px;
	}
	#home-sr-content-wrap p {
		font-size: 14px;
	}
	#home-sr-img-2 {
		bottom: auto;
		left: auto;
		top: 20px;
		right: 20px;
	}
	#home-sr-content-wrap {
		width: calc(100% - 40px);
		height: calc(50% - 30px);
		position: absolute;
		top: auto;
		bottom: 20px;
		right: 20px;
		left: 20px;
	}
}
@media only screen and (max-width : 600px) {
	#home-projects-wrap .slick-arrow {
		font-size: 9.15vw;
		text-shadow: 0px 0px 5vw rgba(0,0,0,.5);
	}
	#home-projects-wrap .slick-prev {
		left: 10px;
	}
	#home-projects-wrap .slick-next {
		right: 10px;
	}
	#home-projects-wrap .slick-arrow:hover {
		color: #FFF;
		text-shadow: 0px 0px 5vw rgba(0,0,0,.5);
	}
}
@media only screen and (max-width : 500px) {
	#home-splash-wrap {
		font-size: 5vw;
	}
	#home-splash-scroll-down {
		margin-top: 6vw;
		font-size: 8vw;
	}
}
