/* LOAD MELVILLE FONT */
@font-face {
	font-family: 'Melville';
	src: url('../fonts/melville-regular-webfont.eot');
	src: url('../fonts/melville-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/melville-regular-webfont.woff') format('woff'),
		 url('../fonts/melville-regular-webfont.ttf') format('truetype'),
		 url('../fonts/melville-regular-webfont.svg#melville') format('svg');
	font-weight: normal;
	font-style: normal;
}/*
@font-face {
	font-family: 'Melville Bold';
	src: url('../fonts/melville-black-webfont.eot');
	src: url('../fonts/melville-black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/melville-black-webfont.woff') format('woff'),
		 url('../fonts/melville-black-webfont.ttf') format('truetype'),
		 url('../fonts/melville-black-webfont.svg#melvilleblack') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'Melville Bold';
    src: url('../fonts/melville-bold-webfont.woff2') format('woff2'),
         url('../fonts/melville-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:root {
    --c-red: #f42f0d;
    --ff-reg: 'Melville', Georgia, Times, serif;;
    --ff-bold: 'Melville Bold', Georgia, Times, serif;;
}


.side-info,
.site-header,
h4.category,
h3, h4,
.prev-next-wrap a,
.item-body ul.calendar-list li .item-type,
.item-body ul.calendar-list li .item-date,
.webshop-item .artist-name,
.webshop-props dl dt,
.frone {
	font-family: 'Francois One', Helvetica, sans-serif;	
	font-weight: normal;
}
/* 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: 'Melville Bold', Georgia, Times, serif;
    font-weight: normal;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
	padding-bottom: 50px;
	background: url(../_img/pm-bg-logo.svg) center center no-repeat fixed;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	

}
a img { border: none; }
a {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
strong { 
	font-family: 'Melville Bold', Georgia, Times, serif;
	font-weight: bold; 
}
hr.clear, hr.clear_content_cols {
	visibility: hidden;
	height: 0px;
	border: none;
	clear: both;
	float: none;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}
p { margin-bottom: 10px;}
textarea,
input[type=text], input[type=email],
input[type=password] {
	border: none;
	border-bottom: 1px solid #000;
	font-family: 'Francois One', Helvetica, sans-serif;
	padding: 5px 0;
	margin-bottom: 5px;
	border-radius: 0;
	font-size: 14px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}
input[type=submit] {
	-webkit-appearance: none;
	font-family: 'Francois One', Helvetica, sans-serif;
	box-sizing: border-box;
	border: none;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;	
	margin-top: 16px;
	border-radius: 0px;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}
a#to_top {
	display: none;
}
#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;
}
/* Grid */
.row-inner,
.row {
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 0 0 0 0;	
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	position: relative;
}
main.row {
	max-width: 1024px;
}
.row-inner { 
	padding: 0; 
	max-width: 	960px;	
}
.row.full-w,
.page-builder-wrap .row.full-w > .row-inner,
.page-builder-wrap .row { max-width: none; }
.page-builder-wrap .row.full-w > .row-inner {
	padding-left: 0;
	padding-right: 0;
}
.page-builder-wrap .row.full-w > .row-inner .grid-col-12 {
	padding-left: 0;
	padding-right: 0;
}
.page-builder-wrap .row-inner { padding-left: 10px; padding-right: 10px; }
.site-wrapper {
	box-sizing: border-box;
}
.page-builder-content-wrap {
	margin-top: 20px;
}
.page-builder-content-wrap,
#main > .row { 
	position: relative;
	z-index: 5;
}
/*#main-nav-wrap > .row { padding-right: 15px;}*/
.col, [class*="grid-col-"] {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0px 16px 0px; 
	text-align: left;
	position: relative;
}

[class*="grid-col-"] video,
.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: 10%; }
/* 12 cols */
.grid-col-1 { width:10%; }
.grid-col-2 { width:20%; }
.grid-col-3 { width:30%; }
.grid-col-4 { width:40%; }
.grid-col-5 { width:50%; }
.grid-col-6 { width:60%; }
.grid-col-7 { width:70%; }
.grid-col-8 { width:80%; }
.grid-col-9 { width:90%; }
.grid-col-10 { width:100%; }
.grid-col-25 { width:25%; }

.mar-l-1 { margin-left: 10%; }
.mar-l-2 { margin-left: 20%; }
.mar-l-3 { margin-left: 30%; }
.mar-l-4 { margin-left: 40%; }

.tour-reservation-wrap li:after,
.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 */
.site-header {
	text-transform: uppercase;
	padding-top: 8px;
	font-size: 14px;
	line-height: 22px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 35px;
	background: #fff;
	transition: box-shadow 0.4s ease;
}
.scrolled-down .site-header {
	box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}
body {
	padding-top: 35px;
}
.site-header a {
	text-decoration: none;
}
.site-header .row.first-row {
	margin-bottom: 24px;
}
#main-nav-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: #fff;
	padding: 12px 0;
	width: 100%;
	box-shadow: 3px 10px 10px rgba(0,0,0,0.5);
	transform: translateY(-400px);
	transition: transform 0.3s ease;
}
.menu-active #main-nav-wrap { transform: translateY(0px);}
#menu-hide {
	position: absolute;
	top: 0px;
	z-index: 10;
	right: 12px;
	font-size: 33px;
	line-height: 1;
	text-decoration: none;
	opacity: 0;
}
.home-link,
#menu-show {
	float: left;
	margin-right: 12px;
}
.lang-options {
	display: none;
	float: left;
}
.lang-options a {
	position: relative;
	display: inline-block;
	min-width: 21px;
	margin-right: 6px;
}
.lang-options a:before {
	content: ' ';
	display: block;
	top: -2px;
	left: -5px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 2px solid #000;
	position: absolute;
	opacity: 0;
}
.lang-options a.active:before, .lang-options a:hover:before { opacity: 1;}
#main-nav-wrap .grid-col-2 {
	/*padding-top: 16px;*/
	padding-left: 0;
	padding-right: 16px;	
}
#main-nav-wrap ul a {
	display: block;
}
#main-nav-wrap ul a span {
	display: inline-block;
	border-bottom: 1px solid transparent;
}
#main-nav-wrap ul a:hover span {
	text-decoration: underline;
}
#main-nav-wrap ul.level-0 > li > a {
	border-bottom: 2px solid #000;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.menu-col-04 li.has-subs {
	margin-bottom: 23px;
}
#main-nav-wrap ul.level-0 > li.has-subs > a:hover span { text-decoration: none; }
/* Side info's */
.side-info {
	position: fixed;
	top: 50vh;
	font-size: 14px;
	transform: translateY(-50%);
}
.side-info.page-left { 
	left: 0; 
	text-align: left;
	padding-left: 12px;
}
.side-info.page-right { 
	text-align: right;
	right: 0; 
	padding-right: 12px;
}
.side-info.page-right a,
ul.social-linkage a { text-decoration: none; }
.side-info.page-right a:hover,
ul.social-linkage a:hover { text-decoration: underline; }
ul.social-linkage li {
	margin-bottom: 10px;
}
a.donaties-link {
	display: block;
	margin-bottom: 10px;
}
a.donaties-link img {
	max-width: 100px;
	height: auto;
}
/* Home */
.home-lists ul li {
	margin-bottom: 12px;
	border-bottom: 2px solid #000;
	position: relative;
}
.home-lists ul li i.work-of-day {
	bottom: 16px;
	right: 0px;
}
.home-lists ul li.webshop-li { padding-right: 76px;}
.home-lists ul li a {
	text-decoration: none;
}
.home-lists ul li.calendar-li h3 {
	font-size: 22px;
	line-height: 20px;	
}

.home-lists ul li h3, .home-lists ul li h4 {
	text-transform: uppercase;
}
.home-lists ul li h2 {
	font-family: 'Melville Bold', Georgia;
	font-size: 40px;
	line-height: 0.9;
	padding-bottom: 12px;
}
.home-lists ul li h3 {
	padding-bottom: 12px;
}
h4.category {

}
.list-header {
	text-align: center;
}
.home-upcoming {
	margin-top: 200px;
}
.page-type {
	text-align: center;
}
/* Item focus */
.item-media {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 32px;
	width: 600px;
	height: 450px;
	position: relative;
}
.item-media.type-video {
	width: 100%;
	height: auto;
}
.item-media > img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.webshop-focus .item-media > img,
.webshop-item-media > img {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);	
}
.item-header {
	border-bottom: 2px solid #000;
	margin-bottom: 12px;
}
.no-img .item-header {
	padding-top: 32px;
}
.item-header h1 {
	font-family: 'Melville Bold', Georgia, serif;
	font-size: 40px;
	line-height: 0.9;
	margin-bottom: 10px;
}
.item-header h3 {
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 12px;
}
.item-header h3 i { display: none;}
.intro-text {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-top: 8px;
	margin-bottom: 12px;
	max-width: 800px;
}
.item-body-text h3,
.item-body-text h4 {
	font-family: "Melville Bold", Georgia, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 8px;
}
.item-body-text {
	clear: both;
	float: left;
	width: 66.666%;
	font-size: 16px;
	line-height: 1.25;
	padding-right: 32px;
	letter-spacing: 0.02em;
}
.item-sidebar {
	float: left;
	width: 33.333%;
	font-size: 14px;
}
.page-builder-wrap.no-row-mode.row {
	padding-left: 0;
	padding-right: 0;
}
.page-builder-wrap.no-row-mode.row div[class*="grid-col-"] {
	width: 100%;
}
.sidebar-images img {
	display: block;
	margin-bottom: 16px;
}
.item-sidebar h2, .item-sidebar h3, .item-sidebar h4 {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 14px;
}
.item-sidebar h4.location-title {
	text-transform: none;
	font-family: 'Melville Bold', Georgia, Times, serif;
	margin-bottom: 0;
}
.item-body ul  {
	list-style: disc;
}
.item-body li {
	margin-left: 16px;
	padding-left: 0px;
	margin-bottom: 8px;
}
.item-body ul.rel-items {
	list-style: none;
	margin-bottom: 16px;
}
.item-body ul.rel-items li {
	margin-left: 0;
	margin-bottom: 8px;
}
.item-body ul.rel-items li a .expo-date { text-decoration: none;}

/* Prev next */
.prev-next-wrap {
	display: block;
	clear: both;
	border-top: 2px solid #000;
	margin-top: 16px;
	padding-top: 8px;
}
.prev-next-wrap a {
	text-transform: uppercase;
}
.prev-next-wrap a.link-prev {
	float: left;
}
.prev-next-wrap a.link-next { float: right; }
/* Side images */
.page-side-img {
	width: 10%;
	overflow: hidden;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -1;
}
.page-side-img div.side-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: transform 0.3s ease;
	/*background-color: lime;*/
}
.page-side-img div.side-img > div {
	position: relative;
	padding-bottom: 225%;
}
.page-side-img div.side-img > div img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}/*
.page-side-img div img {
	position: absolute;
	height: 356px;
	width: auto;
	top: 0;
	opacity: 0;
	transition: opacity 0.7s ease;
}*/
.page-side-img.img-loaded div img { opacity: 1;}
#page-side-img-l {
	left: 0;
}
#page-side-img-r {
	right: 0;
}
/*
#page-side-img-l div img { right: 0;}
#page-side-img-r div img { left: 0;}
*/
/* Calendar list */
.item-body ul.calendar-list {
	list-style: none;
	border-top: 2px solid #000;
	padding-top: 8px;
	margin-top: 32px;
}
.item-body ul.calendar-list > li {
	border-bottom: 2px solid #000;
	padding-bottom: 4px;
	margin-bottom: 8px;
	padding-left: 0;
	margin-left: 0;
}
.item-body ul.calendar-list li  div {
	float: left;
}
.workshop-focus .info-col,
.item-body ul.calendar-list li .item-type {
	width: 33.333%;
	padding-right: 8px;
}
.workshop-focus .text-col,
.item-body ul.calendar-list li .item-title {
	width: 50%;
	padding-left: 8px;
}
.item-body ul.calendar-list.newsletter-archive li .item-title {
	width: 83%;
	padding-left: 0;
}
.item-body ul.calendar-list li .item-date {
	width: 16.66666%;
}
.item-body ul.calendar-list li .item-type,
.item-body ul.calendar-list li .item-date {
	text-transform: uppercase;
	font-size: 14px;
}
.item-body ul.calendar-list li .item-date {
	text-align: right;
	padding-left: 8px;
}
.item-body ul.calendar-list li .item-date i {
	display: block;
}
.ajax-data-hidden .workshop-focus { display: none; }
.workshop-focus {
	font-size: 14px;
	padding-top: 17px;
}
.workshop-focus .text-col {

}
/* Page items */
section.page-item {
	margin-top: 16px;
	clear: both;
}
section.page-item h2.section-title {
	border-bottom: 2px solid #000;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 8px;
	margin-bottom: 14px;
}
/* Webshop */
i.work-of-day {
	position: absolute;
	bottom: 30px;
	right: 40px;
	z-index: 2;
	display: block;
	width: 60px;
	height: 60px;
}
.webshop-items-list {
	padding-top: 32px;
	border-top: 2px solid #000;
}
.webshop-item {
	position: relative;
	float: left;
	width: calc(50% - 8px);	
	margin-right: 8px;
	margin-bottom: 16px;
}
.webshop-item .item-wrap {
	width: 100%;
	padding-bottom: 75.86%;
}
.webshop-item > a  {
	display: block;
}
.webshop-item[data-index="even"] {
	margin-right: 0;
	margin-left: 8px;
}
.webshop-item[data-index="odd"] {
	clear: both;
}
.webshop-item .item-inner {
	position: absolute;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	padding: 10px;
	background-size: contain;
}
.webshop-item .item-inner span {
	display: block;
}
.webshop-item .roll-over-info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	padding: 16px;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.webshop-item:hover .roll-over-info {
	opacity: 1;
}
.webshop-item h3 {
	margin-bottom: 8px;
}
.webshop-item h4 {
	font-family: 'Melville Bold', Georgia, serif;
}
.webshop-item .artist-name {
	text-transform: uppercase;
	margin-bottom: 8px;
}
.webshop-item i.work-of-day {
	right: -30px;
	bottom: 30px;
}
body.artist-focus #main > .item-body > header,
body.artist-focus #main > .item-body > div.intro-text {
	display: none;
}
/* webshop focus*/
.webshop-focus {
	padding-top: 32px;
	clear: both;
	margin-bottom: 64px;
}
.webshop-focus .item-header {
	position: relative;
}
#ws-reset-filters:after,
.webshop-focus .item-header a.closer {
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../_img/pm-sprite.svg) -20px 0 no-repeat ;
	background-size: 200%;
}
.webshop-props dl dt, 
.webshop-props dl dd {
	float: left;
}
.webshop-props dl dt {
	clear: both;
	text-transform: uppercase;
	margin-right: 5px;
	font-size: 14px;
}
/* Modal  */
.overlay,
.focus-modal {
	position: absolute;
	max-width: 600px;
	/*overflow-x:hidden;*/
	background-color: #fff;
	z-index: 1001;
	opacity: 1;
	transition: opacity 1s ease;
}
.overlay {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	max-width: none;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	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: 8px;
	right: 16px;
	line-height: 1;
	z-index: 100;
}
/* Artwork request form */
.artwork-request-form {
	min-width: 600px;
	text-align: left;
	padding: 32px;
}
/* Webshop filters */
#calendar-nav,
#webshop-nav {
	position: relative;
}
#ws-items-num {
	float: left;
}
a#cal-filters-toggle,
a#ws-filters-toggle {
	float: right;
}
#cal-filters,
#ws-filters {
	display: none;
	clear: both;
	top: 27px;
	right: -12px;
	z-index: 100000;
	position: absolute;
	background-color: #fff;
	width: 270px;
	padding: 12px;
	box-shadow: -8px 8px 8px rgba(0,0,0,0.5);
}
.show-filters #cal-filters,
.show-filters #ws-filters { display: block;}
.filter-cat {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}
.range-selected {
	position: absolute;
	top: 0;
	right: 0;
}
a#cal-reset-filters,
a#ws-reset-filters {
	display: block;
	position: relative;
	padding-top: 5px;
}
a#cal-reset-filters:after,
a#ws-reset-filters:after {
	content: ' ';
	margin-top: 3px;
}
.filter-options-wrap {
	font-family: 'Melville', Georgia, serif;
	text-transform: none;
	max-height: 130px;
	overflow-y: auto;
	overflow-x: hidden;
}
.toggled .filter-options-wrap { 
	display: none; 
}
.toggled > h4 {
	cursor: pointer;
	position: relative;
}
.toggled > h4:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background: url(../_img/pm-sprite.svg) 0 -15px;
}
.toggled.show-options > h4:after { background-position: -15px -15px; }
.toggled.show-options .filter-options-wrap { display: block; }
.range-max {
	float: right;
}
.webshop-item.hidden-item { display: none; }
#calendar-nav .filter-options-wrap {
	max-height: 200px;
}
#calendar-nav .filter-options-wrap a {
	position: relative;
	display: block;
	padding-left: 20px;
}
#calendar-nav .filter-options-wrap a:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #000;
}
#calendar-nav .filter-options-wrap a.active:before { background-color: #000; }
ul.sub-types-wrap {
	margin-left: 30px;
	display: none;
}
a[data-event-type].active + ul.sub-types-wrap {
	display: block;
}
.filter-cat select {
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-family: 'Melville', Georgia, serif;
	font-size: 14px;
	/*border-bottom: 1px solid #000;*/
	background-color: #fff;
}
/* Slider Range jQuery UI - Stripped a/f */
.slider-range {
	max-width: 90%;
	margin-left: 5%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	display: block;
	top: -1px;
	z-index: 2;
	width: 16px;
	height: 16px;
	background-color: #000;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ui-slider-horizontal .ui-slider-handle { margin-left: -8px; }
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-widget.ui-widget-content { border: none; }
/* Nice slick borders */
.ui-widget-header:after,
.ui-widget.ui-widget-content:after {
	content: ' ';
	display: block;
	width: 100%;
	border-top: 2px dotted #000;
	position: absolute;
	left: 0;
	top: 5px;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {

}
.ui-widget-header:after {
	border-top: 2px solid #000;
}
.ui-widget-header a {
	color: #333333;
}
/* / Range Slider */
.input-row.user-amount {
	padding-top: 10px;
}
.input-row.user-amount > label {
	display: block;
	margin-bottom: 5px;
}
label.checbox span {
	display: inline-block;
	min-width: 60px;
	/*font-family: 'Francois One', Helvetica, sans-serif;	*/
}
.other-amount {
	padding: 5px 0;
}
/* Alerts */
.alert {
	padding: 15px;
	margin-bottom: 20px;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
/*                                       __  _           
   ________  ________  ______   ______ _/ /_(_)___  ____ 
  / ___/ _ \/ ___/ _ \/ ___/ | / / __ `/ __/ / __ \/ __ \
 / /  /  __(__  )  __/ /   | |/ / /_/ / /_/ / /_/ / / / /
/_/   \___/____/\___/_/    |___/\__,_/\__/_/\____/_/ /*/
.tour-reservation-wrap {
    /*margin-top: 40px;*/
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.tour-reservation-wrap ul {
	list-style: none;
	margin-left: 0;
}
.tour-reservation-wrap ul li {
	margin-left: 0;
	margin-bottom: 0px !important;
}
.tour-reservation-wrap > h3 {
	font-family: var(--ff-bold);
	margin-bottom: 30px;
	font-size: 30px;
}
.month-tour-dates li {
    clear: both;
}
ul.tour-months > li:nth-of-type(n+4) { display: none; }

.month-tour-dates li label {
    float: left;
}
.notice,
.tour-reservation-wrap, .tour-reservation-form-wrap {
    font-family: var(--ff-reg);
}
.event-focus-wrap,
.tour-reservation-wrap  {
    position: relative;
}
#activity-focus >  a.closer,
.event-focus-wrap > a.closer,
.tour-reservation-wrap > a.closer {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 33px;
    line-height: 0;
    text-decoration: none;
    font-family: var(--ff-intro);
    color: var(--c-red);
}
a.closer:hover { color: #000; }
#activity-focus >  a.closer,
.event-focus-wrap > a.closer {
    top: 0;
}
.event-focus-wrap.hidden,
.event-reservation-wrap.hidden { display: none; }
.tour-title-wrap, .tour-months-wrap {
    width: 120px !important;
}
.tour-dates-wrap { 
	position: relative; 
	width: calc(100% - 120px);
}
span.max-capacity { 
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 11px;
    white-space: nowrap;
}
.tour-title-wrap { font-size: 16px;}
.tour-months-wrap a {
    display: block;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #b2b2b2;
    font-family: var(--ff-intro);
}
.tour-months-wrap a.active, .tour-months-wrap a:hover { 
    font-weight: bold; 
    color: #000;
}
.tour-dates-wrap li {
    padding-bottom: 10px;
}
.tour-dates-wrap li .date-options {
    float: right;
    max-width: 250px;
}
.tour-dates-wrap li > label {
    float: left;
    margin-top: 5px;
    min-width: 150px;
}
.date-day {
    display: inline-block;
    min-width: 100px;
    /*background-color: lime;*/
}
.time-display sup {
    font-size: 9px;
    vertical-align: top;
}
i.date-block-info,
.tour-dates-wrap li .date-options > a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    margin-left: -1px;
    margin-bottom: -1px;
}
i.date-block-info.blocked,
.tour-dates-wrap li .date-options > a.blocked, .tour-dates-wrap li .date-options > a.blocked:hover {
    background: #e74647;
}
.tour-dates-wrap li .date-options > a.selected,
.tour-dates-wrap li .date-options > a:hover {
    background: url(../_img/pm-sprite.svg) -101px -1px no-repeat;
}
.month-tour-dates {
    margin-bottom: 10px;
}
li.day-slots-collapser {
	margin-bottom: 5px !important;
}
li.day-slots-collapser > ul.hidden {
    display: none;
}
li.day-slots-collapser > a {
    text-decoration: none;
}
li.day-slots-collapser a.active,
li.day-slots-collapser > a:hover {
	color: var(--c-red);
}
.day-slots-collapser span.date-name { 
	/*display: none; */
	font-size: 12px;
	/*text-transform: uppercase;*/
	opacity: 0.5;
	display: inline-block;
	margin-right: 5px;
}
.day-slots-collapser ul {
	/*margin-left: 10px;*/
	margin: 10px;
	/*margin-bottom: 20px;*/
}
div.legend {
    display: inline-block;
    float: right; 
    margin-bottom: 20px;
}
i.date-block-info {
    float: none;
    display: inline-block;
    margin-bottom: -8px;
    margin-left: 10px;
    margin-right: 3px;
}
i.date-block-info:nth-of-type(1) { }

img.loading-spinner {
    position: absolute;
}
.tour-reservation-form-wrap { 
    clear: both;
    padding-top: 20px;
    font-size: 13px; 
    display: none;
    /*width: 350px;*/
    /*max-width: 100%;*/
    /*float: right;*/
}
.tour-reservation-form-wrap h3 { 
    font-weight: normal;
    margin-bottom: 10px;
}
.tour-reservation-form-wrap input[type="text"],
.tour-reservation-form-wrap input[type="number"],
.tour-reservation-form-wrap input[type="email"]  {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 27px;
    padding: 3px 8px;
    margin-bottom: 10px;
}
.tour-reservation-form-wrap input[type="text"],
.tour-reservation-form-wrap input[type="email"] {
    display: block;
    width: 100%;
}
.tour-reservation-form-wrap input[type="number"] {
    max-width: 50px;
}
.tour-reservation-form-wrap input[type=submit] {
    width: auto;
    float: right;
    margin-top: 0;
}
.tour-reservation-form-wrap input[type=submit]:hover {
    /*border-color: #000;*/
    /*color: #000;*/
    /*background-position-y: 7px; */
}
.form-col-wrap {
    padding-right: 0;
}
.notice {
    clear: both;
    padding: 10px 15px;
    background: #ffcccc;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.notice.success {
    background-color: #d7ffc7;
}
.notice.payment_link {
    padding: 10px 0;
    background-color: transparent;
}
.payment-info-wrap {
    padding: 20px;
    border: 1px solid #000;
    margin-top: -1px;
    text-transform: uppercase;
    text-align: center;
}
.payment-process-info {
    padding-top: 10px;
    text-transform: none;
}
.notice.payment_link .alert {
    margin: 10px 0;
}
.payment-process-info p:last-child,
.alert > p:last-child { margin-bottom: 0; }
a#alt-payment-confirm,
a.btn-mollie {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}
a#alt-payment-confirm:hover,
a.btn-mollie:hover { 
    background-color: transparent; 
    color: var(--c-red);
}
.alt-payment-option {
    padding-top: 20px;
    margin: 20px -20px 0 -20px;
    border-top: 1px solid #000;
}
a#alt-payment-confirm {
    display: none;
}


/* Show only the first 6*/
.tour-dates-wrap.many-dates ul > li:nth-of-type(n+7) { display: none; }
.tour-dates-wrap ul > li.show-more { display: none; }
.tour-dates-wrap.many-dates ul > li.show-more { 
    padding-top: 10px;
    display: block !important; 
}

body.mobile-size.ww-output .site-wrapper { background-color: lime; }

.alert {
    padding: 10px;
    margin-bottom: 20px;
}
.alert-info {
    background-color: #bed1e1;
}
.alert-warning {
    color: #fff;
    font-weight: bold;
    background-color: #ff806b !important;
}
.alert-warning a { color: #fff; }
.alert-success {
    background-color: #f0fff1 !important;
}
.alert-danger {
    color: #fff;
    font-weight: bold;
    background-color: #ff806b !important;
}
.payment-status-wrap {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
}



@media (max-width: 900px) {
	#main-nav-wrap {
		max-width: 100%
	}
}
@media (max-width: 768px) {
	body {
		background-size: 90vw;
	}
	header .menu-toggle-langs-wrap {
		width: 40% !important;
		padding-bottom: 0;
		position: relative;
		z-index: 10;
	}
	header .type-header-wrap {
		width: 100%;
		margin-left: -40%;
	}
	.toggle-menu {
		display: block;
		width: 15px;
		height: 20px;
		background: url(../_img/pm-sprite.svg) 0 5px no-repeat;
		text-indent: -9999px;
	}
	.site-header {

	}
	body {
		padding-top: 40px;
	}
	#menu-hide {
		opacity: 1;
		background-position-x: -15px;
		right: auto;
		left: 10px;
		top: 10px;
	}
	#main-nav-wrap {
		transform: translateY(-100%);
		padding-top: 48px;
		padding-left: 10%;
		box-shadow: none;
		overflow: hidden;
		height: 100vh;
		font-size: 20px;
	}

	.site-header .row.first-row { margin-bottom: 0;}
	.has-subs ul {
		display: block;
	}
	.has-subs.display-subs ul {
		display: block;
	}
	body.menu-active {
		overflow: hidden;
	}
	body.menu-active #main-nav-wrap {
		overflow: auto;
	}

	.site-header .grid-col-2 {
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
	}
	#main-nav-wrap .lang-options {
		display: none;
	}
	.menu-col-04 li.has-subs { margin-bottom: 0;}
	#main-nav-wrap .row {
		padding-left: 0;
		padding-right: 10px;
	}
	#main-nav-wrap ul.level-0 > li > a {
		border-bottom: none;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	#main-nav-wrap ul.level-1 li > a {
		padding: 5px 0
	}
	.level-1 {
		margin-left: 10%;
	}
	a.home-link,
	#main-nav-wrap ul.level-0 > li {
		display: block;
		float: none;
		padding-bottom: 6px;
		margin-bottom: 8px;
		border-bottom: 2px solid #000;
	}
	.grid-col-25  {
		width: 100%;
	}
	.mar-l-2 { margin-left: 0;}
	.home-lists {
		width: 100%;
	}
	.item-header h1,
	.home-lists ul li h2 {
		font-size: 34px;
	}
	.home-lists ul li h3 { margin-top: -8px;}
	.sidebar-images,
	.item-media {
		margin-right: auto;
		margin-left: auto;
		max-width: 80%;
		height: auto;
	}
	.item-media > img {
		position: relative;
	}
	.sidebar-images {
		padding-bottom: 16px;
	}
	.webshop-items-list,
	.item-body {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.item-sidebar,
	.item-body-text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 32px;
	}
	/* Calendar */
	.workshop-focus .info-col,
	.item-body ul.calendar-list li .item-type,
	.workshop-focus .text-col,
	.item-body ul.calendar-list li .item-title,
	.item-body ul.calendar-list li .item-date {
		width: 100%;
		text-align: left;
		padding-left: 0;
	}	
	.workshop-focus { font-size: 16px;}
	/* Footer */
	footer {
		margin-top: 64px;
	}
	.side-info {
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		width: 50%;
		float: left;
		transform: none;
	}
	.webshop-items-list .webshop-item {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}