﻿@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 32px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    /*font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 0.5;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
	
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	opacity: 0.5;
	background: url('../images/sprite.png') no-repeat -40px -71px;
	background-size: 500px 500px;
}

.slick-prev
{
    left: -32px;
}
.rangeSlider .slick-prev {
    left: -25px;
}
.featureSlider .slick-prev {
	right: 25px;
	filter: invert(1)
}
[dir='rtl'] .slick-prev
{
    right: -32px;
    left: auto;
}
.slick-prev:before
{
    transform: rotate(180deg)
}

.slick-next
{
    right: -32px;
}
.rangeSlider .slick-next {
    right: -25px;
}
.featureSlider .slick-next {
	right: 25px;
	filter: invert(1)
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -32px;
}
[dir='rtl'] .slick-next:before
{
    transform: rotate(180deg)
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}
	
.rangeSlider.slick-dotted.slick-slider
	{
		margin-bottom: 90px;
	}	
.lightingSlider.slick-dotted.slick-slider
	{
		margin-bottom: 100px;
	}

.featureSlider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
	.rangeSlider .slick-dots
		{
			bottom: -30px;
		}
	.featureSlider .slick-dots {
		bottom: 2em;
		filter: invert(1)
	}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .8;
    color: black;
}


/* Modifications */

/*.lightingSlider::after {
	content: "";
	position: absolute;
	top: calc(var(--y, 0) * 1px - 45px);
	left: calc(var(--x, 0) * 1px - 30px);
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	box-sizing: border-box;
	background: #000 url(/images/i-arrow.svg) 52% 50% no-repeat;
	background-size: 16px 16px;
	border-radius: 30px;
	transform: scale(0.8);
	opacity: 0;
	transition: transform 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	pointer-events: none;
}

.lightingSlider:hover::after {
	transform: scale(1);
	opacity: 1;
}*/


/* pinit button on images */

.productSlider .slick-slide span {
	margin: 10px;
	right: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: 100;
}

/* main image captions */

.image-caption {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
	transform: translateY(-50%);
	margin-left: -35%;
	text-align: center;
	pointer-events: none;
	padding: 2%;
	background: none;
	box-sizing: border-box;
}
	.image-caption.nearTop {
		width: 70%;
		top: 10%;
		transform: translateY(-10%);
	}
	.image-caption.nearBottom {
		width: 70%;
		top: auto;
		bottom: 10%;
		transform: translateY(10%);
	}
	.image-caption.topBanner {
		width: 100%;
		margin-left: -50%;
		top: 0;
		transform: translateY(0);
	}
	.image-caption.bottomBanner {
		width: 100%;
		margin-left: -50%;
		top: auto;
		bottom: 0;
		transform: translateY(0);
	}
	.image-caption.noFill {
		background: transparent;
	}
	.image-caption.noFill * {
		color: #000 !important;
	}
	.featureSlider .slick-slide img.dull {
		-webkit-filter: brightness(0.55);
		filter: brightness(0.55);
	}
.image-caption h2 {
	background: linear-gradient(0deg, #fff, #fff) no-repeat right calc(100% - 4px) / 0 var(--bg-h);
	transition: background-size 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	--bg-h: 1px;
}

.image-caption h2 {
	clear: both;
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'DIN Next W01',Arial,Helvetica,sans-serif;
	letter-spacing: normal;
	line-height: 40px;
}

.image-caption p {
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0;
	color: #fff;
}
.featureSlider a .image-caption {
	color: #fff;
}
.featureSlider a:hover .image-caption h2,
.featureSlider a:focus-visible .image-caption h2 {
	background-size: 100% var(--bg-h);
	background-position-x: left;
}

/* box */
.boxSlider {
	margin-bottom: 0;
}


/* feature */
.featureSlider video {
	display: block;
	width: 100% !important;
}

.featureSlider, .lightingSlider {
	background: #111;
}

figure.slick-slide,
form.slick-slide figure {
	padding-top: 0;
	margin-bottom: 0;
}

form.slick-slide figure {
	padding-bottom: 10px;
}

.lightingSlider .slick-slide .image-caption,
.featureSlider .slick-slide .image-caption {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 70%;
	top: 80%;
	left: 50%;
	transform: translateY(-50%);
	margin-left: -35%;
	transition: all 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.featureSlider .slick-slide .image-caption h2 {
	font-size: 2.2rem;
	align-self: center
}

	.featureSlider .slick-slide .image-caption p {
		font-size: 1.35em;
		font-weight: 300;
		align-self: center;
		/*transition-delay: 150ms;*/
	}
	
	
/* lifestyle image captions */

.lifestyle-caption {
    position: absolute;
    width: 30%;
    top: 40px;
    left: 40px;
	pointer-events: none;
	padding: 2%;
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
}

.lifestyle-caption h3 {
	margin-bottom: 5px;
	text-transform: none;
	color: #fff;
}

.lifestyle-caption p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff;
}

/* lifestyle image captions */

.quote-caption {
    position: absolute;
    width: 30%;
    top: 40px;
    left: 40px;
	pointer-events: none;
	padding: 2%;
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
}

.quote-caption p {
	color: #fff;
}

.quote-caption blockquote, .quote-caption .footer {
	margin-bottom: 0;
}

	

/* product */

.productSlider {
	height: 820px;
	margin-top: -20px;
}

.productSlider figure {
	background: rgba(0,0,0,0.1);
	height: 820px;
    position: relative;
}

/*.productSlider iframe {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}*/

.productSlider figure.vAlignOuter {
	display: table;
}
.productSlider .vAlignInner {
	display: table-cell;
	vertical-align: middle;
}

/* quotes */

.quoteSlider {
	margin-bottom: 50px !important;
}

.quoteSlider .slick-dots {
	bottom: -20px;
}

.quoteSlider blockquote {
	text-align: center
}

	.quoteSlider blockquote p {
		border: none;
		padding: 0;
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.4;
		margin: 0 0 30px;
	}

	.quoteSlider blockquote::before {
		display: none;
	}

	.quoteSlider blockquote cite {
		font-size: 1em;
		margin: 0 0 0.5em;
	}


/* thumbs */

.thumbSlider {
	margin-bottom: 50px !important;
}

.thumbSlider figure {
	outline: none !important;
	filter: brightness(0.6);
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
	.thumbSlider figure.slick-current {
		filter: brightness(1)
	}

.thumbSlider img {
	padding: 10px 10px 0 0;
	display: block;
	box-sizing: border-box;
}
	.thumbSlider img:hover {
		cursor: pointer;
	}
	.thumbSlider img.vThumb {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

@media only screen and (min-width: 1481px) and (max-width: 1680px) {
	.productSlider,
	.productSlider figure {
		height: 700px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1480px) {
	.lightingSlider .slick-slide .image-caption,
	.featureSlider .slick-slide .image-caption {
		width: 88%;
		top: auto;
		bottom: 0;
		margin-left: -44%;
	}
}
	
@media only screen and (min-width: 960px) and (max-width: 1480px) {
	.image-caption h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.productSlider,
	.productSlider figure {
		height: 580px;
	}
	.productSlider iframe {
		width: 580px;
		height: 325px;
	}
}

@media only screen and (max-width: 1279px) {
	.lightingSlider .slick-slide .image-caption,
	.featureSlider .slick-slide .image-caption {
		width: 88%;
		top: auto;
		bottom: 0;
		margin-left: -44%;
	}

		figure.slick-slide .image-caption h2,
		.featureSlider .slick-slide .image-caption h2 {
			font-size: 2rem;
		}

		figure.slick-slide .image-caption p,
		.featureSlider .slick-slide .image-caption p {
			font-size: 1.2em;
		}
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
	.image-caption h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.image-caption p  {
		font-size: 16px;
		line-height: 24px;
	}
	.productSlider,
	.productSlider figure {
		height: 460px;
	}
	.productSlider iframe {
		width: 460px;
		height: 257px;
	}
}
@media only screen and (max-width: 959px) {
	figure.slick-slide .image-caption h2,
	.featureSlider .slick-slide .image-caption h2 {
		font-size: 1.75rem;
	}

	figure.slick-slide .image-caption p,
	.featureSlider .slick-slide .image-caption p {
		font-size: 1.15em;
	}

	.lightingSlider .slick-slide .image-caption,
	.featureSlider .slick-slide .image-caption {
		position: relative;
		width: 100%;
		margin-left: -50%;
		transform: none;
		padding: 2em 1em 1.9em;
		box-sizing: border-box;
	}
	.featureSlider .slick-dots {
		bottom: -3em;
		filter: invert(0)
	}
	.image-caption p {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.image-caption {
		width: 90%;
		margin-left: -45%;
	}
	.image-caption h2 {
		font-size: 35px;
		line-height: 43px;
	}
	.image-caption p {
		font-size: 16px;
		line-height: 24px;
	}
	.productSlider,
	.productSlider figure {
		height: 364px;
	}
	.productSlider iframe {
		width: 364px;
		height: 203px;
	}
}

/* All Mobile Sizes  */
@media only screen and (max-width: 767px) {

	.featureSlider, .lightingSlider {
		background: #eee;
	}

		figure.slick-slide .image-caption h2,
		.featureSlider .slick-slide .image-caption h2 {
			font-size: 1.5rem;
		}

		figure.slick-slide .image-caption p,
		.featureSlider .slick-slide .image-caption p {
			font-size: 1.1em;
			line-height: 1.5;
		}
		
	.thumbSlider {
		margin-bottom: 30px !important;
	}
	.image-caption {
		width: 90%;
		margin-left: -45%;
		background: #eee;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	.image-caption.topBanner, .image-caption.bottomBanner {
		position: relative;
		padding: 10px 10px 6px;
	}
	.image-caption h2 {
		color: #111;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.image-caption p {
		color: #333;
	}
	.quote-caption, .lifestyle-caption {
		top: 20px;
		left: 20px;
	}
	.slick-prev
	{
		left: -28px;
	}
	[dir='rtl'] .slick-prev
	{
		right: -28px;
	}
	
	.slick-next
	{
		right: -28px;
	}
	[dir='rtl'] .slick-next
	{
		left: -28px;
	}

}

/* Mobile Landscape Size to Tablet Portrait  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.quote-caption, .lifestyle-caption {
		width: 380px;
	}
	.productSlider,
	.productSlider figure {
		height: 420px;
	}
	.productSlider iframe {
		width: 420px;
		height: 234px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {
	
	.lifestyle-caption h3 {
		margin-bottom: 0;
	}
	.lifestyle-caption {
		width: 280px;
		padding: 2% 5%;
	}
	.quote-caption, .lifestyle-caption p {
		display: none;
	}
	.productSlider,
	.productSlider figure {
		height: 320px;
	}
	.productSlider iframe {
		width: 320px;
		height: 178px;
	}
	
}

@media only screen and (max-width: 320px) {
	.lifestyle-caption {
		width: 260px;
		padding: 2% 5%;
	}
	.productSlider,
	.productSlider figure {
		height: 300px;
	}
	.productSlider iframe {
		width: 300px;
		height: 167px;
	}
}