/* HTML5 DOCTOR RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,sub,sup,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing: border-box;}
body{line-height:1}
article,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul,ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0}
input,select{vertical-align:middle}
textarea:focus, input:focus{ outline: 0; }
body {
	font-family: 'futura-pt', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	line-height: 1.2;
	font-size: 13px;
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
/*
body:before {
	content: ' ';
	height: 100vh;
	width: 1px;
	border-right: 1px solid lime;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
}*/
body { position: relative;}
a img { border: none; }
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
.text-field a { text-decoration: underline; }
.text-field a:hover { text-decoration: none; }
.text-field {
	text-transform: none;
	font-size: 14px;
	line-height: 1.35;
	color: #666666;
}
.text-field.page-intro  {
	font-size: 13px;
}
.text-field h1, .text-field h2 {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
strong { font-weight: 700; }

span.form_label {
	display: inline-block;
	min-width: 100px;
}
hr.clear, hr.clear_content_cols {
	visibility: hidden;
	height: 0px;
	border: none;
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
textarea,

input[type=text], input[type=email], input[type="password"] {
	border: 1px solid #000;
	padding: 5px;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}
input[type=submit] {
	-webkit-appearance: none;
	box-sizing: border-box;
	border: none;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 12px;	
	border-radius: 0px;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}
a#to_top {
	display: none;
}
#js-console,
#window-w {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100001;
	padding: 3px;
	background-color: lime;
	color: #000;
	font-size: 11px;
	line-height: 1;
	font-family: Courier, sans-serif;
	text-transform: none;
}
#js-console {
	left: auto;
	right: 0;
	width: 300px;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;

}
h1,h2,h3,h4,h5 {
	font-weight: 300;
}
/* Grid */
.row {
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 0 0 0 0;	
	max-width: 	1280px;	
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
	position: relative;
}
.site-wrapper {
	box-sizing: border-box;
	padding-bottom: 40px;
}
/*#main-nav-wrap > .row { padding-right: 15px;}*/
.col, [class*="grid-col-"], .overview-item {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px 16px 8px; 
	text-align: left;
	position: relative;
}
.page-intro.row img,
.col img, [class*="grid-col-"] img {
	max-width: 100%;
	height: auto;
} 
[class*="grid-col-"].no-pad { padding-right: 0; padding-left: 0px; }
[class*="grid-col-"] { width: 8.33333333333%; }
/* 12 cols */
.grid-col-1 { width:8.33333333333%; }
.grid-col-2 { width:16.6666666667%; }
.cols-4 > .col-1,
.grid-col-3 { width:25%; }
.cols-3 > .col-1,
.grid-col-4 { width:33.3333333333%; }
.grid-col-5 { width:41.6666666667%; }
.cols-2 > .col-1,
.cols-4 > .col-2,
.grid-col-6 { width:50%; }
.grid-col-7 { width:58.3333333333%; }
.cols-3 > .col-2,
.grid-col-8 { width:66.6666666667%; }
.cols-4 > .col-3,
.grid-col-9 { width:75%; }
.grid-col-10 { width:83.3333333333%; }
.grid-col-11 { width:91.6666666667%; }
.cols-1 > .col-1,
.grid-col-12 { width:100%; }
.grid-col-perc-20 {
	width: 20%;
}
.clearfix:after,
.row:after,
.form-row:after {
	content: '';
	display: table;
	clear: both;
}
.video-container, .image-wrapper, .iw  {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	background-color: #fff;
}
.fb-iframe {
	padding-bottom: 90%;
}
.video-container iframe,  
.video-container object,  
.video-container embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/loading-content.svg) no-repeat center center #efefef;
	background-size: 125px 11px;
}
.image-wrapper, .iw { 
	background-color: #fff;
}
.image-wrapper img, .iw img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
/* Header */

header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	padding-bottom: 10px;
	background-color: #fff;
}
body[data-scroll-dir="down"] header.site-header { overflow: hidden; }
body.menu-shown[data-scroll-dir="down"] header.site-header,
body[data-scroll-dir="down"] header.site-header.search-mode { overflow: visible !important; }

.fixy header.site-header .site-title { margin-top: -30px;}
header.site-header .site-title {
	padding-top: 15px;
	transition: margin-top 0.3s ease;
}
header.site-header .site-title img {
	max-width: 190px;
	position: relative;
	z-index: 1002;
	background-color: #fff;
}

a.toggle-menu, a.toggle-search {
	/*position: absolute;*/
	/*top: 15px;*/
	padding-top: 15px;
	box-sizing: border-box;
	display: inline-block;
	width: 80px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	z-index: 1002;
}
a.toggle-search { 
	float: right;
	padding-right: 25px;
	text-align: right;
}
i.icon {}
i.icon:before {
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../_img/ivh-sprite.svg) 0 0 no-repeat;
	margin-bottom: -3px;
}
i.icon.search:before { background-position-x: -30px; }
/* Nav */
a.toggle-menu {
	font-size: 11px;
	padding-left: 16px;
	text-align: left;
	float: left;
}
a.toggle-menu > span { display: inline-block; padding-left: 4px;}
a.toggle-menu i.icon:before { 
	margin-right: 7px; 
	transform: rotate(90deg); 
	transition: transform 0.5s ease;
}
.menu-hidden a.toggle-menu i.icon:before { transform: rotate(0deg); }

/* While testing */
.dev-mode.page-contact { background-color: #efefef; }
#highlighted-menu { 
	padding-top: 0px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 50;
	background: #fff;
	width: 100%;
	/*transition: all 0.5s ease;*/
	box-sizing: border-box;
}
#highlighted-menu .row {
	padding-top: 15px;
}
#highlighted-menu .row > ul {
	text-align: center;
}
#highlighted-menu .row > ul > li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}
#main-nav-wrap .has-subs ul,
#highlighted-menu .row > ul > li > ul {
	padding: 5px 0;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	min-width: 220px;
	text-align: left;
	left: -9999px;
	opacity: 0;
	transition: opacity 0.4s ease;
	text-transform: none;
}
#highlighted-menu .row > ul > li > ul a {
	display: block;
	padding: 5px 10px;
}
#highlighted-menu .row > ul > li:hover > ul {
	left: -10px;
	opacity: 1;
}
#main-nav-wrap {
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1001;
	background: #fff;
	width: 100%;
	padding-top: 30px;
	transition: all 0.5s ease;
}
#main-nav-wrap .row > ul > li > ul { display: none;}
#main-nav-wrap ul li {
	text-align: center;
}
#main-nav-wrap a:hover {
	text-decoration: none;
	font-weight: 500;
}
#main-nav-wrap ul li a {
	display: block;
	padding: 6px 0;
}

/*#highlighted-menu .row > ul > li*/
/* Search */
#search-bar {
	width: 100%;
	height: 50px;
	display: none;
	background-color: #f2f2f2;
	position: relative;
	z-index: 1050;
}
#search-bar input[type="text"] {
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
	height: 50px;
	background-color: transparent;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
}
#search-bar .toggler {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 33px;
	line-height: 0.8;
	display: none;
	text-decoration: none;
}
#search-bar.visible .toggler { display: block; }
#search-results {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
.search-results-holder > .row {
	padding-top: 10px;
}
.noverflow {
	overflow: hidden;
}
.search-result-item {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.search-result-item div.image {
	max-width: 200px;
	box-sizing: border-box;
	padding-right: 20px;
	float: left;
}
.search-result-item div.image img {
	max-width: 100%;
	height: auto;
	float: left;
}
.search-result-item .text-field {
	float: left;
	max-width: calc(100% - 200px);
}
.highlight {
	display: inline-block;
	padding: 0 4px;
	border-radius: 3px;
	background-color: #efefef;
}

/* Footer */
footer {
	background-color: #f2f2f2;
	padding: 30px 15px;
	text-transform: uppercase;
	color: #999;
}
footer, footer .text-field {
	font-size: 11px;	
}
footer a { color: #999; }
footer > .row {
	max-width: 1068px;
}
.logo-col, .subscribe-col {
	text-align: center;
}
footer .logo-col img { opacity: 0.5;}
hr {
	clear: both;
	display: block;
	border: none;
	margin-bottom: 15px;
	border-top: 1px solid #000; 
}
footer .site-credits {
	text-align: center;
	position: relative;
}
footer h4 {
	color: #666666;
	font-weight: 300;
}
ul.social-linkage li {
	float: left;
}
a.social-share,
a.sm-link {
	display: inline-block;
	margin-top: 5px;
	margin-right: 7px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: url(../_img/ivh-sprite.svg) 0 0 no-repeat;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}
a.social-share:hover,
a.sm-link:hover { opacity: 1;}
a.social-share.facebook, a.sm-link.facebook { background-position-x: -60px; }
a.social-share.youtube, a.sm-link.youtube { background-position-x: -90px; }
a.social-share.instagram, a.sm-link.instagram { background-position-x: -120px; }
a.social-share.twitter, a.sm-link.twitter { background-position: -60px -30px; }
/* Subscriber */
form#mc-embedded-subscribe-form {
	position: relative;
	width: 100%;
}
form#mc-embedded-subscribe-form input[type="email"] {
	position: absolute;
	top: 0;
	left: 0;
	width: calc( 100% - 70px);
	border: 1px solid #666666;
	background: transparent;
	height: 40px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
}
form#mc-embedded-subscribe-form input[type=submit] {
	border: none;
	background-color: transparent;
	color: #666;
	display: block;
	padding: 5px 12px;	
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	width: 70px;
	border: 1px solid #666666;	
	height: 40px;
	position: absolute;
	top: 0;
	right: 1px;
}
footer hr {
	border-top-color: #666;
}
a#to-top {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../_img/ivh-sprite.svg) -150px 0 no-repeat;
	border-left: 10px solid #efefef;
	position: absolute;
	top: -16px;
	right: -0px;
}
.menu-n-social {
	padding-left: 20px;
}
#main {
	min-height: calc(100vh - 300px);
	/*background: lime;*/
	padding-top: 30px;
}
/* Opening image */
#site-opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1001;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#site-opening.black_bg_n_logo_white { background-color: #000; }
#site-opening h1 {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all 1s ease;
}
#site-opening.closing h1 {
	top: 5%;
	opacity: 0;
}
/*#site-opening {*/
/* News */
.masonry-overview {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.masonry-item {
	margin: 7px;	
}
.block-1x1,
.block-1x2 {
	width: calc(25% - 14px);
}
.block-2x2, 
.block-2x1 {
	width: calc(50% - 14px);
}
.block-2x2 {
	position: absolute;
	top: 0;
	left: 25%;	
}
.masonry-item > a {
	display: block;
	position: relative;
	padding-bottom: 100%;
}
.block-2x1 > a {
	padding-bottom: calc( 50% - 7px );
}
.block-1x2 > a {
	padding-bottom: calc( 200% + 14px );
}
.masonry-item > a > .inner {
	/*width: 100%;*/
	/*height: 100%;*/
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
a.video-modal-link:before,
.item-with-video .inner:before {
	content: ' ';
	display: block;
	width: 73px;
	height: 60px;
	background: url(../_img/ivh-sprite.svg?v=3) -180px 0 no-repeat;
	position: absolute;
	z-index: 10;
	top: calc(50% - 30px);
	left: calc(50% - 36px);
}
.hover-4-info .item-info,
.collection-item .item-info,
.masonry-item .inner .item-info {
	position: absolute;
	overflow: hidden;
	opacity: 0;
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	transition: opacity 1s ease;
	color: #fff;
	z-index: 10;
}
.hover-4-info:hover .item-info,
.collection-item:hover .item-info,
.masonry-item:hover .inner .item-info { opacity: 1; }
.masonry-item.no-image .inner {
	background-color: #efefef;
}
.hover-4-info .item-info .item-title { text-align: center;}

.hover-4-info .item-info h2.item-title,
.collection-item .item-info h2.item-title,
.masonry-item .inner .item-info h3 {
	text-align: center;
	padding-top: 50%;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.masonry-item.block-1x1 .inner .item-info h3 { padding-top: 35%; }
.masonry-item.block-1x2 .inner .item-info h3 { padding-top: 75%; } 
.masonry-item .inner .item-info h3 > span {
	border: 1px solid #fff;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 15px 10px;
	display: inline-block;
}
.hover-4-info .item-info .text-field,
.collection-item .item-info .text-field,
.masonry-item .inner .item-info .text-field {
	text-align: center;
	padding: 0 20px;
	max-width: 410px;
	margin: 0 auto;
	color: #fff;
}
/* Video page */
.video-wrap {
	position: relative;
}
a.video-modal-link {
	display: block;
	padding-bottom: 56.25%;
	position: relative;
	background: no-repeat center center #efefef;
	background-size: cover;
}
.modal-video_item {
	background-color: #000 !important;
}
.focus-video-wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.modal-video_item .text-field {
	max-width: 800px;
	color: #fff;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
}
.modal-video_item .modal-header.row { max-width: none; }
.focus-modal.modal-video_item  a.closer { color: #fff; }
/* Alerts */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.masonry-item.lazy-load {
	display: block;
	width: 25%;
	float: left;
	min-height: 100px;
}
.lazy-load.material-detail-image.lazy-loaded { display: none;}
.news-items-batch {
	display: block;
	clear: both;
}
.news-items-batch > a {
	display: block;
	width: 25%;
	float: left;
}
.news-items-batch > a > span {
	display: block;
	height: 300px;
	overflow: hidden;
	opacity: 0.1;
	background-color: transparent;
}
.overlay,
.focus-modal {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 1001;
	min-height: 100vh;
	opacity: 1;
	transition: opacity 1s ease;
}
.overlay {
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	z-index: 90;
}
.overlay.invisible,
.focus-modal.invisible {
	opacity: 0;
}
.focus-modal .modal-content {
	padding-top: 30px;
}

.modal-news_item { z-index: 49; }
.overlay.overlay-news_item { z-index: 40; }

.modal-header.row {
	max-width: 900px;
}
a.closer {
	text-decoration: none;
	font-size: 33px;
	line-height: 1;	
}
.focus-modal a.closer {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}
/* Slider */
ul.item-media.light-slider {
	margin: 0 auto;
}
ul.light-slider li.lslide {
	margin-right: 0 !important;
	/*padding: 0 5px; */
}
ul.item-media li > img,
ul.item-media li > div.video-container {
	margin: 0 auto;
}
ul.item-media li {
	max-height: 70vh;
	overflow: hidden;
}
ul.item-media li img {
	display: block;
	margin: 0 auto;
	max-height: inherit;
	width: auto;
	max-width: 100%;
}
#news-focus h1 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}
#news-focus .text-field {
	max-width: 600px;
	padding: 0 15px;
	/*margin-top: 30px;*/
	margin: 20px auto 20px auto;
}
.lSAction > a {
    width: 60px !important;
    height: 60px !important;
    background-image: url('../_img/ivh-sprite.svg')  !important;;
    background-position: -300px 0  !important;;
    background-repeat:  no-repeat;
    margin-top: -30px !important;
}
.lSAction > .lSPrev {
    background-position: -300px 0 !important;
}
.lSAction > .lSNext {
    background-position: -400px 0 !important;
}
/* Collection */
.hover-4-info,
.collection-item {
	max-width: 640px;
	margin: 0 auto;	
	margin-bottom: 30px;
	position: relative;
}
.video-wrap.hover-4-info { max-width: none;}
/*.collection-item .item-info { opacity: 1; }*/
.hover-4-info .inner,
.collection-item .inner {
	background-size: cover;
	background-repeat: no-repeat;
}
.highlight-block,
.collection-subs {
	margin: 20px auto;
	max-width: 150px;
	border: 1px solid #fff;
	color: #fff;
	padding: 20px 10px; 
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}
.collection-subs a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.hover-4-info .item-info h2.item-title,
.collection-item .item-info h2.item-title {
	text-transform: uppercase;
	font-weight: 300;
}
a.block-link {
	display: block;
	/*background-color: lime;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.section-menu li {
	margin-bottom: 3px;
}
.section-menu a { color: #666666; }
.section-menu a.active {
	text-decoration: underline;
	color: #000;
}
.section-menu h1 { margin-bottom: 30px;}
/* Collection focus page with the subs */
.collection-header {
	position: relative;
	padding-top: 15px;
	background-color: #fff;
}
.collection-header.fixed {
	position: fixed;
	width: 100%;
	z-index: 50;
}
.collection-header a.closer {
	position: absolute;
	top: 0;
	right: 25px;
}
.collection-header nav ul li {
	float: left;
	margin: 0 0 0 10px;
}
.collection-header nav ul li:after {
	content: '|';
	margin-left: 9px;
}
.collection-header nav ul li:last-child:after { content: none; }
.collection-sub {
	padding-bottom: 20px;
}
.collection-sub.content-text .row {
	max-width: 650px;
	margin: 0 auto;
}
.collection-sub.content-text .row > h2 {
	margin-bottom: 15px;
}
section.collection-focus {
	position: relative;
	padding-bottom: 50px;
}
h1.collection-title {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 45;
	box-sizing: border-box;
	height: 50px;
	background-color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 21px;
	padding: 12px 10px;
}
h1.collection-title.fade-out-title {
		-webkit-animation: 3s fade_title_up  alternate ease;
	animation: 3s fade_title_up  alternate ease;
	    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
@keyframes fade_title_up {
	0% {  opacity: 1; } 
	66% { opacity: 1; top: 100px;}
	100% { opacity: 0; top: 0px;} 
}
@-webkit-keyframes fade_title_up {
	0% {  opacity: 1; } 
	66% { opacity: 1; top: 100px;}
	100% { opacity: 0; top: 0px;} 
}
img.zoomImg {
	z-index: 40;
	cursor: crosshair;
    /*cursor: url("http://local.irisvanherpen/_img/zoom-cursor.png") 0 0, pointer;  Legacy */
    /*cursor: url("http://local.irisvanherpen/_img/zoom-cursor.svg") 0 0, pointer; */
    /*cursor: -webkit-image-set(url("http://local.irisvanherpen/_img/zoom-cursor.png") 1x, url("http://local.irisvanherpen/_img/zoom-cursor.svg") 2x) 0 0, pointer;  */
}
.material-detail-image > .image-wrapper {
}
.material-detail-image > .image-wrapper img {
	max-width: 100%;
	height: auto;
}

.collection-gallery > .row {
	padding-left: 0;
	padding-right: 0;
}
.collection-gallery > .row.cut-off {
	padding-bottom: 16px;
}
.collection-gallery .cnt-node {
	float: left;
	width: 50%;
	padding: 0 8px 16px 8px; 
}
.collection-gallery .cnt-node.display-horizontal {
	width: 100%;
}
.collection-gallery .cnt-node.clear-me {
	clear: left;
}
.collection-gallery .text-field {
	padding-top: 20px;
}
.about-item > .item-title,
.video-item > .item-title,
.item-title.page-title {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
}
.item-title.page-title { margin-top: 0;}
.about-item {
	padding-bottom: 35px;
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
}
.about-item > img.item-image {
	display: block;
	margin-bottom: 20px;
}
.about-item > .text-field {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;	
}
.page-builder-wrap > .row {
	padding-left: 0;
	padding-right: 0;
}
.page-contact .row-no-1 > div:nth-of-type(2) {
	padding-left: 20px;
}
/*
.page-builder-wrap > .row {
	padding-left: 0;
	padding-right: 15px !important;
}
.page-builder-wrap > .row > div[class*="grid-col-"] { 
	padding-right: 0;
	padding-left: 15px;
}
.page-builder-wrap > .row > div.grid-col-12 { padding-left: 0; }*/

.about-item .page-builder-wrap {
	padding-top: 20px;
	margin-left: -8px;
	margin-right: -8px;
}
.page-builder-wrap.no-row-mode > div[class*="grid-col-"] {
	width: 100%;
	clear: both;
}
.row .row {
	padding-left: 0;
	padding-right: 0;
}
/* 360 micro business */
/*.hover-4-info .inner .item-info { opacity: 1}*/
.masonry-item .inner .item-info .item-info-wrap,
.hover-4-info .inner .item-info .item-info-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.masonry-item .inner .item-info  .item-info-wrap h3,
.hover-4-info .item-info h2.item-title { padding-top: 0;}
.highlight-block {
	max-width: 200px;
	text-align: center;
	padding: 10px;
}
.beta-notice {
	display: block;
	width: 184px;
	height: 210px;
	background: url(../_img/beta-notice.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}
.zoom-wrap {
	width: 100%;
}
.zoom-wrap > img {
	max-width: 100%;
}
.zoom-par:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 30;
	width: 170px;
	height: 170px;
	background: url(../_img/zoom-cursor.svg) 0 0 no-repeat;
	top: calc(50% - 85px);
	left: calc(50% - 85px);
}
.zoom-par {
	background-size: 200%;
	background-position: center;
}
.zoom-par > img {
	opacity: 0;
	width: 100%;
	height: 100%;
}
.modal-micro-360-preview {
	background-color: rgba(0,0,0,0.9);
}
.modal-micro-360-preview .modal-content {
	padding-top: 0;
}
.modal-micro-360-preview a.closer {
	top: 0px;
	color: #fff;
}
img.img-lightboxed,
img.micro-360-preview {
	max-width: 100%;
	max-height: 100%;
}
.modal-img_modal .row { max-width: none; }
.modal-img_modal .modal-content { padding: 10px; }
.modal-img_modal a.closer {
	display: block;
	background-color: #fff;
	right: 10px;
	top: 10px;
	height: 22px;
	line-height: 0.5;
	padding-left: 4px;
}


.form-wrapper {
	margin: 20px 0;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
	font-family: 'futura-pt', Arial, sans-serif;
	font-size: 14px;
	/*text-transform: uppercase;*/
	font-weight: 300 ;
	margin-bottom: 10px;
	padding: 4px 10px; 
}
.form-wrapper select {
	-webkit-appearance: none;
	border-radius: 0px;
}
.form-wrapper input[type="submit"] {
	width: auto;
	clear: both;
	margin-top: -10px;
	float: right;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin-right: 0px;
}
.form-wrapper input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}
.form-wrapper textarea { min-height: 160px;}
/* Webkit only styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
	.form-wrapper select {
		padding-right: 30px;
		background-image: url(../_img/webkit-select-chevron.svg);
		background-position:  100% 3px;
		background-repeat:  no-repeat;
	}
}
#mail-feedback {
	padding: 20px 0;
}
/* Timeline */
.page-builder-wrap.timeline {
	border-left: 1px solid #666666 ;
}
.page-builder-wrap.timeline .timeline-item {
	margin-bottom: 40px;
}
.page-builder-wrap.timeline .timeline-item:before {
	content: ' ';
	width: 30px;
	position: absolute;
	top: 6px;
	left: -15px;
	border-top: 1px solid #666;
}
.page-builder-wrap.timeline .timeline-item .timeline-year,
.page-builder-wrap.timeline .timeline-item .timeline-image,
.page-builder-wrap.timeline .timeline-item .timeline-desc {
	float: left;
	width: 60px;
}
.page-builder-wrap.timeline .timeline-item .timeline-year h2 {
	font-weight: 400 !important;
	text-align: center;
}
.page-builder-wrap.timeline .timeline-item .timeline-image {
	width: 150px;
}
.page-builder-wrap.timeline .timeline-item .timeline-desc {
	width: calc(100% - 60px);
}
.timeline-image ~ .timeline-desc {
	width: calc(100% - 210px) !important;
	padding-left: 20px;
}
.align_h_center {
	text-align: center;
}

/* Bootique */
.item-price {
	text-decoration: underline;
	padding-top: 20px;
}
.product-cat-menu > .block-filler {
	padding-bottom: 100%;
	width: 100%;
}
.product-cat-menu > .block-filler > .inner {
	position: absolute;
	width: 100%;
	text-align: left;
}
.product-cat-menu a.active { text-decoration: underline; }
.product-cat-menu .page-title {
	margin-bottom: 15px;
}
.product-gallery ul.light-slider li.lslide {
	margin-right: 10px !important;
}
.shopify-buy__product__variant-img {
	display: none !important;
}

.product-gallery .lSSlideWrapper {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.product-gallery .lSPager.lSGallery li  { border: 1px solid #ccc;}

.product-desc { padding-left: 25px;}
.share-item {
	padding: 20px 0;
}

.spacer-with-border hr {
	margin-top: 10px;
}
/* More */
div.more-toggling div.more-content {
	display: none;
}
a.toggle-more > span {
	display: inline-block;
	border: 1px solid #000;
	text-decoration: none;
	margin: 0 3px;
	padding: 0 4px;
}
div.more-toggling.viewing-more div.more-content { display: block; }
div.more-toggling.viewing-more > a.toggle-more { display: none; }

#boutique-focus a.closer {
	float: right;
}
.text-field.grid-col-6 ~ .text-field.grid-col-6.empty {
	opacity: 0.2;
}
.collection-gallery .text-field.grid-col-12,
.collection-intro {
	width: 100% !important;
	text-align: center;
	margin: 0 auto;
	float: none;
	max-width: 700px;
}
.page-builder-wrap .text-field a.toggle-more,
.collection-intro a.toggle-more {
	margin-top: 5px;
	display: block;
	clear: both;
}
@media (max-width: 1050px) {
	.basic-menu-wrap.empty { display: none; }
	.basic-menu-wrap.empty ~ .basic-col-wrap { 
		width: 100%; 
		max-width: 800px; 
		margin: 0 auto;
		float: none;
	}
}
/* Restricted page */
.object-edit-form-wrap  {
	max-width: 600px;
	text-align: left;
	float: none;
	margin: 0 auto;
	text-transform: none;
}
.edit-object-type .form-row:nth-of-type(1) {
	padding-top: 20px;
	padding-bottom: 20px;

}
.input-row > label {
	display: inline-block;
	min-width: 100px;
	margin-right: 10px;
}
.input-row input[type="text"],
.input-row input[type="password"],
.input-row input[type="email"] {
	border: 1px solid ;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	min-width: 200px;
}
.object-edit-form-wrap input[type="submit"] {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.content_type_image .text-field {
	margin: 10px 0 20px 0;
	max-width: 550px;
}
.page-builder-wrap .text-field a.toggle-more {
	margin-top: 10px;
}
/* Share buts */
/*share-item*/
/* Mobile */
@media (max-width: 640px) {
	header.site-header .site-title { margin-top: -30px;}
	.masonry-item {
		margin: 0;
	}
	.block-1x1,
	.block-2x2,
	.block-1x2,
	.block-2x1 {
		width: 50%;
		position: relative;
		left: auto;
		top: auto;
		float: left;
		padding-bottom: 65px;
	}
	.block-2x1 {
		width: 100%;
	}
	.block-2x1 > a {
		padding-bottom: 50%;
	}
	.block-1x2 > a {
		padding-bottom: 100%;
	}
	.masonry-item .inner .item-info {
		position: absolute;
		top: 100%;
		overflow: visible;
		opacity: 1;
		background: #fff;
		height: 65px;
		width: 100%;
		color: #000;
		overflow: hidden;
		border-bottom: 10px solid #fff;
	}
	.masonry-item .inner .item-info h3 {
		text-align: left;
		padding-top: 10px !important;
		margin-bottom: 0px;
		padding-left: 8px;
		padding-right: 20px;
	}
	.masonry-item .inner .item-info h3 > span {
		color: #000;
		border: none;
		padding: 0;
	}
	.masonry-item .inner .item-info .item-price,
	.masonry-item .inner .item-info .text-field { display: none;}
	.masonry-item.square-1 > a { margin-right: 8px; }
	.masonry-item.square-0 > a { margin-left: 8px; }
	.masonry-item.square-0 .inner .item-info h3 {
		padding-left: 0;
	}
	footer .row > .grid-col-4 {
		width: 100%;
		clear: both;
		float: none;
		min-height: 60px;
	}
	footer .row > .grid-col-4.logo-col  {
		border-bottom: 1px solid #666;
		margin-bottom: 20px;
	}
	a#to-top {
		position: static;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	footer hr { opacity: 0;}
	/* News */
	#news-focus h1 {
		text-align: left;
		padding-left: 15px;
	}
	#boutique-focus > .item-title a,	
	#news-focus h1 a { font-weight: 500 ;}
	.modal-header .row {
		max-width: none;
		padding: 0;
	} 
	.focus-modal a.closer { right: 10px;}
	#news-focus h1 { padding-right: 30px;}

	/* Pages - Contact */
	.product-cat-menu .page-title,
	.section-menu h1 {
		font-weight: 500;
		margin-bottom: 15px;
	}
	.about-item > .item-title, 
	.video-item > .item-title, 
	.item-title.page-title {
		text-align: left;
	}
	#main > .about-item > .item-title, 
	#main > .video-item > .item-title, 
	#main > .item-title.page-title {
		padding-left: 15px;
		font-weight: 500;
	}
	.video-wrap.grid-col-6,
	.collection-gallery > .row  > div[class*="grid-col-"],
	.product-gallery,
	.product-desc,
	.collections-overview.row  > div[class*="grid-col-"],
	.video-overview.row > div[class*="grid-col-"],
	.about-overview.row > div[class*="grid-col-"],
	.page-builder-wrap .row > div[class*="grid-col-"],
	.basic-page.row > div[class*="grid-col-"] {
		width: 100% !important;
		float: none;
		clear: both;
	}
	.content_type_empty {display: none;}
	.page-builder-wrap .row > div[class*="grid-col-"] {
		padding-right: 0;
		padding-left: 0;
	}
	.page-builder-wrap.timeline .timeline-item .timeline-image {
		width: calc(100% - 60px);
		margin-bottom: 15px;
	}	
	.timeline-image ~ .timeline-desc {
		width: 100% !important;
		padding-left: 60px;
	}
	.about-item > .text-field {
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;

	    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 0px; /* Firefox */
	    column-gap: 0px;	
	}
	.about-item > .item-title {
		text-decoration: underline;
	}
	.item-video-gallery.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	/* Boutique */
	.product-cat-menu ~ .masonry-item:nth-of-type(3) {
		clear: both;
	}
	.product-cat-menu {
		padding-bottom: 0;
		height: auto;
		padding-left: 15px;
	}
	.product-cat-menu > .block-filler > .inner { position: relative;}
	.product-cat-menu > .block-filler {
		padding-bottom: 0;
	}
	.boutique-item.masonry-item .inner .item-info h3 {
		padding-left: 16px;
	}
	.collection-sub .item-title.page-title,
	#boutique-focus > .item-title {
		padding-left: 8px;
	}
	/* Menu */
	a.toggle-menu, a.toggle-search {
		width: 30px;
	}
	#highlighted-menu {
		display: none;
	}
	a.toggle-menu span  { display: none;}
	#main-nav-wrap {
		display: none;
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		position: relative;
		z-index: 1001;
		background: #fff;
		width: 100%;
		padding-top: 30px;
		transition: all 0.5s ease;
	}
	#main-nav-wrap ul li {
		text-align: center;
	}
	#main-nav-wrap ul li a {
		display: block;
		padding: 7px 0;
	}
	#main-nav-wrap ul li a:hover {
		font-weight: 500;
		text-decoration: none;
	}
	a.toggle-menu { visibility: visible; }
	#main-nav-wrap .row > ul {
		padding-bottom: 20px;
	}
	#main-nav-wrap .row > ul > li {
		display: list-item;
		margin: 0;
		position: relative;
	}
	#main-nav-wrap .row > ul > li > ul {
		display: none;
		padding: 5px 0;
		position: relative;
		top: auto;
		left: auto;
		min-width: 0;
		opacity: 1;
	}
	#main-nav-wrap .row > ul > li > ul a {
		display: block;
		padding: 5px 10px;
	}
	#main-nav-wrap .row > ul > li.show-sub > a {
		padding-bottom: 0;
	}
	#main-nav-wrap .row > ul > li.show-sub > ul {
		display: block;
		left: 0;
		padding-top: 0;
	}
	.menu-shown #main-nav-wrap {
		overflow-x: hidden;
		overflow-y: auto;
	}
	/*.collection-gallery > .grid-col-6*/
	.collection-gallery .grid-col-6, 
	.collection-gallery .cnt-node {
		width: 100%;
		float: none;
	}
	.collection-gallery .empty { display: none;}
	.lazy-load.material-detail-image.lazy-loaded { display: block;}
	/* Timeline */
	.page-builder-wrap.timeline .timeline-item::before {
		width: 16px;
		left: -8px;
	}
	.search-result-item div.image {
		max-width: 100px;
	}
	.search-result-item .text-field {
		float: left;
		max-width: calc(100% - 100px);
	}

}
@media (max-width: 500px) {


}