/* color definitions */
/*	gold		rgba(170,155,110,1.0) */
/*	gold bgr	rgba(205,185,135,1.0) */
/* jura-600 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jura-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Jura SemiBold'), local('Jura-SemiBold'),
       url('../fonts/jura-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jura-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/jura-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/jura-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/jura-v9-latin-600.svg#Jura') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* start // typo - new defintions for default foundation styles ****************** */
body {
	color: #0a0a0a;
	font-family: 'Roboto',Arial,sans-serif;
	font-weight: normal;
	font-weight: 300;
	line-height: 1.4;
}
.bgr_gold {background:rgba(205,185,135,1.0);}
.line_gold {border-bottom: 1px solid rgba(170,155,110,1.0);}
.type-text.special {display: none;}

@media screen and (min-width: 80em) /* 1280px */ {
	.pl-1 { padding-left:1rem; }
	.pr-1 { padding-right:1rem; }
	.pl-2 { padding-left:2rem; }
	.pr-2 { padding-right:2rem; }
	.pl-3 { padding-left:3rem; }
	.pr-3 { padding-right:3rem; }
	}
section.bgr_gold {
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	}
.bgr_gold video {
/*	margin: 1rem 0 1rem 0; */
}
.button.hollow.gold-pdf {
	border: 1px solid rgba(170,155,110,1.0);
	background: url(img/iconmonstr-pdf-file.png) no-repeat scroll 10px 10px #ffffff;
	background-size: 32px 32px;
	padding-left:3.5rem;
	cursor:pointer;
	border-radius:0;
	font-size: 1.125rem;
	opacity:1;
}
.button.hollow.gold-pdf:hover { 
	background-color:rgba(205,185,135,1.0);
color:#333; }

h1, h2, h3, h4, h5, h6,
a.section_img-link {
	color: inherit;
	font-family: 'Jura',Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight:600;
	line-height: 1.25;
	margin-bottom: 0rem;
	margin-top: 0;
	text-rendering: optimizelegibility;
}

h2 {color: rgba(170,155,110,1.0);}

h1 {  font-size: 1.5rem; }
h2 {  font-size: 1.25rem; margin:10px 0 20px 0; }
h3 {  font-size: 1.1875rem; }
h4 {  font-size: 1.125rem; }
h5 {  font-size: 1.0625rem; }
h6 {  font-size: 1rem; }

.small-centered h2 {  text-align:center; }
section.bgr_gold h2 { margin-top:1.25rem; color:#ffffff;}

@media screen and (min-width: 40em) {
  h1 { font-size: 5rem; text-align:center; }
  h2 { font-size: 2.25rem; margin:0 0 50px 0; }
  h3 {    font-size: 1.9375rem; }
  h4 {    font-size: 1.5625rem; }
  h5 {    font-size: 1.25rem; }
  h6 {    font-size: 1rem; } 

section.bgr_gold h2 { margin:3rem 0 2rem 0; color:#ffffff;}
}

.txt-notice {color: #cc0000 !important;}

p {
	font-size:0.875rem; }
@media screen and (min-width: 40em) {
	p {
		font-size:1.125rem; }
}

p > a {
	color: #0a0a0a;
	background-color: rgb(211,213,214);
}
p > a:hover, p > a:focus, p > a:active  {
	color: #ffffff;
	background-color: rgb(103,106,109);
}
.block-citation {
	width:100%;
	max-width:700px;
	margin: 0 auto 0 auto;
}
.gallery-1 .mb2 { margin: 2rem 0 0 0;}
/* end // typo - new defintions for default foundation styles ******************** */

/* start // position of headline and link inside large image ********************* */
.box_page-main-img, .box_section-main-img {position:relative; margin-top:20px}

#section1, #section2, #section3, #section4 {
	margin-top: 4rem;
	margin-bottom: 3rem;
}
.box_page-main-img { 
		margin-bottom: 3rem;
	}

@media screen and (min-width: 40em) {
	.box_page-main-img, .box_section-main-img { 
		margin-top:0px;
	}
}

.box_page-main-img_txt {
	position:absolute;
	display:block;
	z-index:120;
	width:100%;
	bottom:0;
	text-align:center;
	color:rgba(170,155,110,1.0);
	}

.box_page-main-img_txt h1 {
	display:inline-block;
	font-size:1.25rem;
	padding:0.5rem 1.5rem;
	margin-bottom:10px;
	border: 1px solid rgba(170,155,110,1.0);
	background-color: rgba(255,255,255,0.75);
/*
	position:absolute;
	bottom:20px;
	left:0;
	display:block;
	width:100%;
	color:#ffffff;
	*/
}
@media screen and (min-width: 40.063em) { /*641px*/
	.box_page-main-img_txt h1 { 
		font-size:3rem;
		padding:0.5rem 1.5rem;
		margin-bottom:80px;
	}
}
@media screen and (min-width: 64em) { /*1024px*/
	.box_page-main-img_txt h1 { 
		font-size:5rem;
		padding:1rem 3rem;
		margin-bottom:80px;
	}
}

a.section_img-link {
	position:relative;
	z-index:100;
	display:block;
	width:100%;
	height:100%;
}
a.section_img-link:hover, a.section_img-link:active, a.section_img-link:focus {
/*
	background-color: rgba(255,255,255,0.5);
*/	}
 div.section_img-main_filter {
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:110;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	visibility:hidden;
	}
a.section_img-link:hover div.section_img-main_filter,
a.section_img-link:active div.section_img-main_filter, 
a.section_img-link:focus div.section_img-main_filter {
	visibility:visible;
	}
.section_img-link_txt {
	position:absolute;
	display:block;
	z-index:120;
	width:100%;
	bottom:0;
	text-align:center;
	color:rgba(170,155,110,1.0);
	}
.section_img-link_txt h3 {
	display:inline-block;
	font-size:1.5rem;
	padding:0.5rem 1.0rem;
	margin-bottom:10px;
	border: 1px solid rgba(170,155,110,1.0);
	background-color: rgba(255,255,255,0.75);
	}
a.section_img-link:hover .section_img-link_txt h3,
a.section_img-link:active .section_img-link_txt h3, 
a.section_img-link:focus .section_img-link_txt h3 {
	background-color: transparent;
	}
.section_pdf-link_txt {
	position:relative;
	display:block;
	z-index:120;
	width:100%;
	bottom:0;
	text-align:center;
	color:rgba(170,155,110,1.0);
	}
.section_pdf-link_txt h3, h3 .section_pdf-link_txt {
	display:block;
	font-size:1.5rem;
	padding:0.5rem 1.0rem;
	margin-bottom:10px;
	border: 1px solid rgba(170,155,110,1.0);
	background-color: rgba(255,255,255,0.75);
	}
a.section_pdf-link_txt:hover h3, h3 a.section_pdf-link_txt:hover,
a.section_pdf-link_txt:active h3, h3 a.section_pdf-link_txt:active,
a.section_pdf-link_txt:focus h3, h3 a.section_pdf-link_txt:focus
	{
	color:rgba(170,155,110,1.0);
	background-color: rgba(0,0,0,0.7);
	}
@media screen and (min-width: 40em) {
	a.section_img-link {
		margin-top:2rem;
		}
	.section_img-link_txt h3, h3 .section_img-link_txt { 
		font-size:5rem;
		padding:1rem 3rem;
		margin-bottom:80px;}
}
/* end // position of headline and link inside large image *********************** */

/* start // header + main navi *************************************************** */
.title-bar {
	position:relative;
	z-index:300;
	}
.title-bar-title {
  font-weight: normal;
}
.menu .active > a {
    color: rgba(170,155,110,1.0);
    background: transparent;
}
#resono-menu {
	/*
	padding-top:0; padding-bottom:0;
	background-color:#ffffff; */
	z-index:200;
	}
@media screen and (min-width: 64em) {  /*1024*/
	#resono-menu .top-bar-left {
		width:75%;
	}
}
@media screen and (min-width: 40em) {
	.top-bar-left { margin-top:7rem;}
}
.top-bar, .top-bar ul {
    background-color: #ffffff;
}
@media screen and (max-width: 63.938rem) { /* 1023px */
	.top-bar { 
		position: absolute;
		z-index:201;
		background:rgba(255,255,255,0.75);
		top:0;
		bottom:0;
		left:0;
		right:0;
		padding-top:4rem;
	}
}
.top-bar-left ul {
	width:100%;
/*	position:relative; */
}
.top-bar-left li {
	width:19%;
	display:inline-block;
}
.top-bar-left li li {
	width:100%;
}
@media screen and (max-width: 63.938rem) { /* 1023px */
	.top-bar-left li {
		width:100%;
	}
}
.dropdown.menu > li.is-dropdown-submenu-parent > a,
.top-bar-left .menu > li > a {
	padding: 0.5rem 0.875rem;
	}
.top-bar-left a {
	font-family: "Jura",Arial,sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size:1.375rem;
	line-height: 1.5;
	text-rendering: optimizelegibility;
	color:rgba(111,111,111,1.0);
	text-decoration:none;
}
.top-bar-left a.subitem {
	font-size:1.125rem;
	line-height: 1.25;
	padding-bottom:0.938rem;
	padding-right:0.5rem
	padding-top:0.938rem;
	border-bottom:1px solid #dddddd;
	}
.top-bar-left a:hover, .top-bar-left a:active, .top-bar-left a:focus {
	color: rgba(170,155,110,1.0);
	}
@media screen and (max-width: 63.938rem) { /* 1023px */
	.top-bar-left .menu a {
		line-height:2.0;
		border-bottom:1px solid #dddddd;
	}
}

@media screen and (min-width: 64em) { /* 1024px */
	.top-bar-right img {margin-top:40px;}
	}
@media screen and (max-width: 64em) { /* 1024px */
	.top-bar .top-bar-right {
		max-width: 24%;
	}
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(170,155,110,1.0) transparent transparent;
  border-image: none;
  border-style: solid inset inset;
  border-width: 5px 5px 0;
  content: "";
  display: block;
  height: 0;
  margin-top: -2px;
  right: 5px;
  width: 0;
}
.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent rgba(170,155,110,1.0);
}
.js-drilldown-back > a::before {
  border-color: transparent rgba(170,155,110,1.0) transparent transparent;
}
/* end // header + main navi ********************************************** */

/* start // accordion content styles ********************************************* */
.accordion {
	border:0;
	background-color:#ffffff;
	border-radius:0;
	}
.accordion-item {
	margin-bottom:3rem;
	}
.accordion-title {
	display: block;
	padding: 1rem 8.3333%;
		font-family: "Jura",Arial,sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 3;
	font-size: 1.5rem;
	color: #222222;
	position: relative;
	border-bottom: 0; 
	background-color: rgb(205,185,135);
}
		.accordion-title:hover, .accordion-title:focus {
			color: #ffffff; 
			background-color: rgb(205,185,135);
		}
		.accordion-title::before {
			content: '';
			/*position: absolute;
			right: 1rem;
			top: 50%;
			margin-top: -0.5rem; */ }
		.is-active > .accordion-title::before {
			content: ''; }
@media screen and (max-width: 40em) { /* 640px */
	.accordion-title {
		padding: 1rem 5%;
		line-height: 2;
		font-size: 1.5rem;
		text-align:center;
	}
}


.accordion-title img {
	margin:0px auto 0px auto;
	}
@media screen and (max-width: 40em) { /* 640px */
	.accordion-title img {
		width:0px;
		height:0px;
		}
}
@media screen and (min-width: 40.063em) and (max-width: 63.938em){ /* 640px */
	.accordion-title img {
		width:150px;
		max-width:50%;
		margin-top:-5.5rem;
		margin-bottom:-1rem;
		}
}
@media screen and (min-width: 64em) { /* 1024px */
	.accordion-title img {
		max-width:100%;
		margin-top:-5.5rem;
		margin-bottom:-1rem;
		}
}

.accordion-content { border-bottom:0; }

.accordion h3, .accordion h4 {
	font-size:1.5rem;
	line-height:1.25;
	}
.accordion h3 {
	padding-bottom:1rem;
	padding-top:2rem;
	}
.accordion p, .accordion td {
	font-size:0.875rem;
	line-height:1.75;
}
.accordion table tbody {
    border:0;
	background-color:#ffffff;
}
.accordion table tbody th, .accordion table tbody td {
    padding: 0;
}

/* end // accordion content styles *********************************************** */
/* start // common template content - not instrument ***************************** */

article img {
	margin-top:0rem;
	margin-bottom:2rem;
	}
article .gallery-1 img {
	margin-top:0rem;
	margin-bottom:0rem;
	}

/* end // common template content - not instrument ******************************* */
/* start // special template soundpad ******************************************** */
.product-box-container {
	
	}
.product-box {
	border: 1px solid rgba(205,185,135,1.0);
	padding: 2rem 1rem 1rem 1rem;
	margin-bottom: 2rem;
	}
.product-box h3 {
  color: rgba(170,155,110,1.0);
}
.product-box p.product-price {font-weight:bold;}

.statement {
	color: #ffffff;
	background-color: rgb(205,185,135);
	padding: .5rem 3rem;
	margin-bottom:5rem;
	margin-top:3rem;
	}

a.ancor-link {
	display:block;
	width: 50%;
	font-size:1.0rem;
	padding:0.25rem 1.0rem;
	margin-bottom:10px;
	border: 1px solid rgba(170,155,110,1.0);
	background-color: rgba(255,255,255,0.75);
	text-align: center;
	letter-spacing: 2px;
	}
a.ancor-link:hover,
a.ancor-link:active,
a.ancor-link:focus
	{
	color:rgba(170,155,110,1.0);
	background-color: rgba(0,0,0,0.7);
	}
@media screen and (min-width: 40em) {
	a.section_img-link {
		margin-top:2rem;
		}
	.section_img-link_txt h3, h3 .section_img-link_txt { 
		font-size:5rem;
		padding:1rem 3rem;
		margin-bottom:80px;}
}
/* end // special template soundpad ********************************************** */
/* start // footer and footer content ******************************************** */
footer {
	background-color: rgb(188,190,192);
	margin-top:70px; 
	font-family: "Jura",Arial,sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size:1.5rem;
	line-height: 1.5;
	text-rendering: optimizelegibility;
	padding-top:1.5rem;
	padding-bottom:2rem;
	border-left: 0.625rem solid #ffffff;
	border-right: 0.625rem solid #ffffff;
}
footer .link_small {
	font-size:1rem;
}
footer a {
	color:#222222;
	text-decoration:none;
	}
footer a:hover, footer a:active, footer a:focus {
	color:#ffffff;
	}
@media screen and (min-width: 40em) {
	footer {
		margin-top:100px; 
		font-size:1.25rem;
		line-height: 1.5;
		padding-top:1.25rem;
		padding-bottom:1.5rem;
	}
	footer .link_small {
		font-size:1.125rem;
	}
}
/* end // footer and footer content ********************************************** */
/* start // form styles ********************************************************** */

.button.hollow {
	border: 1px solid #aaaaaa;
	color: #333333;
	background-color: rgb(211, 213, 214);
}

.button.hollow:hover, .button.hollow:focus {
	background-color: #333333;
	color: rgb(211, 213, 214);
}
.form_notice {font-style:italic;}

/* end // form styles ************************************************************ */
/* start // back-to-top button *************************************************** */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color:rgba(170,155,110,1.0);
	border: 1px solid rgba(170,155,110,1.0);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(170,155,110,1.0) url(img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .8s 0s, visibility 0s 0s;
	-moz-transition: opacity .8s 0s, visibility 0s 0s;
	transition: opacity .8s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .75;
}
.no-touch .cd-top:hover, .cd-top:hover {
	background-color: #000000;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}
/* end // back-to-top button *************************************************** */
/* start // hamburger icon button ********************************************** */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 0.5rem 1rem;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit; 
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }
.hamburger:hover {
	opacity: 0.7; }

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; }

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: rgba(170,155,110,1.0); /* old #000 */
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; }
.hamburger-inner::before {
	top: -10px; }
.hamburger-inner::after {
	bottom: -10px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* end // hamburger icon button ************************************************ */
.gallery-1 a, .gallery-2 a, .gallery-3 a, .gallery-4 a, .gallery-5 a 
{ position:relative; display:inline-block;}

.gallery-1 a::after, .gallery-2 a::after, .gallery-3 a::after, .gallery-4 a::after, .gallery-5 a::after
{
	content: '+';
	position:absolute;
	bottom:0rem; right:1rem;
	font-size:2rem; 
	font-family: 'Jura',Arial,sans-serif;
	font-weight:bold;
	color: rgba(170,155,110,1.0);
	z-index:95; 
} 

/* end // video box ************************************************ */
.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
	margin:1rem 0 1rem 0;
}

.responsiveContainer iframe, .responsiveContainer object, .responsiveContainer embed, .responsiveContainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}