/*!
 * Lightbox v2.9.0
 * by Lokesh Dhakar
 *
 * More info:
 * http://lokeshdhakar.com/projects/lightbox2/
 *
 * Copyright 2007, 2015 Lokesh Dhakar
 * Released under the MIT license
 * https://github.com/lokesh/lightbox2/blob/master/LICENSE
 */
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../image/lightbox/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../image/lightbox/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../image/lightbox/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../image/lightbox/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

html, body {
	font-family: "Open Sans", serif;
  font-optical-sizing: auto;
	font-size: 1rem;
	font-weight: 300;
	background-color: #222;
}
.body-scrolling .fixed-top {
	background: #222;
}
.body-scrolling #logo img {
	max-height: 25px;
}
h1, h2, h3, h4 {
	font-family: "Schibsted Grotesk", serif;
  font-optical-sizing: auto;
	font-weight: 400;
}
h1, .h1 {
	margin-bottom:30px;
	font-size:48px;
}
h2 {
		margin:0;
		margin-bottom:25px;
		font-size:35px;
		color:#E61A55;
		line-height:40px;
		text-transform: lowercase;
}
h2.large-h2 {
	margin-bottom:30px;
	font-size:42px;
	color:#FFF;
	line-height:52px;
	text-transform: none;
}
h3 {
		margin: 0 0 35px 0;
    font-size: 32px;
    color: #FFF;
		line-height:40px;
}
h4 {
	font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, td a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: inherit;
	text-decoration: underline;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
p {
	line-height: 2.0rem;
  font-size: 1.1rem;
}
p.text-tight {
	line-height: 1.4rem;
	font-size: 1.1rem;
}
p strong {
	color: #EEE;
}
.decreased-width {
	width: 72%;
}
.logo-black {
	display: none;
}
.page-product-view .logo-white {
	display: none;
}
.page-product-view .logo-black {
	display: block;
}
.body-scrolling .logo-white {
	display: block!important;
}
.body-scrolling .logo-black {
	display: none!important;
}
#fullscreen_overlay {
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #23262F;
	opacity: 0.9;
	transition: .5s ease;
	z-index: 1031;
}
#fullscreen_video_overlay {
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
	z-index: 1031;
}
#fullscreen_video_overlay_close {
	position: fixed;
	display: none;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 1033;
}
#video_container {
	position: fixed;
	display: block;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	width: 90%;
	z-index: 1032;
}
#menu {
	top: 0;
	bottom: 0;
	left: -400px;
	width: 400px;
	max-width: 400px;
	height: 100%;
	background-color: #181A20;
	font-size:18px;
	transition: .5s ease;
	z-index: 1032;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: block;
	color: #FFF;
}
#menu ul li a {
	color: inherit;
}
#menu-logo {
	width: 100%;
}
#menu-close {
	position: absolute;
	left: 364px;
	top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#menu-links {
	margin-left: 17px;
}
.menu-header {
	font-size: 24px;
	font-weight: bold;
	color: #E61A55;
}
#menu-toggler {
	width: 100px;
	height: 100px;
	background-color: #E61A55;
	color: #FFF;
}
#menu-toggler img {
	max-height: 36px;
}
#logo img {
	max-height: 35px;
}
#page {
	height: 100%;
}
#page-frame {
	min-height: 100vh;
	padding-top: 100px;
	background: #23262F;
	color: #B3B3B3;
}
#page-side {
	background-color: #282D32;
}
#page-side div {
	position: relative;
	width: 100px;
	padding: 60px 0 0 30px;
	font-size: 25px;
}
#page-side div a {
	position: fixed;
	top: 160px;
	writing-mode: vertical-rl;
	transform: scale(-1);
	color: #B3B3B3;
}
#page-side div a:hover {
	color: #FFF;
	text-decoration: none;
}
footer {
	color: #CCC;
}
footer a {
	color: inherit;
	text-decoration: none;
}
footer a:hover {
	color: inherit;
	text-decoration: underline;
}
#background-video-container h1 {
	position: absolute;
	bottom:6vh;
	margin:0;
	padding: 15px 30px;
	color:#FFF;
	background-color: #E61A55;
	font-family:'PT Serif',serif;
	font-size:56px;
	letter-spacing:0px;
}
.header-100vh {
	height: 100vh;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.header-100vh h1 {
	position: absolute;
	bottom:6vh;
	margin:0;
	padding: 15px 30px;
	color:#FFF;
	background-color: #282D32;
	font-family:'PT Serif',serif;
	font-size:62px;
	letter-spacing:-1px;
	opacity: 0.8;
}
.header-100vh h1 span {
	display:block;
	padding-left:24px;
	font-size:32px;
	font-weight: 300;
	line-height:36px;
}
.header-100vh .container {
	position: relative;
	height: 100vh;
}
.page-banner {

}
.page-banner-text {
	width: 40%;
	padding: 54px;
}
.page-banner-visual {
	width: 60%;
	background-size: cover;
	background-position: center;
}
.page-banner-header {
	margin: 0;
	padding: 0;
	max-width: 320px;
	line-height: 43px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
}
.page-banner-header-homepage {
	font-size: 48px;
}
.page-banner-header span {
	color: #E61A55;
}
.page-banner-caption {
	padding-top: 20px;
}
.page-banner-caption h2 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #C9C9C9;
}
.page-banner-caption p {
	margin: 20px 0 0 0;
}
.page-banner-caption p.buttons {
	margin-top: 40px;
}
.page-line {
	height: 1px;
	background-color: #E61A55;
	margin-bottom: 150px;
}
.page-caption {
	margin-left: -100px;
	padding: 0 54px;
	background: #282D32;
}
.page-caption div {
	padding: 108px 0 54px 100px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
.page-text-block {
	background-color: #282D32;
}
.page-text-block-caption {
	width: 40%;
	padding: 54px 54px 54px 0;
}
.page-text-block-caption h1, .page-text-block-caption h2 {
	margin: 0;
	max-width: 320px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
}
.page-text-block-caption h1 a, .page-text-block-caption h2 a {
	text-decoration: none;
}
.page-text-block-caption h1 a:hover, .page-text-block-caption h2 a:hover {
	color: inherit;
	text-decoration: underline;
}
.page-text-block-caption small {
	display: block;
	padding-top: 10px;
	font-size: 18px;
	color: #FFF;
}
.page-text-block-content {
	width: 60%;
	padding: 108px 54px 108px 0;
	color: #BBB;
}
.page-text-block-content h2 {
	font-weight: bold;
	color: #FFF;
}
.page-text-block-content p:last-child {
	margin: 0;
}
.page-media-block {
	padding: 0 54px 108px 0;
	background-color: #282D32;
}
.image-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 18px;
	grid-auto-flow: dense;
}
.image-grid div {
	position: relative;
	height: 420px;
	border: 1px solid transparent;
}
.image-grid div:hover {
	border-color: #E61A55;
}
.image-grid div img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-grid div span {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px 15px;
	color: #FFF;
	background-color: #282D32;
	font-size: 1.175rem;
	cursor: pointer;
}
.image-grid-landscape {
	grid-column: span 2;
}
.image-grid-portrait {
	grid-row: span 2;
}
.image-grid-big {
	grid-column: span 2;
	grid-row: span 2;
}
.image-grid-full-width {
	grid-column: span 3;
}
.thumb-grid-item {
	border: 1px solid transparent;
}
.thumb-grid-item:hover {
	border-color: #E61A55;
}
.btn {
	margin-bottom: 3px;
	text-decoration: none !important;
	cursor: pointer !important;
}
.btn-xs {
	padding: .2rem .35rem;
	font-size: .8rem;
	line-height: 1.2;
	text-transform: lowercase;
}
.img-fluid {
	width: 100%;
}
.img-grayscaled {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.img-grayscaled:hover {
	-webkit-filter: grayscale(0);
	filter: none;
}
.btn {
	border-radius: 0px;
}
.btn-outline {
	padding-left: 28px;
	padding-right: 28px;
	font-size: 1.1rem;
	border-color: #FFF !important;
	color: #FFF !important;
}
.btn-outline:hover {
	border-color: #E61A55 !important;
	color: #E61A55 !important;
}
.btn-outline-regular {
	border-color: #000 !important;
	color: #000 !important;
}
.btn-outline-regular:hover {
	border-color: #E61A55 !important;
	color: #E61A55 !important;
}
.btn-outline-action {
	border-color: #E61A55 !important;
	color: #E61A55 !important;
}
.btn-outline-action:hover {
	background-color: #111 !important;
	border-color: #111 !important;
	color: #FFF !important;
}
.btn-action {
  color: #FFFFFF;
  background-color: #E61A55;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.open .dropdown-toggle.btn-action {
  color: #FFFFFF;
  background-color: #000;
}
.btn-action:active,
.btn-action.active,
.open .dropdown-toggle.btn-action {
  background-image: none;
}
.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
  background-color: #000;
}
.btn-text-action {
	color: #E61A55;
	text-decoration: underline !important;
}
.btn-text-action:hover {
	color: #111;
}
.gutter-sm.row {
  margin-right: -8px;
  margin-left: -8px;
}
.gutter-sm > [class^="col-"], .gutter-sm > [class^=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.gutter-micro.row {
  margin-right: -7px;
  margin-left: -7px;
}
.gutter-micro > [class^="col-"], .gutter-micro > [class^=" col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
.video-container{position:relative;margin:0;padding:0;padding-top:56.25%;width:100%;height:0;}
.video-container-square{padding-top:75%;}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.video-container div{position:absolute;top:0;left:0;width:100%;height:100%;}
.video-youtube-iframe-container{display:none;}
.thumb-video img {
	position: absolute;
	display: block;
	width: 135px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.thumb img {
	border: 3px solid #FFF;
}
.thumb-project {
	position: relative;
	background-color: #000;
}
.thumb-project a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 1.475rem;
}
.thumb-project img {
	opacity: 0.7;
}
.thumb-project:hover a {
	text-decoration: none;
}
.thumb-project:hover img {
	opacity: 0.9;
}
.thumb-square, .thumb-square-half, .thumb-rectangle {
	display: block;
	position: relative;
	border: 1px solid transparent;
}
.thumb-square:hover, .thumb-square-half:hover, .thumb-rectangle:hover {
	border-color: #E61A55;
}
.thumb-square:before,
.thumb-square-half:before,
.thumb-rectangle:before {
	padding-top: 100%;
	content: '';
  	width: 0;
  	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.thumb-square-half:before {
	padding-top: 48.2%;
}
.thumb-rectangle:before {
	padding-top: 66.666%;
}
.thumb-square span,
.thumb-square-half span,
.thumb-rectangle span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10%;
	padding: 10px 15px;
	color: #FFF;
	background-color: #282D32;
	font-size: 1.175rem;
}
.thumb-square span.action,
.thumb-square-half span.action,
.thumb-rectangle span.action {
	background-color: #E61A55;
}
.files {
	margin: 0;
	padding: 0;
	list-style: none;
}
.files li {
	margin-bottom: 15px;
}
.files li a {
	display: block;
	border: 1px solid #E0E0E0;
	padding: 11px 22px;
	color: #FFF;
	text-decoration: none;
}
.files li a i.fa-download {
	display: inline-block;
	margin-right: 12px;
}
.files li a:hover {
	color: #E61A55;
	border-color: #E61A55;
	text-decoration: none;
}
.file_type, .file_size {
	display: block;
	float: right;
	margin-left: 16px;
}
.product-view-brand-link {
	color: inherit;
	text-decoration: none;
}
.product-view-brand-link:hover {
	color: #E61A55;
	text-decoration: none;
}




















@media screen and (max-width: 991px)
{
	footer {
		padding: 32px;
	}
	.page-banner-text {
		width: 100%;
		padding: 54px 32px;
	}
	.page-banner-visual {
		width: 100%;
		min-height: 360px;
	}
	.page-text-block {
		padding: 32px;
	}
	.page-text-block-caption {
		width: 100%;
	}
	.page-text-block-content {
		width: 100%;
		padding: 0;
	}
	.page-caption {
		padding: 0 32px;
	}
	.page-caption div {
		text-align: left;
	}
	.page-media-block {
		padding-right: 0;
	}
	.image-grid {
		display: block;
	}
	.image-grid div {
		margin: 6px;
	}
	.gutter-micro.row {
		margin: 3px;
	}
	.gutter-micro [class^="col-"] {
		margin: 2px 0 0 0;
	}
}

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

@media screen and (max-width: 575px)
{
	#page-side {
		display: none;
	}
}
