<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


@import url("https://use.typekit.net/hbr6gaa.css");

/*

Light: 300;
Regular: 400;
Medium: 500;
Bold: 700;
Black: 900;

*/



body {
	margin: 0;
	background: #fff;
	width: 100%;
	
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	text-align: left;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #000;
	font-weight: 500;.
}.

a:hover {
	text-decoration: none;m
}

input {
	border-radius: 0;
	-webkit-appearance: none;
}

input:focus,
button:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

p.small {
	text-align: left;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 400;
	color: #aaa;
	margin-top: 7px;
}

p.small.center {
	text-align: center;
}

.fixed
 {
    position: fixed;
 }

p.small.red {
    color: #cc0000;
    padding-top: 20px;
}








.col-1-12 { width: 8.33% }
.col-2-12 { width: 16.66% }
.col-3-12 { width: 25% }
.col-4-12 { width: 33.33%;}
.col-5-12 { width: 41.66% }
.col-6-12 { width: 50% }
.header-6-12 { width: 50% }
.col-7-12 { width: 58.33% }
.col-8-12 { width: 66.66% }
.col-9-12 { width: 75% }
.col-10-12 { width: 83.33% }
.col-11-12 { width: 91.66% }
.col-12-12 { width: 100% }

[class*="col-"] {
	float: left;
	position: relative;
}

.col-12-12.full {
	width: 95%;
	width: calc(100% - 20px);
}

.header-6-12 {
	float: left;
}

.col-6-12.padded {
	padding-top: 40px;
}

.paddedMobile {
	padding-top: 0px;
}

.paddedMobile:nth-child(3),
.paddedMobile:nth-child(4) {
	padding-top: 40px;
}

@media all and (max-width: 800px) {
	.col-3-12 {
		width: 33.333%;
	}
	.col-6-12 {
		width: 100%;
	}
	.paddedMobile {
		padding-top: 40px;
	}
}

@media all and (max-width: 600px) {
	.col-3-12 {
		width: 50%;
	}
}

@media all and (max-width: 400px) {
	.col-3-12 {
		width: 100%;
	}
}



.right {
	text-align: right;
}


.intro-image {
	height: 100vh;
	height: calc(100vh - 100px);
	margin-bottom: 60px;
    background: url('/pics/intro-bg-desktop.jpg') center top no-repeat;
	background-size: cover;
}

.sale-container {
    width 100%;
    text-align: center;
}

.sale-container img {
    width: 60%;
    height: auto;
    margin-top: 10%;
    margin-top: calc(10% + 240px);
}





@media all and (max-width: 1200px) {
	.intro-image {
        height: 100vh;
        margin-bottom: 0;
        background: url('/pics/intro-bg-tablet.jpg') center top no-repeat;
        background-size: cover;
	}
    .sale-container img {
        width: 60%;
        height: auto;
        margin-top: 10%;
        margin-top: calc(10% + 200px);
    }
}

@media all and (max-width: 520px) {
	.intro-image {
        height: 100vh;
        margin-bottom: 0;
        background: url('/pics/intro-bg-mobile.jpg') center top no-repeat;
        background-size: cover;
	}
    .sale-container img {
        width: 80%;
        margin-top: calc(10% + 150px);
    }
}









.modal {
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	display: none;
}

.menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	border-top: 1px solid #fff; /* menu border */
	overflow: auto;
	background: #000;
	color: #ddd;
	
	/*background: rgba(255,255,255,1);*/
	background: #eee;
	color: #111;
	-webkit-overflow-scrolling: touch;
}

.menu ul {
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.menu ul:first-child {
	margin-top: 20px;
}

.menu ul li {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.8em;
}

.menu ul li:first-child {
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
}

.menu ul li.blue {
	color: #31a5b6;
}

.menu ul li.yellow {
	color: #d8bc2a;
}

.menu ul li.green {
	color: #98ac32;
}

.menu ul li a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.menu ul li a:hover {
	color: #999;
}

.menu ul.blue li a:hover {
	text-decoration: none;
	/*border-bottom: 2px solid #31a5b6;*/
	color: #31a5b6;
	color: #777;
}

.menu ul.yellow li a:hover {
	text-decoration: none;
	/*border-bottom: 2px solid #d8bc2a;*/
	color: #d8bc2a;
	color: #777;
}

.menu ul.green li a:hover {
	text-decoration: none;
	/*border-bottom: 2px solid #98ac32;*/
	color: #98ac32;
	color: #777;
}

.menu ul.green {
	padding-bottom: 100px;
}

@media all and (max-width: 800px) {
	.menu ul.green {
		padding-bottom: 0;
	}
}

.menu .colMargin {
	margin: 10px;
}

.menu .colPadding {
	background: #000;
	margin: 10px;
}

.intro-text {
	color: #fff;
	margin-left: 10px;
	max-width: 440px;
}

.intro-text h1, h2, h3 {
	margin: 0; padding: 0;
}

.intro-text h3 {
	font-weight: 700;
	font-size: 4em;
	margin: 50px 0 40px 0;
	line-height: 1.2em;
}

.intro-text h1,
.intro-text h2 {
	text-transform: none;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.index-image {
	width: 180px;
	height: auto;
}

.neg {
	color: #fff;
}

.intro-arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	left: calc(50% - 100px);
	width: 200px;
	margin: auto;
	text-align: center
}

.intro-arrow .icon-arrow-down {
	font-size: 3.5em;
}


.rotated {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	
 	-webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}





.section {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.container.flex,
[class*="col-"].flex {
	display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.container.noBorder {
	border: none;
	overflow: hidden;
}


.container.padded {
	padding: 20px 0;
	overflow: hidden;
}

.container.padded.last {
	padding: 20px 0 20px 0;
}

@media all and (max-width: 640px) {
	.intro-image {
		margin-bottom: 30px;
	}	
	.container.padded {
		padding: 20px 0;
	}
	
	.container.padded.last {
		padding: 20px 0 10px 0;
	}
}



.container.newsletter {
	overflow: hidden;
	margin-bottom: 95px;
}

@media all and (max-width: 640px) {
	.container.newsletter {
		overflow: hidden;
		margin-bottom: 75px;
	}
}


.topSpace {
	height: 100px;
}

.colMargin.default {
	margin: 10px;
	width: 100%;
	background: #fff;
	position: relative;
}

.colMargin.default.hidden {
	overflow: hidden;
}

.colMargin.default.imageBox {
	margin: 10px;
}

.imageBox img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	-webkit-transition: all 1s linear 0s;
  	transition: all 1s linear 0s;
}

.imageBox img.color {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	-webkit-transition: all 0.1s linear 0s;
  	transition: all 0.1s linear 0s;
}

.colMargin.heightZero {
	margin: 0 10px;
}

.colMargin.productCaption,
.colMargin.productCaption.large {
	margin: 0 10px 0 10px;
	min-height: 70px;
	text-align: center;
	width: 100%;
}

.colMargin.productCaption.large {
	min-height: 70px;
}



.header .colMargin.default {
	margin: 0 10px;
}

.header .colPadding.default {
	padding: 0 10px;
}

#scrollPastIntro:hover {
	cursor: pointer;
}


.colPadding.default {
	padding: 10px;
}

.colPadding.heightZero {
	padding: 0 10px;
}

.colPadding.default.title {
	padding-top: 50px;
	padding-bottom: 50px;
}

.colPadding.default.centerLeft {
	padding-left: 70px;
}

.colPadding.default.centerRight {
	padding-right: 70px;
}

.footer .colPadding.default,
.footer .colMargin.default {
	background: none;
}

.center {
	text-align: center;
	/*margin-right: 20px;*/
}

@media all and (max-width: 800px) {
	.colPadding.default.centerLeft {
		padding: 10px;
	}
	
	.colPadding.default.centerRight {
		padding: 10px;
	}
}

@media all and (max-width: 640px) {
	.colPadding.default.title {
		padding: 30px 10px;
	}
}

.columns {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 8em;
     -moz-column-gap: 8em;
          column-gap: 8em;
	
}

.columns h2,
.columns p,
.columns ul {
	/*
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table;*/
}

.columns hr {
	border: none; margin: 0; padding: 0;
	break-after: always;
}

.columns ul li {
	margin-bottom: 14px;
}

ul.number {
	list-style-type: decimal;
}

ul.number li {
	font-weight: 500;
}

.columns div.no-break {
	/*margin-top: 55px;*/
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;  
}



@media all and (max-width: 800px) {
	.columns {
	  -webkit-columns: 1;
		 -moz-columns: 1;
			  columns: 1;
	}
}




.divider {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 80px 0;
}

.divider.category {
	margin: 70px 0 80px 0;
}

@media all and (max-width: 640px) {
	.divider {
		margin: 50px 0;
	}
}

.divider.clean {
    background: none;
}

.txtDivider {
	margin: 0 7px;
	position: relative;
	top: -1px;
	color: #ccc;
}

.bold {
	font-weight: 600;
}

.medium {
	font-weight: 500;
}

.header {
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #eee; /* header border */
	line-height: 100px;
	position: fixed;
	z-index: 100;
	background: #fff;
}

.header [class*="icon-"]  {
	font-size: 1.5em;
	position: relative;
	top: 6px;
}

.header [class*="icon-cart"]  {
	font-size: 2em;
	position: relative;
	top: 8px;
	margin-right: 7px
}

.header [class*="icon-cart"]:hover  {
	cursor: pointer;
}

.header a {
	text-decoration: none;
}

/*
.header .icon-hamburger,
.header .icon-lang-en,
.header .icon-lang-se {
	position: absolute;
	right: 20px;
	top: 40px;
	padding-right: 12px;
}

.header .icon-lang-en,
.header .icon-lang-se {
	right: 70px;
	font-size: 1.3em;
	top: 41px;
}
*/


.header img {
	width: 150px;
	height: auto;
	vertical-align: middle;
}

.header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

.header ul li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
}


@media all and (max-width: 1360px) {
	/*
	.header .icon-hamburger  {
		left: 20px;
		top: 40px;
		z-index: 999999999;
	}
	.header img {
		margin-left: 60px;
	}
	*/
}

@media all and (max-width: 420px) {
	.header .col-7-12  {
		width: 100%;
	}
	.header .col-5-12 {
		display: none;
	}
}

@media all and (max-width: 640px) {
	.header {
		height: 70px;
		line-height: 70px;
	}
	
	.header img {
		width: 120px;
	}
	
	.header [class*="icon-"]  {
		font-size: 1.2em;
		position: relative;
		top: 6px; }
	
	.header [class*="icon-cart-"] {
		font-size: 1.4em;
	}
	
	.header #hamburger-icon {
		top: 29px;
	}
	
	.topSpace {
		height: 70px;
	}
	
	.intro-text {
		margin-right: 50px;
	}

	.intro-text h3 {
		font-size: 2.5em;
		margin: 30px 0 30px 0;
		line-height: 1em;
	}

	.intro-text h1,
	.intro-text h2 {
		font-size: 0.8em;
		line-height: 1.4em;
	}
	
}

@media all and (max-width: 300px) {
	.header [class*="icon-lang-"]  {
		display: none;
	}
}

@media all and (max-width: 250px) {
	.header [class*="icon-"]  {
		display: none;
	}
}

.cart {
	padding: 120px 0 50px 0;
	display: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;
	position: relative;
}

@media all and (max-width: 640px) {
	.cart {
		padding-top: 80px;
	}
}

.cart .colMargin.default {
	background: none;
}

.cart p {
	font-weight: 700;
	font-size: 1.5em;

}

.cart table {
	border-collapse: collapse;
	width: 100%;
}

.cart table {
	margin-bottom: 30px;
}

.cart table tr td {
	padding: 8px 0;
	font-weight: 400;
}

.cart table tr td.right,
.cart table tr td.delete {
	text-align: right;
}

.cart table tr:nth-last-child(1) td,
.cart table tr:nth-last-child(2) td,
.cart table tr:nth-last-child(3) td {
	font-weight: 700;
}

.cart table tr:nth-last-child(3) td {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.cart table tr:nth-last-child(4) td {
	padding-bottom: 20px;
}

.cart table tr td a {
	text-decoration: underline;
}

.cart table tr td a:hover {
	text-decoration: none;
}

.cart table tr td.delete a {
	text-decoration: none;
	font-size: 0.75em;
}

.cart table tr td:last-child {
	width: 40px;
}

.cart input {
	border: 1px solid #eee;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-appearance: none;
}

.cart button {
	border: none;
	background: none;
	font-size: 1.2em;
	position: relative;
	top: 2px;
	-webkit-appearance: none;
}

.cart input:focus,
.cart button:focus {
	outline: none;
}

}

.cart .col-12-12#control {
	width: 100%;
	width: calc(100% - 20px);
}

a#closeCart {
	font-size: 1.5em;
	position: relative;
	bottom: -20px;
	text-decoration: none;
}

a#closeCart:hover {
	cursor: pointer;
}


.cart table #mobile {
	display: none;
}


@media all and (max-width: 800px) {
	#control .col-6-12 {
		width: 33.33%;
	}
}



@media all and (max-width: 640px) {
	.cart table #desktop {
		display: none;
	}
	
	.cart table #mobile {
		display: block;
	}
	#control .col-6-12,
	#control .col-3-12 {
		width: 50%;
	}
	#control .col-6-12 {
		text-align: left;
	}
	#control #empty {
		display: none;
	}
}


.designer {
	width: 100%;
	overflow: hidden;
	margin: 80px 0;
}




h1, h4 {
	font-size: 2.2em;
	font-weight: 700;
	color: #000;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h4 {
	line-height: 0.6em;
	margin-bottom: 50px;
}

@media all and (max-width: 640px) {
	h1 {
		font-size: 1.7em;
	}
}

.intro-text h1 {
	color: #fff;
}

h2, h2.large {
	font-size: 0.9em;
	font-weight: 700;
	font-style: normal;
	padding: 0;
	margin: 55px 0 5px 0;
	text-transform: uppercase;
}

h2.index {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 25px 0;
	margin: 0;
}

h2.index a {
	text-decoration: none;
	font-weight: inherit;
}

h2:first-child {
	margin-top: 0;
}

h2.grey {
	color: #aaa;
	padding: 0; margin: 0;
}

h2.large {
	font-size: 1.2em;
	margin-bottom: 20px;
}

p {
	font-size: 1.05em;
	font-weight: 200;
	font-style: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

.productText {
	/*margin-top: 50px;*/
}

.productText ul {
	/*list-style-type: none;
	margin: 0;
	padding: 0;*/
}

/*
.productText ul li:before {
	font-family: 'icomoon' !important;
	content: "\e900";
	font-size: 0.6em;
	padding-right: 5px;
	position: relative;
	top: -1px;
}
*/

.productText ul li {
	font-size: 1.05em;
}

.productText p {
	font-family: 'brandon-grotesque';
	font-weight: 200;
	font-style: normal;
}



p.index {
	margin-bottom: 40px;
}

p.index.newsletter {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
}

@media all and (max-width: 640px) {
	p.index {
		margin: 0;
		margin-bottom: 40px;
		line-height: 1.4em;
	}
}

.narrow {
	padding: 0 50px;
}

p.intro {
	/*font-family: 'Bodoni', serif;*/
	font-family: 'brandon-grotesque', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 60px 0;
}

p.intro.margin {
	padding-top: 30px;
}


.pricebox {
	margin: 0; padding: 0;
	margin-bottom: 60px;
    border: 1px solid #ddd;
    padding: 30px 30px 10px 30px;
}

p.price {
	font-weight: 700;
	font-size: 1.6em;
	padding: 0; margin: 0;
}

p.price .currency {
	position: relative;
	top: -3px;
	padding-left: 3px;
}

p.price.small {
	font-size: 1em;
	font-weight: 200;
	padding: 0;
	margin: 0;
}

.pricebox p {
	line-height: normal;
	margin: 0;
	padding: 0;
}

.pricebox select, .pricebox input[type=submit] {
	width: 100%;
	padding: 7px 14px;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #000;
	background: #fff;
	
	border: 1px solid #ccc;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	
}

.pricebox select {
	margin: 30px 0 0 0;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/pics/arrow-down-pos.png') 96% / 3% no-repeat #fff;
	border: 1px solid #ccc;
	color: #000;
	
	
}

.pricebox form {
	margin-top: 20px;
}

.pricebox input[type=submit] {
	margin-top: 20px;
}

.pricebox select:hover {
	cursor: pointer;
}

.pricebox input[type=submit]:hover {
	cursor: pointer;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	
	-webkit-transition: all 0.2s linear 0s;
  	transition: all 0.2s linear 0s;
}

.pricebox select:hover {
	background: url('/pics/arrow-down-pos.png') 96% / 3% no-repeat #fff;
}

.pricebox select:focus,
.pricebox input[type=submit]:focus {
	outline: none;
}

.pricebox select, .pricebox input {
	display: inline;
}

.pricebox select {
	width: 70%;
}

.pricebox input[type=submit] {
	width: 25%;
	width: calc(30% - 10px);
	margin-left: 3px;
}

.intro.category p {
	margin-top: 10px;
	margin-bottom: 20px;
	/*font-family: 'Bodoni', serif;*/
	font-family: 'brandon-grotesque', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.4em;
}

table.price {
    width: 100%;
}

table.price tr td:last-child {
    text-align: right;
}

table.price tr td {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

table.price tr:first-child td {
    border-top: 1px solid #eee;
}

table.price tr:last-child td {
    border-bottom: none;
}








.breadcrumbs {
	min-height: 40px;
	position: relative;
}

@media all and (max-width: 800px) {
	.breadcrumbs {
		display: none;
	}
}


.breadcrumbs div {
	display: inline-block;
}

.breadcrumbs {
	font-size: 0.70em;
	font-weight: 500;
	color: #aaa;
	margin-top: 38px;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #aaa;
	text-decoration: none;
	font-weight: 500;
}

.breadcrumbs div &gt; [class*="icon-"]  {
	font-size: 0.7em;
	margin: 0 7px;
}

.breadcrumbs .active {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	color: #000;
}

.breadcrumbs .active a {
	color: #000;
}

.breadcrumbs .active:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	cursor: pointer;
	
	-webkit-transition: all .2s linear 0s;
  	transition: all .2s linear 0s;
}

.breadcrumbs .active:hover a {
	color: #fff;
}

.breadcrumbs .dropdown.category,
.breadcrumbs .dropdown.products,
.breadcrumbs .dropdown.projects {
	position: relative;
}

.breadcrumbs .dropdown-content.category,
.breadcrumbs .dropdown-content.products,
.breadcrumbs .dropdown-content.projects {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 240px;
    /*box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);*/
	border: 1px solid #eee;
    z-index: 999999999999;
	top: 19px;
	max-height: 400px;
	overflow: scroll;
}

.breadcrumbs .dropdown-content.products {
    left: 24px;
}

.breadcrumbs .dropdown-content.projects {
    left: 24px;
}

.breadcrumbs .dropdown-content.category a,
.breadcrumbs .dropdown-content.products a,
.breadcrumbs .dropdown-content.projects a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.breadcrumbs .dropdown-content.category a:hover,
.breadcrumbs .dropdown-content.products a:hover,
.breadcrumbs .dropdown-content.projects a:hover {
	background-color: #f7f7f7;
}

.breadcrumbs .dropdown.category:hover .dropdown-content.category {
	display: block;
}

.breadcrumbs .dropdown.category:hover #activeCat {
	color: #fff;
}

.breadcrumbs .dropdown.products:hover .dropdown-content.products {
	display: block;
}

.breadcrumbs .dropdown.projects:hover .dropdown-content.projects {
	display: block;
}



.breadcrumbs .dropdown.category:hover .active,
.breadcrumbs .dropdown.products:hover .active,
.breadcrumbs .dropdown.projects:hover .active {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media all and (max-width: 640px) {
	.breadcrumbs {
		margin-top: 16px;
	}
}









.designer .designer-name {
	position: absolute;
	bottom: 40px;
	left: 0;
}

.designer p {
	color: #fff;
	font-family: 'Bodoni', serif;
	font-size: 1.3em;
	margin: 50px 20px 0 0;
}

.designer .designer-name p {
	font-family: 'brandon-grotesque';
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}

.designer .designer-name p.small {
	font-weight: 300;
	font-size: 1em;
}


img.stretch,
img.product {
	width: 100%;
	height: 100%;
}

img.stretch:hover {
    opacity: 0.7;
}

.imageCaption {
	text-align: left;
	font-size: 0.95em;
	font-style: italic;
	font-weight: 300;
	color: #aaa;
	width: 100%;
	margin-top: 7px;
}

.zoom {
	transform: scale(1.3);
	-webkit-transition: all 0.25s linear 0s;
  	transition: all 0.25s linear 0s;
}

.imageBox:hover,
.productBox:hover {
	cursor: pointer;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(216,188,42,0.4);
	z-index: 1;
	
	-webkit-transition: all .3s linear 0s;
  	transition: all .3s linear 0s;
}

.boxCaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 8px;
	/*border-bottom: 4px solid #d8bc2a;*/
}

.productCaption p,
.productCaption h2,
.productCaption h3 {
	font-weight: 500;
	font-size: 0.75em;
	text-transform: uppercase;
	margin: 0; padding: 0;
}

.productCaption h3 {
	color: #aaa;
}

.productCaption p a,
.productCaption h2 a,
.productCaption h3 a {
	text-decoration: none;
	color: inherit;
}

.productCaption p.large {
	/*font-size: 1em;*/
	padding: 0;
	margin: 0;
}

.productCaption p.small {
	color: #bbb;
	font-size: 0.75em;
}


.hide {
	opacity: 0;
	-webkit-transition: all .2s linear 0s;
  	transition: all .2s linear 0s;
	/*bottom: -100px;*/
}

.boxCaption p {
	font-size: 0.8em;
	margin: 0;
	font-weight: 400;
	color: #fff;
}

.boxCaption p.location {
	text-transform: uppercase;
}



#jobInfo h2, #jobInfo p {
	margin-left: 60px;
}

ul.jobInfo {
	margin-bottom: 60px;
}

#jobDescription {
	margin-bottom: 80px;
}

#moreInfo {
	margin: 55px 0 80px 0;
}

@media all and (max-width: 800px) {
	#jobInfo h2, #jobInfo p {
		margin-left: 0;
	}
}







/* === FOOTER */
.section.footer {
	background: #f2f2f2;
}

.footer img {
	width: 150px;
	height: auto;
	margin: 60px 0 10px 0;
}

.footer,
.footer a {
	color: #333;
	text-decoration: none;
}

.footer a {
	font-weight: 300;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul {
	list-style-type: none;
	padding: 0;
	float: left;
	margin: 50px 0 0 100px;
	padding: 0;
}

.footer ul:first-child {
	margin-left: 0;
}

.footer ul:last-child {
	padding: 0;
}

.footer ul li {
	padding: 0;
}

.footer ul li:first-child {
	text-transform: uppercase;
	font-size: 0.8em;
}

.footer ul li:first-child {
	font-weight: 700;
}

.footer ul:first-child li:nth-last-child(3) a {
	font-weight: 700;
}

.footer ul:first-child li:nth-last-child(3) {
	margin-top: 8px;
}

.footer .copyright {
	font-size: 0.85em;
	margin: 50px 0;
	padding: 14px 0 0 0;
	border-top: 1px solid #ddd;
}

.footer .copyright a {
	font-weight: 500;
}

.footer .col-12-12 .copyright .line {
	position: relative;
	top: -1px;
	padding: 0 10px;
}

.footer .phone {
	font-weight: 900;
	display: block;
	padding-top: 4px;
}

.footer .social {
	margin-top: 12px;
	position: relative;
	left: -3px;
}

.footer .social [class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	font-size: 1.9em;
}

.footer .social a {
	text-decoration: none;
}

.footer .social a:hover {
	color: #888
}

@media all and (max-width: 1140px) {
	.footer ul:nth-child(2) {
		clear: left;
		margin-left: 0;
	}
	
	.footer ul {
		margin-top: 30px;
	}
	
	.footer ul:first-child {
		margin-top: 50px;
	}
	.footer .copyright {
		margin: 50px 0 20px 0;
	}
}

@media all and (max-width: 925px) {
	.footer ul {
		margin-left: 50px;
	}
	.footer ul:nth-child(2) {
		margin-left: 0;
	}
	
	.footer ul {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 750px) {
	.footer ul {
		display: none;
	}
	.footer ul:first-child {
		display: block;
		margin-top: 10px;
	}
	.footer img {
		margin: 30px 0 0 0;
		width: 120px;
	}
}






ul.buttons {
	list-style-type: none;
	padding: 0;
	margin: 65px 0 75px 0;
}

ul.buttons li {
	display: inline;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	color: #000;
	margin: 0 1px 0 0;
	padding: 5px 12px;
	white-space: nowrap;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border: 1px solid #ccc;
	background: #fff;
	
}

ul.buttons li:hover {
	cursor: pointer;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	-webkit-transition: all .2s linear 0s;
  	transition: all .2s linear 0s;
}

ul.buttons li a {
	text-decoration: none;
	font-weight: inherit;
}

ul.buttons li a:hover {
	color: inherit;
}

ul.buttons.blue li {
	background: #31a5b6;
	border: 1px solid #31a5b6;
}

ul.buttons.blue li:hover {
	color: #31a5b6;
	background: #fff;	
}

ul.buttons.yellow li {
	background: #d8bc2a;
	border: 1px solid #d8bc2a;
}

ul.buttons.yellow li:hover {
	color: #d8bc2a;
	background: #fff;	
}

ul.buttons.green li {
	background: #98ac32;
	border: 1px solid #98ac32;
}

ul.buttons.green li:hover {
	color: #98ac32;
	background: #fff;	
}



a.button {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	color: #000;
	margin: 0 1px 0 0;
	padding: 5px 12px;
	white-space: nowrap;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border: 1px solid #ccc;
	background: #fff;
}

a.button:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
 	-webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
	cursor: pointer;
}

a.button.checkout {
	font-size: 0.9em;
	position: relative;
	bottom: -20px;
}





.toggle {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #eee;*/
	
}

.toggle .toggleRows {
	/*border-bottom: 1px solid #eee;*/
	padding: 10px 14px;
	border-bottom: 1px solid #eee;
}

.toggle .toggleRows:first-child {
		border-top: 1px solid #eee;
}


.toggle .toggleRows:hover {
	cursor: pointer;
	/*background-color: #f7f7f7;*/
}

.toggle .toggleRows [class*="icon-"] {
	float: right;
	position: relative;
	top: 4px;
	
 	-webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.toggle .hiddenRow {
	display: none;
	padding: 10px 14px 20px 14px;
	/*border-bottom: 1px solid #eee;*/
}


.toggle .hiddenRow ul li,
.toggle .hiddenRow table tr td {
	text-transform: none;
}






.btn {
	color: #000;
	background: #fff;
	font-weight: 500;
	text-decoration: none;
	padding: 4px 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 700;
}

.btn:hover,
.btn.std:hover {
	background: #969696;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	-webkit-transition: all .2s linear 0s;
  	transition: all .2s linear 0s;
}

.btn.blue:hover {
	background: #31a5b6;
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.btn.yellow:hover {
	background: #d8bc2a;
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.btn.green:hover {
	background: #98ac32;
	color: #fff;
	background: #000;
	border: 1px solid #000;
}



.menu input[type=text] {
	width: calc(100% - 10px);
	border: none;
	background: none;
	color: #777;
	padding: 10px 5px;
	/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
	
	margin: 20px 0 0 0;
	font-family: 'brandon-grotesque';
	font-weight: 400;
	font-size: 1.2em;
	
	border-bottom: 2px solid #111;
	color: #111;
}

.menu input[type=text]:focus {
	outline: none;
}


.menu ::placeholder {
	color: #111;
	opacity: 1;
}
	
.menu :-ms-input-placeholder {
	color: #111;
}

.menu ::-ms-input-placeholder {
	color: #111;
}

.menu button#submitSearch {
	position: absolute;
	top: 30px;
	right: 0;
	background: none;
	border: none;
	font-size: 1.7em;
}

.menu button#submitSearch:hover {
	cursor: pointer;
}

.menu button#submitSearch:focus {
	outline: none;
}

.menu form#search {
	margin-bottom: 30px;
}


#results {
	background: #fff;
	position: absolute;
	padding: 10px 0;
	border: 1px solid #ccc;
	z-index: 9999999999;
	width: 100%;
	width: calc(100% - 2px);
	/*max-height: 500px;
	overflow: scroll;*/
}

#results ul,
.extendedSearch ul {
	margin: 0;
	padding: 0;
}

#results ul li,
#results ul li:first-child,
.extendedSearch ul li {
	font-size: 1em;
	text-transform: none;
	font-weight: 500;
	margin: 0;
	padding: 0;
	height: 54px;
}

#results ul li:hover {
	background-color: #f2f2f2;
}
#results ul li a,
.extendedSearch ul li a {
	line-height: 20px;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	color: #000;
}

#results ul li img,
.extendedSearch ul li img {
	width: 40px;
	height: 40px;
	border: 1px solid #f2f2f2;
	margin-right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

#results ul li .text,
.extendedSearch ul li .text {
	position: relative;
	top: -15px;
}

.search_hover { 
	background-color: #f2f2f2!important; 
	color: #000!important;
	height: 43px!important;
}

.search_hover img,
#results ul li a:hover img,
.extendedSearch ul ul li a:hover img { 
	border: 1px solid #ddd!important;
}


.extendedSearch ul li:first-child {
	margin-top: 50px;
}

.extendedSearch h3 {
	position: absolute;
	top: 0;
	left: 10px;
}



.newsletter {
	position: relative;
	width: 100%;
	width: calc(100% - 10px);
	max-width: 500px;
}

.newsletter input[type=text] {
	font-size: 1.2em;
	font-family: 'brandon-grotesque', sans-serif;
	border: none;
	text-align: left;
	padding: 10px 5px;
	border-bottom: 2px solid #111;
	width: 90%;
	text-align: center;
}

.newsletter button {
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	border: none;
	color: #000;
	font-size: 1.8em;
	font-family: 'brandon-grotesque', sans-serif;
}

.newsletter ::placeholder {
	color: #aaa;
}
	
.newsletter :-ms-input-placeholder {
	color: #aaa;
}

.newsletter ::-ms-input-placeholder {
	color: #aaa;
}

.slider div:focus {
	outline: none;
}

.slider.projects {
	margin-bottom: 50px;
}

@media all and (max-width: 640px) {
	.slider.projects {
		margin-bottom: 10px;
	}
}



.videoWrapper {
	position: relative;
	padding-bottom: 66.92%;
	height: 0;
	overflow: hidden;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* === Tabs === */

.smartTabs {
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
	border: solid 1px #eee;
	background: #eee;
	font-weight: 500;
	
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}


.smartTabs .tabContent:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.smartTabs .tabContent:last-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

.smartTabs .tabContent {
	display: inline-block;
	text-transform: none;
	text-align: center;
	padding: 5px 0;
}

.smartTabs .tabContent a {
	text-decoration: none;
	color: #bbb;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	display: inline-block;
}

.smartTabs .tabContent.active {
	border-bottom: solid 1px #f7f7f7;
	background: #f7f7f7;
	color: #000;
}

.smartTabs .tabContent.active a {
	color: #000;
}




#smartTabContainer,
#tabContainer {
	padding: 20px;
	border: solid 1px #eee;
	background: #f7f7f7;
	font-size: 1em;
	color: #000;
	font-weight: 300;
	overflow: hidden;
	
	/*
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	*/
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#smartTabContainer {
	position: relative;
	top: -1px;
	border-top: none;
}

@media all and (max-width: 800px) {
	#smartTabContainer,
	#tabContainer {
		padding: 10px;
	}
	.toggle .toggleRows {
		padding: 10px 4px;
	}
	.toggle .hiddenRow {
		padding: 15px 1px;
	}
}

#tabContainer {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

table.video {
	width: 100%;
}

table.video {
	font-weight: 300;
}

table.video img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	top: 5px;
}

table a,
table.video a {
	text-decoration: none;
	font-weight: 500;
}

table a:hover,
table.video a:hover {
	text-decoration: underline;
}

table.video tr td {
	vertical-align: middle;
}

table.video tr td:first-child {
	width: 75px;
}

table.video.download tr td:first-child {
	width: 35px;
}

table.video tr td [class^="icon-"],
table.video tr td [class*=" icon-"] {
	position: relative;
	top: 1px;
	font-size: 1.6em;
}

table.video iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
}

#smartTabContainer section {
	display: none;
}

#smartTabContainer table,
#tabContainer table {
	width: 100%;
	border-collapse: collapse;
}

#smartTabContainer table tr td:nth-child(2) {
	font-weight: 500;
}

#smartTabContainer table tr:hover {
	/*background: #f2f2f2;*/
	font-weight: 500;
	cursor: default;
}

#tabContainer table tr:hover td a {
	cursor: pointer;
}

#smartTabContainer table tr td,
#tabContainer table tr td {
	border-bottom: 1px solid #f7f7f7;
	padding: 6px;
	height: 26px;
}

#smartTabContainer table tr:last-child td {
	border-bottom: 1px solid #f7f7f7;
}

#smartTabContainer section:first-child {
	display: block;
}

#smartTabContainer table tr:hover td {
	border-bottom: 1px solid #ddd;
}

#tabContainer.video table tr td,
#tabContainer.video table tr:hover td {
	border: none;
}

#tabContainer [class^="icon-"], [class*=" icon-"] {
	position: relative;
	top: 1px;
	margin-right: 10px;
	
}



.cartLoader,
.priceBoxLoader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
	text-align: center;
	background: rgba(255,255,255,0.8);
}

.svgLoader {
	width: 100%;
	position: relative;
	top: 50px;
}

.svgLoader svg path,
.svgLoader svg rect {
	fill: #aaa;
}



/* ========== Hamburger Icon ========== */
#hamburger-icon {
  width: 26px;
  height: 20px;
  position: relative;
  top: 43px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

#hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

#hamburger-icon span:nth-child(1) {
  top: 0px;
}

#hamburger-icon span:nth-child(2),#hamburger-icon span:nth-child(3) {
  top: 7px;
}

#hamburger-icon span:nth-child(4) {
  top: 14px;
}

#hamburger-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#hamburger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.cookieconsent {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: 400;
	z-index: 99999;
	padding: 20px 0;
}

.cookieconsent a {
	color: #fff;
}

.cookieconsent button {
	background: none;
	border: none;
	color: rgba(255,255,255,0.70);
	font-size: 1.75em;
	margin-top: 8px;
	
}

.cookieconsent button:hover {
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.1s linear 0s;
  	transition: all 0.1s linear 0s;
}

#alignRight {
	text-align: right;
	margin-right: 20px;
}

.highlight {
	background: rgba(255, 251, 25, 0.2);
}




/* Instafeed */

.wrap {
	width: 33.33%;
	display: inline-block;
	vertical-align:top;
}

.wrap a:link,
.wrap a:visited,
.wrap a:active,
.wrap a:hover {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.wrap-margin {
	margin: 10px;
	/*border: 1px solid #ddd;*/
}

.instaImage {
	width: 100%;
	height: auto;
	clear: both;
}

.caption {
	padding: 20px;
	text-align: left;
	
	font-size: 1em;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .wrap {
	  width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .wrap {
	  width: 100%;
  }
}


#milestones {
	margin-top: 100px;
}

#milestones h4 {
	text-align: center;
	width: 100%;
	margin: 30px 0;
}

#milestones .col-6-12 {
	width: 49%;
	width: calc(50% - 1px);
}

#milestones .col-6-12.lt {
	border-right: 1px solid #ccc;
}

#milestones .col-6-12.lt h2,
#milestones .col-6-12.lt p {
	margin: 0 100px;
}

#milestones .col-6-12.lt h2 {
	margin-top: 50px;
}

#milestones .col-6-12.lt p {
	margin-bottom: 50px;
}


#milestones .col-6-12.rt {
	border-left: 1px solid #ccc;
}

#milestones .col-6-12.rt h2,
#milestones .col-6-12.rt p {
	margin: 0 100px;
}

#milestones .col-6-12.rt h2 {
	margin-top: 50px;
}

#milestones .col-6-12.rt p {
	margin-bottom: 50px;
}


@media screen and (max-width: 800px) {
	#milestones h4 {
		font-size: 1.8em;
	}
	#milestones .col-6-12.lt h2,
	#milestones .col-6-12.lt p {
		margin: 0 20px 0 0;
	}
	
	#milestones .col-6-12.rt h2,
	#milestones .col-6-12.rt p {
		margin: 0 0 0 20px;
	}
}



.instructions .col-12-12 {
	padding: 30px 0px 20px 0;
}

.instructions .col-6-12,
.instructions .col-12-12.center {
	text-align: center;
}


.instructions h2,
.instructions h3,
.instructions h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0; margin: 0;
	line-height: 1em;
}

.instructions h2 {
	font-size: 1.4em;
	padding: 0 0 20px 0;
}

.instructions h3 {
	font-size: 1.2em;
	margin-left: 10px;
	padding: 30px 0 10px 0;
}

.instructions h4 {
	margin-left: 20px;
	padding: 20px 0 0 0;
}

.instructions ul {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.instructions ul li {
	margin-bottom: 4px;
}

.instructions table,
.instructions p {
	margin: 0 0 20px 30px;
}

.instructions table tr:first-child td {
	font-weight: 500;
}

.instructions table tr td {
	padding-right: 20px;
	text-align: right;
}

.instructions table tr td:first-child {
	text-align: left;
}

.instructions img.small,
.instructions img.medium {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-bottom: 60px;
}

.instructions img.medium {
	max-width: 400px;
}</pre></body></html>