@charset "UTF-8";




@font-face {
	font-family: 'Akrobat';
	src: url('/fonts/Akrobat-Regular.woff2') format('woff2'),
		 url('/fonts/Akrobat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Akrobat';
	src: url('/fonts/Akrobat-Bold.woff2') format('woff2'),
		 url('/fonts/Akrobat-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Akrobat';
	src: url('/fonts/Akrobat-ExtraBold.woff2') format('woff2'),
		 url('/fonts/Akrobat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}






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

input {
	font-family: 'Akrobat', sans-serif;
	font-weight: 200;
}

a {
	color: #000;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
}

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

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

button:hover {
	cursor: pointer;
}

h1,
h1.intro,
h2.intro {
	font-weight: 400;
	font-style: normal;
    font-size: 2em;
    padding-left: 20px;
}

.arrow.bounce {
    padding-left: 20px;
}

h1.intro {
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 8em;
    word-spacing: 100vw;
    line-height: 1em;
    padding: 0;
    margin: 0;
    padding: 140px 0 0 20px;
    
}

h2.intro {
    font-size: 2em;
    color: #fff;
    max-width: 560px;
    line-height: 1.2em;
    font-weight: 400;
}


@media all and (max-width: 1024px) {
    h1.intro {
        font-size: 6em;
    }
    h2.intro {
        font-size:1.6em;
        max-width: 460px;
    }
}

@media all and (max-width: 900px) {
    h2.intro {
        font-size: 1.4em;
        max-width: 400px;
    }
}

@media all and (max-width: 750px) {
    h2.intro {
        font-size: 1.2em;
        max-width: 320px;
    }
}

@media all and (max-width: 640px) {
    h1.intro {
        padding-top: 100px;
    }
}

@media all and (max-width: 600px) {
    h1.intro {
        font-size: 4em;
    }
    h2.intro {
        font-size: 1em;
        max-width: 280px;
    }
}

@media all and (max-width: 400px) {
    h1.intro {
        font-size: 3em;
    }
    h2.intro {
        font-size: 1em;
        max-width: 280px;
    }
}

@media all and (max-width: 360px) {
    h2.intro {
        font-size: 1em;
        max-width: 280px;
    }
}


a.link.category .text {
	font-weight: 400;
}



p.small {
	text-align: left;
	font-size: 0.9em;
	font-weight: 200;
	color: #aaa;
	padding-top: 8px;
}

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

p.small.tight {
	padding-bottom: 0;
	margin-bottom: 0;
}

.plus {
	margin: 0 4px;
	font-size: 1.1em;
	padding: 0;
	font-weight: 400;
}

.fixed
 {
    position: fixed;
 }

.separator {
	padding: 0 6px;
	color: #aaa;
}








.col-1-12 { width: 8.33% }
.col-2-12 { width: 16.66% }
.col-2-10 { width: 20% }
.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;
}

.logos .col-3-12 {
	text-align: center;
	margin-bottom: 8px;
}

.logos .col-3-12 img {
	width: 95%;
	height: auto;
	border: 1px solid #eee;
}

.logos .col-3-12 img:hover {
	-webkit-box-shadow: 0px 0px 18px -3px rgba(200,200,200,1);
	-moz-box-shadow: 0px 0px 18px -3px rgba(200,200,200,1);
	box-shadow: 0px 0px 18px -3px rgba(200,200,200,1);
	
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

@media all and (max-width: 800px) {
	.col-3-12 {
		width: 33.333%;
	}
	.col-4-12 {
		width: 50%;
	}
	.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: 490px) {
	.col-4-12 {
		width: 100%;
	}
}

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



.right {
	text-align: right;
}





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

@media all and (max-width: 1200px) {
	.intro-image {
		height: 100vh;
        /*height: calc(100vh - 80px);*/
		background: url('/pics/bg-tablet.jpg') right center no-repeat;
		background-size: cover;
	}
}

@media all and (max-width: 900px) {
	.intro-image {
		height: 100vh;
        /*height: calc(100vh - 80px);*/
		background: url('/pics/bg-tablet.jpg') right top no-repeat;
		background-size: cover;
	}
}

@media all and (max-width: 520px) {
	.intro-image {
		height: 100vh;
        /*height: calc(100vh - 80px);*/
		background: url('/pics/bg-mobile.jpg') right top no-repeat;
		background-size: cover;
	}
}


.intro-image .container {
    /*padding-left: 20px;*/
}

.intro-image .bottom {
    position: absolute;
    bottom: 40px;
}

.intro-image .arrow {
    color: #fff;
    font-size: 2em;
    padding-top: 10px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-16px);
  }
  60% {
    transform: translateY(-8px);
  }
}


#promos {
	margin: 0;
	padding: 0;
}

#promos .col-6-12 {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	position: relative;
}

#promos .col-6-12 .dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.03);
	display: none;
	
}

#promos .col-6-12:nth-child(2) .dark,
#promos .col-6-12:nth-child(3) .dark{
	display: block;
}


#promos h3 {
	font-weight: 400;
	font-size: 1.6em;
	position: absolute;
	top: 30px;
	left: 30px;
}

#promos img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 800px) {
	#promos .col-6-12:nth-child(3) .dark{
		display: none;
	}
	#promos .col-6-12:nth-child(4) .dark{
		display: block;
	}
}

.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: 9999999999999999;
	overflow: auto;
	/*background: rgba(0,0,0,0.8);*/
    background: #111;
	color: #ddd;
	-webkit-overflow-scrolling: touch;
    top: 81px;
}

.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: 4em;
	font-weight: 700;
	/*text-transform: uppercase;*/
	line-height: 2em;
}

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

.menu ul li:last-child {
    font-size: 3.6em;
}

.menu ul li:last-child span {
    padding-right: 10px;
}

.menu ul li:last-child a {
	color: #C8A732;
}

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

.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 ul li {
		font-size: 2.6em;
	}
    .menu ul li:last-child {
        font-size: 2.6em;
    }
}

@media all and (max-width: 640px) {
	.menu {
		top: 60px;
	}
}

.menu .colMargin {
	margin: 10px;
}

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

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

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

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

h3.l {
	font-size: 2em;
}

h3.l a {
	text-decoration: none;
}

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

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

.neg {
	color: #fff;
}

.lowercase {
	text-transform: lowercase;
}

.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;
	padding-bottom: 95px;
	/*padding-top: 70px;*/
}

.theme.dark .container.newsletter {
	padding-top: 70px;
}

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



.theme.dark,
.theme.dark .container.newlsetter {
	background: #000;
}

.theme.dark .colMargin.default {
	background: none;
}

.theme.dark .container.newsletter p.index.newsletter {
	color: #fff;
}

.theme.dark .container.newsletter p.index {
	color: #777;
}


.bgYellow {
	/*height: calc(100vh - 80px);*/
	background: url('/pics/container-bg-yellow.jpg') center center no-repeat;
	background-size: cover;
    overflow: hidden;
}
.bgGreen {
	/*height: calc(100vh - 80px);*/
	background: url('/pics/container-bg-green-2.jpg') center center no-repeat;
	background-size: cover;
    overflow: hidden;
}

.bgBlack {
    background: #9d9a7f;
}






.topSpace {
	height: 80px;
}

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

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

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

.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;
}

#productImage {
	/*visibility: hidden;*/
}

.colMargin.productCaption,
.colMargin.productCaption.large {
	margin: 0 10px 0 10px;
	min-height: 100px;
	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;
	}
	.colPadding.default.title {
		padding-top: 0;
		padding-bottom: 0;
	}
}



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

.columns.one {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
	
	width: 50%;
	
	font-size: 1em;
	
}


.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: 400;
}

.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;  
}

.columns div.no-break h2 {
	margin: 55px 0 5px 0;
}



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




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

.divider.blank {
	background: none;
	margin: 60px 0;
}

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

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

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

.bold {
	font-weight: 400;
}

.medium {
	font-weight: 300;
}

.header {
	height: 80px;
	width: 100%;
	line-height: 80px;
	position: fixed;
	z-index: 100;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.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: 200px;
    height: auto;
    position: relative;
    top: 5px;
	/*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: 60px;
		line-height: 60px;
	}
	
	.header img {
		width: 140px;
        top: 3px;
	}
    
    #footer_logo {
        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: 22px;
	}
	
	.topSpace {
		height: 60px;
	}
	
	.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: 400;
	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: 300;
}

.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: 400;
}

.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-weight: 300;
	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 {
	font-size: 4em;
	font-weight: 700;
	color: #000;
	padding: 0 0 60px 0;
	margin: 0;
}*/

@media all and (max-width: 640px) {
	h1 {
		padding: 30px 0;
        font-size: 2.6em;
	}
}

p, p.preamble {
	font-size: 1.2em;
	font-weight: 300;
	padding: 0;
	margin: 0;
	margin: 0 0 20px 0;
	line-height: 1.35em;
}

p.preamble {
    font-weight: 400;
    font-size: 1.35em;
    padding-bottom: 20px;
}

.preamble {
    padding: 40px 0 20px 0;
    width: 80%;
    max-width: 600px;
    margin: auto;
}

.preamble p {
    font-size: 1.35em;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1.35em;
    font-style: normal;
    padding-bottom: 20px;
}

.preamble.gold {
    color: #C8A732;
}

.space {
    padding: 10px 0;
    position: relative;
}

h2.large, h2.large.gold {
    font-size: 2.6em;
    font-weight: 700;
}

h2.large.gold {
    color: #C8A732;
}

h2.large.white {
    color: #fff;
}


@media screen and (max-width: 600px) {
    h2.large, h2.large.gold {
        font-size: 1.6em;
        text-align: center;
    }
}





/* === FOOTER */
.section.footer {
	/*background: #E5E5E5;*/
    background: #eee;
	font-size: 1em;
    font-weight: 400;
    /*margin-top: 100px;*/
    
	/*height: calc(100vh - 80px);*/
    /*
	background: url('/pics/container-bg-grey.jpg') center center no-repeat;
	background-size: cover;
    overflow: hidden;*/
    
    
}

.footer img {
	width: 200px;
	height: auto;
    padding: 50px 0 20px 0;
}

@media screen and (max-width: 640px) {
    .footer img {
        padding: 5px 0 20px 0;
    }
}



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

.footer a {
	font-weight: 700;
}

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

.footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: 0;
}

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

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

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

.footer ul:first-child li:nth-last-child(1) span {
    font-size: 2em;
}

.footer ul:first-child li:nth-last-child(1) a {
    text-decoration: none;
}

.footer ul:first-child li:nth-last-child(1) {
    padding-top: 20px;
}


.footer .copyright {
	font-size: 0.85em;
	margin: 50px 0;
	padding: 20px 0 0 0;
	/*border-top: 1px solid rgba(255,255,255,0.25);*/
	line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    width: calc(100% - 20px);
}

.footer .copyright a {
	font-weight: 700;
    text-decoration: underline;
}

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

/*
.footer .phone {
	font-weight: 400;
	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
}
*/







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: 300;
	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;
	
	text-transform: uppercase;
	
}

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: 400;
	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 {
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 20px 0 200px 0;
	/*border-bottom: 1px solid #eee;*/
	
}

.toggle a.brandLink {
    color: #fff;
    font-weight: 700;
}

.toggle .toggleRows {
	/*border-bottom: 1px solid #eee;*/
	padding: 10px 18px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
}

.toggle .toggleRows:last-child {
	border: none;
}


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

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

.toggle .toggleRows .text {
    width: 80%;
}


.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;
	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: 400;
}

.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;
}


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

#search {
	margin: 200px 20px 0 20px;
}

.search.top #search {
	margin: 30px 20px 0 20px;
}



.menu input[type=text],
.search input[type=text] {
	width: calc(100% - 10px);
	border: none;
	background: none;
	padding: 10px 5px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	margin: 20px 0 0 0;
	font-weight: 200;
	font-size: 1.5em;
}


.search.top input[type=text] {
	border: 1px solid #eee;
	font-size: 1em;
}

.search.top input[type=text]:focus {
	border: 1px solid #ddd;
	
	-webkit-box-shadow: 0px 0px 18px -3px rgba(161,161,161,1);
	-moz-box-shadow: 0px 0px 18px -3px rgba(161,161,161,1);
	box-shadow: 0px 0px 18px -3px rgba(161,161,161,1);
	
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


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


.menu ::placeholder,
.search ::placeholder {
	color: #fff;
	opacity: 1;
}
	
.menu :-ms-input-placeholder,
.search :-ms-input-placeholder {
	color: #555;
}

.menu ::-ms-input-placeholder,
.search ::-ms-input-placeholder {
	color: #555;
}

.search input[type=text] {
	border: 1px solid rgba(255,255,255,0.25);
	background: none;
	/*background: rgba(255,255,255,0.065);*/
	text-indent: 10px;
	color: #fff;
	font-weight: 200;
}

.search input[type=text]:focus {
	border: 1px solid rgba(255,255,255,0.75);
}

.searchField {
	position: relative;
}

.menu button#submitSearch,
.search button#submitSearch {
	position: absolute;
	top: 30px;
	right: 6px;
	background: none;
	color: #fff;
	border: none;
	font-size: 1.7em;
}

.search.top button#submitSearch {
	top: 25px;
	color: #aaa;
}

.search.top ::placeholder {
	color: #bbb;
	-webkit-text-stroke-width: 0.3px;
	-webkit-text-stroke-color: #fff;
}
	
.search.top :-ms-input-placeholder {
	color: #bbb;
	-webkit-text-stroke-width: 0.3px;
	-webkit-text-stroke-color: #fff;
}

.search.top ::-ms-input-placeholder {
	color: #bbb;
	-webkit-text-stroke-width: 0.3px;
	-webkit-text-stroke-color: #fff;
}

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


.intro p {
	color: #fff;
	font-weight: 400;
	font-size: 2em;
    line-height: 1.4em;
    padding: 150px 20px 0 20px;
}

@media all and (max-width: 500px) {
    .intro p {
        font-size: 1.2em;
    }
}


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







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



.extendedSearch h3,
.extendedSearch p {
	font-size: 0.8em;
	font-weight: 200;
	color: #aaa;
}

.extendedSearch p.xl,
.extendedSearch p.m {
	color: #000;
	margin: 0;
	padding: 0;
}

.extendedSearch p.xl {
	font-size: 2em;
	font-weight: 400;
	margin: 80px 0 20px 0;
	padding: 0;
}

.extendedSearch p.m {
	font-size: 1.2em;
	font-weight: 200;
	margin: 0 0 0 0;
}

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



@media all and (max-width: 800px) {
	#search {
		margin-top: 150px;
	}
	.search.top #search {
		margin: 0 20px;
	}
}

/*
@media all and (max-width: 640px) {
	.menu {
		top: -30px;
	}
}
*/

@media all and (max-width: 480px) {
	#search {
		margin-top: 116px;
	}
	.search p {
		font-size: 2em;
	}
	.menu input[type=text],
	.search input[type=text] {
		font-size: 1.2em;
	}
	.menu button#submitSearch,
	.search button#submitSearch {
		font-size: 1.4em;
		right: -12px;
	}
}



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

.newsletter input[type=text] {
	font-size: 1.2em;
	font-weight: 200;
	border: none;
	text-align: left;
	padding: 10px 5px;
	border: 1px solid #ddd;
	width: 90%;
	text-align: center;
}

.newsletter button {
	position: absolute;
	bottom: 4px;
	right: 20px;
	background: none;
	border: none;
	color: #000;
	font-size: 1.8em;
	font-weight: 200;
}

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

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


.theme.dark .newsletter input[type=text] {
	background: none;
	border: 1px solid #555;
	color: #fff;
}

.theme.dark .newsletter input[type=text]:focus {
	border: 1px solid #bbb;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.theme.dark .newsletter button {
	color: #fff;
}

.theme.dark .newsletter ::placeholder {
	color: #555;
}
	
.theme.dark .newsletter :-ms-input-placeholder {
	color: #555;
}

.theme.dark .newsletter ::-ms-input-placeholder {
	color: #555;
}

.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: 200;
	
	-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: 400;
	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: 200;
	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: 200;
}

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: 200;
}

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: 300;
	text-align: right;
}

#smartTabContainer table tr:hover {
	/*background: #f2f2f2;*/
	font-weight: 300;
	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;
}

.theme.dark .cartLoader {
	background: rgba(0,0,0,0.7);
}

.theme.dark .svgLoader svg path,
.theme.dark .svgLoader svg rect {
	fill: #555;
}



/* ========== Hamburger Icon ========== */
#hamburger-icon {
  width: 26px;
  height: 20px;
  position: relative;
  top: 32px;
  -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: 200;
	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, 255, 0, 0.4);
	color: #000;
}




/* 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-weight: 200;
}

@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: 300;
	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 table,
.instructions p {
	margin: 0 0 20px 30px;
}

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

.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;
}

.brands_dark, .brands_light {
    background: #111;
    padding-bottom: 10px;
}

.brands_dark.page, .brands_light.page {
    padding: 20px 0 30px 0;
    color: #fff;
}

.brands_dark.page h1, .brands_light.page h1 {
    padding: 0;
    color: #c7a731;
    font-size: 2.6em;
    font-weight: 700;
}

.brands_light {
    background: none;
}

.brands_light.page {
    color: #000;
}

#brands .col-4-12 {
    border-right: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    
    border-right: 1px solid rgba(255,255,255,0);
    border-top: 1px solid rgba(255,255,255,0);
    
    width: 33.33%;
    width: calc(33.33% - 2px);
}


#brands .col-4-12:nth-child(4),
#brands .col-4-12:nth-child(5) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    
    border-bottom: 1px solid rgba(255,255,255,0);
}

#brands .col-4-12:nth-child(1),
#brands .col-4-12:nth-child(4) {
    border-left: 1px solid rgba(0,0,0,0.1);
    
    border-left: 1px solid rgba(255,255,255,0);
}

#brands .col-4-12:nth-child(6) {
    border-right: none;
}

#brands .col-4-12 img,
#brands .col-2-10 img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

#brands .col-4-12 a {
    display: block;
    margin: 0 auto;
}

#brands .col-4-12 a:hover,
.brandinfo span:hover {
    cursor: pointer;
}




.brandOn {
    background-color: #c7a731;
    background-color: #222;
    /*background-color: rgba(0,0,0,0.1);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.brandinfo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    text-align: center;
    color: #fff;
}

.brandinfo_container {
    background: #111;
    padding-bottom: 80px;
    height: 100%;
}

.brandinfo a {
    text-decoration: none;
    color: #fff;
}

.brandinfo .icon-social-facebook,
.brandinfo .icon-social-instagram {
    font-size: 2.4em;
}

.cover {
    background: #fff;
    width: 100%;
}

.news {
    background: #111;
}

.news .cover {
    background: #111;
    padding-bottom: 60px;
}

.brandinfo img {
    max-width: 400px;
    height: auto;
}

.brandinfo h2 {
    font-size: 2em;
    padding: 80px 0;
}

.brandinfo .icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 2em;
}

.brandinfo hr {
    height: 1px;
    border: none;
    color: rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1);
}

.brandinfo p.preamble,
.article p {
    padding: 40px 20px;
}

.article p {
    max-width: 800px;
    margin: auto;
    text-align: left;
    padding: 0 20px;
    padding-bottom: 20px;
}

.article {
    margin-top: 80px;
}

.article p a {
    text-decoration: underline;
}

.brandinfo .image {
    margin-bottom: 60px;
}

.brandinfo img.newsImage {
    width: 800px;
    height: auto;
    max-width: 100%;
}

.brandinfo .col-5-12 {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
}

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

.brandinfo p.brand_info {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0;
    padding: 0 0 30px 0;
}

.brandinfo p.brand_info a {
    font-weight: 700;
}

p.brand_header {
    color: #c7a731;
    font-weight: 700;
    font-size: 0.9em;
    margin: 0;
    padding: 0 0 5px 0;
}

#contact {
    background: #111;
}


#contact .col-6-12 img {
    width: 100%;
    heigh: auto;
}

#contact .col-6-12 {
    margin-right: 6px;
    width: calc(50% - 6px);
    position: relative;
}

#contact .staff,
#contact .staffOn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 6px);
    background: rgba(199, 167, 49, 0.75);
    z-index: 3;
}

#contact .staff .icon-mail {
    font-size: 2.2em;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

#contact .staffOn {
    display: block;
    
    animation: staffAnimation .3s;
    animation-fill-mode: both;
    
}

#contact .dark,
#contact .darkOn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 6px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    
    animation: staffAnimation .3s;
    animation-fill-mode: both;
}

#contact .darkOn {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

#contact .tint {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 6px);
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

@keyframes staffAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#contact .staff p {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
    margin: 20px;
    padding: 0;
}

#contact .staff p.large {
    font-size: 2.2em;
    font-weight: 700;
}


@media screen and (max-width: 800px) {
    #brands .col-4-12 {
        width: 50%;
        width: calc(50% - 2px);
    }
    
    #brands .col-4-12:nth-child(4) {
        border-right: none;
    }
    
    #brands .col-4-12:nth-child(5) {
        border-bottom: none;
    }
    #brands .col-4-12 img {
        width: 206px; height: 206px;
    }
    .brandinfo img {
        max-width: 230px;
    }
    .brandinfo .col-5-12,
    .brandinfo .col-6-12 {
        width: 100%;
    }
    
    #contact .col-6-12 {
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #brands .col-4-12 {
        width: 100%;
    }
    .brands_dark {
        /*padding-bottom: 0;*/
    }
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?wqg1aq');
  src:  url('fonts/icomoon.eot?wqg1aq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?wqg1aq') format('truetype'),
    url('fonts/icomoon.woff?wqg1aq') format('woff'),
    url('fonts/icomoon.svg?wqg1aq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-hamburger-close:before {
  content: "\e904";
}
.icon-social-facebook:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90c";
}
.icon-social-instagram:before {
  content: "\e90d";
}
.icon-social-linkedin:before {
  content: "\e912";
}


.icon-arrow-down:hover {
    cursor: pointer;
}

.icon-arrow-down:focus {
    outline: none;
}


.brandinfo .icon-social-facebook,
.brandinfo .icon-social-instagram {
    color: #c7a731;
}

.news p, .news h1, .news h2, .news p a {
    color: #000;
}

.news p a {
    font-weight: 700;
}

.news h2 {
    color: #C8A732;
    padding: 0 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    text-align: left;
    max-width: 800px;
    margin: auto;
}

.news .article p {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
}

.news .image {
    margin: 40px 0 10px 0;
}

.news .brandinfo {
    background: #111;
}

.news .article,
.news .article p,
.news .article p a {
    padding-top: 0;
    margin-top: 20px;
    color: #fff;
}

.news .icon-close {
    /*color: #fff;*/
    top: 26px;
}

.news .above-news-image {
    width: 100%;
    height: 81px;
    /*height: 61px;*/
    background: #fff;
}

@media screen and (max-width: 800px) {
    .news .image {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 640px) {
    .news .icon-close {
        top: 16px;
    }
    .news .above-news-image {
        height: 61px;
    }
}
