/* Theme Name: MANN
 * Version: 1.0.0
 */

#mc_embed_signup {
	background: #fff;
	border-radius: 1px;
}

#mc_embed_signup::after {
	clear: both;
	display: block;
	content: "";
}

#mc_embed_signup .email-field {
	float: left;
	width: 70%;
}

#mc_embed_signup .email-field input {
	padding: 0 12px;
	width: 100%;
	line-height: 45px;
	padding-top: 5px;
	height: 50px;
}

#mc_embed_signup .subscribe-button {
	float: left;
	width: 30%;
}

#mc_embed_signup .subscribe-button input {
	display: block;
	background: #a9a19d;
	color: #fff;
	width: 100%;
	height: 50px;
	font-size: 12px;
}

body {
  opacity: 1;
  transition: 0.7s opacity;
}

body.fade {
  opacity: 0;
  transition: none;
}

.js-inview-visible {
  transition: all 500ms ease 100ms;
  opacity: 1;
}

.js-inview-hidden {
  opacity: 0;
}

@font-face {
	font-family: "Caslon Pro";
	font-weight: 400;
	font-style: normal;
  src: url("fonts/Caslon-Pro-Regular.woff2") format("woff2"), 
       url("fonts/Caslon-Pro-Regular.woff") format("woff");
       font-display: swap;
}

@font-face {
	font-family: "Caslon Pro";
	font-weight: 400;
	font-style: italic;
  src: url("fonts/Caslon-Pro-Italic.woff2") format("woff2"), 
       url("fonts/Caslon-Pro-Italic.woff") format("woff");
       font-display: swap;
}

@font-face {
	font-family: "Caslon Pro";
	font-weight: 700;
	font-style: normal;
  src: url("fonts/Caslon-Pro-Bold.woff2") format("woff2"), 
       url("fonts/Caslon-Pro-Bold.woff") format("woff");
       font-display: swap;
}

@font-face {
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
  src: url("fonts/Lato-Thin.woff2") format("woff2"), 
       url("fonts/Lato-Thin.woff") format("woff");
       font-display: swap;
}

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

@font-face {
	font-family: "Lato";
	font-weight: 800;
	font-style: normal;
  src: url("fonts/Lato-Heavy.woff2") format("woff2"), 
       url("fonts/Lato-Heavy.woff") format("woff");
       font-display: swap;
}

/* Reset
 */
article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section{display:block}a,legend{color:inherit}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body{line-height:1;width:100%;min-width:310px;min-height:100vh;-moz-overflow-scrolling:touch;-webkit-overflow-scrolling:touch;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box;position:relative}a{text-decoration:none}img{max-width:100%}[type=button],[type=reset],[type=submit],button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;border:0;background:0 0;box-shadow:none;font:inherit}legend{padding:0;display:table}fieldset{border:0;padding:.01em 0 0;margin:0;min-width:0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}::-webkit-input-placeholder{color:#999}::-moz-placeholder{color:#999}:-ms-input-placeholder{color:#999}:-moz-placeholder{color:#999}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 3px;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  margin-right: 3px;
}
/* Swiper
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#000000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/* Flex layout
 */
.layout{display:block}.layout::after{content:"";clear:both;display:block}.layout__item{float:left}.layout__item--full{width:100%}.layout--gutter-large:not(.layout__item),.layout--gutter-medium:not(.layout__item),.layout--gutter-small:not(.layout__item){margin-left:-15px}.layout--gutter-large > .layout__item:not(.layout),.layout--gutter-medium > .layout__item:not(.layout),.layout--gutter-small > .layout__item:not(.layout){padding-left:15px}@supports (display:flex){.layout{display:flex;flex-wrap:wrap;flex-direction:row}.layout--vertical-top{align-items:flex-start}.layout--vertical-center{align-items:center}.layout--vertical-bottom{align-items:flex-end}.layout--horizontal-left{justify-content:flex-start}.layout--horizontal-center{justify-content:center}.layout--horizontal-right{justify-content:flex-end}.layout::after{display:none}.layout__item{float:none}}@media screen and (max-width:439px){.layout__item--1\/12\@to-small{width:8.333%}.layout__item--1\/6\@to-small,.layout__item--2\/12\@to-small{width:16.666%}.layout__item--1\/5\@to-small,.layout__item--2\/10\@to-small{width:20%}.layout__item--1\/4\@to-small,.layout__item--2\/8\@to-small,.layout__item--3\/12\@to-small{width:25%}.layout__item--1\/3\@to-small,.layout__item--2\/6\@to-small,.layout__item--4\/12\@to-small{width:33.333%}.layout__item--2\/5\@to-small,.layout__item--4\/10\@to-small{width:40%}.layout__item--5\/12\@to-small{width:41.666%}.layout__item--1\/2\@to-small,.layout__item--2\/4\@to-small,.layout__item--3\/6\@to-small,.layout__item--4\/8\@to-small,.layout__item--5\/10\@to-small,.layout__item--6\/12\@to-small{width:50%}.layout__item--3\/5\@to-small,.layout__item--6\/10\@to-small{width:60%}.layout__item--7\/12\@to-small{width:58.333%}.layout__item--2\/3\@to-small,.layout__item--4\/6\@to-small,.layout__item--8\/12\@to-small{width:66.666%}.layout__item--3\/4\@to-small,.layout__item--6\/8\@to-small,.layout__item--9\/12\@to-small{width:75%}.layout__item--4\/5\@to-small,.layout__item--8\/10\@to-small{width:80%}.layout__item--10\/12\@to-small{width:83.333%}.layout__item--11\/12\@to-small{width:91.666%}.layout__item--12\/12\@to-small,.layout__item--1\/1\@to-small,.layout__item--5\/5\@to-small{width:100%}}@media screen and (min-width:440px){.layout__item--1\/12\@from-small{width:8.333%}.layout__item--1\/6\@from-small,.layout__item--2\/12\@from-small{width:16.666%}.layout__item--1\/5\@from-small,.layout__item--2\/10\@from-small{width:20%}.layout__item--1\/4\@from-small,.layout__item--2\/8\@from-small,.layout__item--3\/12\@from-small{width:25%}.layout__item--1\/3\@from-small,.layout__item--2\/6\@from-small,.layout__item--4\/12\@from-small{width:33.333%}.layout__item--2\/5\@from-small,.layout__item--4\/10\@from-small{width:40%}.layout__item--5\/12\@from-small{width:41.666%}.layout__item--1\/2\@from-small,.layout__item--2\/4\@from-small,.layout__item--3\/6\@from-small,.layout__item--4\/8\@from-small,.layout__item--5\/10\@from-small,.layout__item--6\/12\@from-small{width:50%}.layout__item--3\/5\@from-small,.layout__item--6\/10\@from-small{width:60%}.layout__item--7\/12\@from-small{width:58.333%}.layout__item--2\/3\@from-small,.layout__item--4\/6\@from-small,.layout__item--8\/12\@from-small{width:66.666%}.layout__item--3\/4\@from-small,.layout__item--6\/8\@from-small,.layout__item--9\/12\@from-small{width:75%}.layout__item--4\/5\@from-small,.layout__item--8\/10\@from-small{width:80%}.layout__item--10\/12\@from-small{width:83.333%}.layout__item--11\/12\@from-small{width:91.666%}.layout__item--12\/12\@from-small,.layout__item--1\/1\@from-small,.layout__item--5\/5\@from-small{width:100%}}@media screen and (min-width:700px){.layout--gutter-large:not(.layout__item),.layout--gutter-medium:not(.layout__item){margin-left:-30px}.layout--gutter-large > .layout__item:not(.layout),.layout--gutter-medium > .layout__item:not(.layout){padding-left:30px}.layout__item--1\/12\@from-medium{width:8.333%}.layout__item--1\/6\@from-medium,.layout__item--2\/12\@from-medium{width:16.666%}.layout__item--1\/5\@from-medium,.layout__item--2\/10\@from-medium{width:20%}.layout__item--1\/4\@from-medium,.layout__item--2\/8\@from-medium,.layout__item--3\/12\@from-medium{width:25%}.layout__item--1\/3\@from-medium,.layout__item--2\/6\@from-medium,.layout__item--4\/12\@from-medium{width:33.333%}.layout__item--2\/5\@from-medium,.layout__item--4\/10\@from-medium{width:40%}.layout__item--5\/12\@from-medium{width:41.666%}.layout__item--1\/2\@from-medium,.layout__item--2\/4\@from-medium,.layout__item--3\/6\@from-medium,.layout__item--4\/8\@from-medium,.layout__item--5\/10\@from-medium,.layout__item--6\/12\@from-medium{width:50%}.layout__item--3\/5\@from-medium,.layout__item--6\/10\@from-medium{width:60%}.layout__item--7\/12\@from-medium{width:58.333%}.layout__item--2\/3\@from-medium,.layout__item--4\/6\@from-medium,.layout__item--8\/12\@from-medium{width:66.666%}.layout__item--3\/4\@from-medium,.layout__item--6\/8\@from-medium,.layout__item--9\/12\@from-medium{width:75%}.layout__item--4\/5\@from-medium,.layout__item--8\/10\@from-medium{width:80%}.layout__item--10\/12\@from-medium{width:83.333%}.layout__item--11\/12\@from-medium{width:91.666%}.layout__item--12\/12\@from-medium,.layout__item--1\/1\@from-medium,.layout__item--5\/5\@from-medium{width:100%}}@media screen and (min-width:1000px){.layout--gutter-large:not(.layout__item){margin-left:-60px}.layout--gutter-large > .layout__item:not(.layout){padding-left:60px}.layout__item--1\/12\@from-large{width:8.333%}.layout__item--1\/6\@from-large,.layout__item--2\/12\@from-large{width:16.666%}.layout__item--1\/5\@from-large,.layout__item--2\/10\@from-large{width:20%}.layout__item--1\/4\@from-large,.layout__item--2\/8\@from-large,.layout__item--3\/12\@from-large{width:25%}.layout__item--1\/3\@from-large,.layout__item--2\/6\@from-large,.layout__item--4\/12\@from-large{width:33.333%}.layout__item--2\/5\@from-large,.layout__item--4\/10\@from-large{width:40%}.layout__item--5\/12\@from-large{width:41.666%}.layout__item--1\/2\@from-large,.layout__item--2\/4\@from-large,.layout__item--3\/6\@from-large,.layout__item--4\/8\@from-large,.layout__item--5\/10\@from-large,.layout__item--6\/12\@from-large{width:50%}.layout__item--3\/5\@from-large,.layout__item--6\/10\@from-large{width:60%}.layout__item--7\/12\@from-large{width:58.333%}.layout__item--2\/3\@from-large,.layout__item--4\/6\@from-large,.layout__item--8\/12\@from-large{width:66.666%}.layout__item--3\/4\@from-large,.layout__item--6\/8\@from-large,.layout__item--9\/12\@from-large{width:75%}.layout__item--4\/5\@from-large,.layout__item--8\/10\@from-large{width:80%}.layout__item--10\/12\@from-large{width:83.333%}.layout__item--11\/12\@from-large{width:91.666%}.layout__item--12\/12\@from-large,.layout__item--1\/1\@from-large,.layout__item--5\/5\@from-large{width:100%}}@media screen and (min-width:1500px){.layout__item--1\/12\@from-huge{width:8.333%}.layout__item--1\/6\@from-huge,.layout__item--2\/12\@from-huge{width:16.666%}.layout__item--1\/5\@from-huge,.layout__item--2\/10\@from-huge{width:20%}.layout__item--1\/4\@from-huge,.layout__item--2\/8\@from-huge,.layout__item--3\/12\@from-huge{width:25%}.layout__item--1\/3\@from-huge,.layout__item--2\/6\@from-huge,.layout__item--4\/12\@from-huge{width:33.333%}.layout__item--2\/5\@from-huge,.layout__item--4\/10\@from-huge{width:40%}.layout__item--5\/12\@from-huge{width:41.666%}.layout__item--1\/2\@from-huge,.layout__item--2\/4\@from-huge,.layout__item--3\/6\@from-huge,.layout__item--4\/8\@from-huge,.layout__item--5\/10\@from-huge,.layout__item--6\/12\@from-huge{width:50%}.layout__item--3\/5\@from-huge,.layout__item--6\/10\@from-huge{width:60%}.layout__item--7\/12\@from-huge{width:58.333%}.layout__item--2\/3\@from-huge,.layout__item--4\/6\@from-huge,.layout__item--8\/12\@from-huge{width:66.666%}.layout__item--3\/4\@from-huge,.layout__item--6\/8\@from-huge,.layout__item--9\/12\@from-huge{width:75%}.layout__item--4\/5\@from-huge,.layout__item--8\/10\@from-huge{width:80%}.layout__item--10\/12\@from-huge{width:83.333%}.layout__item--11\/12\@from-huge{width:91.666%}.layout__item--12\/12\@from-huge,.layout__item--1\/1\@from-huge,.layout__item--5\/5\@from-huge{width:100%}}






.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container--fullwidth {
  max-width: 100%;
}

.container--boxed {
  max-width: 1560px;
}

.container--text {
  width: calc(100% - 10vw);
}

.container--read {
  max-width: 700px;
}

.section {
  display: block;
}

.section--padding-top {
  padding-top: 60px;
}

.section--padding-small-top {
  padding-top: 30px;
}

.section--padding-bottom {
  padding-bottom: 60px;
}

.section--padding-small-bottom {
  padding-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  .section--padding-top {
    padding-top: 3.5vw;
  }
  
  .section--padding-small-top {
    padding-top: 2vw;
  }
  
  .section--padding-bottom {
    padding-bottom: 3.5vw;
  }

  .section--padding-small-bottom {
    padding-bottom: 2vw;
  }
}

body {
  background-color: #f9f8f7;
  color: #3c3b3a;
}

:root {
  font-size: 16px;
}

@media screen and (max-width: 699px) {
  :root {
    font-size: 15px;
  }
}

body {
  font: normal normal 400 1rem/1.7 "Caslon Pro", serif;
}

.heading,
.wysiwyg h1,
.wysiwyg h2 {
  display: block;
  font-family: "Caslon Pro", serif;
  font-weight: 400;
  line-height: 1;
}

.heading--large {
  font-size: 52px;
}
#menu-item-wpml-ls-17-da {
 float: right;
}
.wpml-ls-menu-item .wpml-ls-flag {
	display: block !important;
}
@media screen and (max-width: 699px) {
  .heading--large {
    font-size: 32px;
  }
}

.heading--medium,
.wysiwyg h1 {
  font-size: 36px;
}

@media screen and (max-width: 699px) {
  .heading--medium,
  .wysiwyg h1 {
    font-size: 24px;
  }
}

.heading--small,
.wysiwyg h2 {
  font-size: 25px;
}

@media screen and (max-width: 699px) {
  .heading--small,
  .wysiwyg h2 {
    font-size: 20px;
  }
}

.smallcaps,
.wysiwyg h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
}

.subheading,
.wysiwyg h4 {
  display: block;
  font-family: "Caslon Pro", serif;
  font-weight: 400;
  line-height: 1.2;
}

.subheading--small,
.wysiwyg h4 {
  font-size: 18px;
}

.wysiwyg p:not(:first-child) {
  margin-top: 15px;
}

.wysiwyg h1:not(:first-child),
.wysiwyg h2:not(:first-child),
.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child),
.wysiwyg h6:not(:first-child) {
  margin-top: 30px;
}

.wysiwyg blockquote {
  margin: 30px;
  font-size: 31px;
  line-height: 1.23;
  font-style: italic;
}

.wysiwyg ul:not(:first-child) {
  margin-top: 15px;
}

.wysiwyg li {
  padding-left: 30px;
}

.wysiwyg li:not(:first-child) {
  margin-top: 5px;
}

.wysiwyg li::before {
  position: absolute;
  top: 7px;
  left: 10px;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 3px double currentColor;
  opacity: .25;
}

.wysiwyg figure:not(:first-child) {
  margin-top: 30px;
}

.wysiwyg figure {
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  .wysiwyg figure {
    margin-left: -160px;
    margin-right: -160px;
  }
}

.wysiwyg figure img,
.wysiwyg img {
  display: block;
  width: 100%;
	height: auto;
}

.wysiwyg figcaption {
  display: block;
  margin-top: 5px;
  text-align: right;
  color: #958f8a;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.wysiwyg strong {
	font-weight: 600;
}

.wysiwyg em {
	font-style: italic;
}


.button {
  display: inline-block;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  padding: 7px 0;
  cursor: hand;
  cursor: pointer;
  transition: all 150ms ease;
  color: #958f8a;
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 150ms ease;
}

.button::after {
  opacity: .15;
  width: 100%;
}

.button::before {
  opacity: .5;
  width: 0;
}

@media screen and (min-width: 1000px) {
.button:hover::before {
  width: 100%;
}
}

.button--small {
  font-size: 11px;
  padding: 4px 0;
}

.button--negative {
  color: #fff;
}

/*
 * Fremhævede knapper
.button.wc-forward,
.button#place_order {
  color: #7c964d;
  font-weight: 600;
}
*/







@media screen and (min-width: 1500px) {

  .header {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    z-index: 600;
    background-color: #fff;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  transition: all 200ms ease;
	  box-shadow:0 5px 35px rgba(0,0,0,.05);
  }

  .header__logo {
    display: block;
	  width: 116px;
    z-index: 10;
    margin: 0 auto;
  }

  .header__logo svg {
    fill: #000;
    display: block;
    width: 100%;
    height: auto;
  }

  .header__nav-wrapper {
    padding: 12px 0;
	  width: auto!important;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 100%!important;
	  max-width: 100%!important;
  }

  .header__nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	  width: 100%!important;
  }

  .header__nav li:not(:first-child) {
    margin-left: 10px;
  }

  .header__nav li a {
    display: block;
    padding: 9px 5px 6px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #9e9d9a;
    transition: all 200ms ease;
  }

  .header__nav li a:hover {
    color: #000;
  }

  /* Presentational header */
	/*
  :root:not(.scrolled) .presentational .header {
    background-color: transparent;
	  box-shadow: none;
  }
	:root:not(.scrolled) .presentational .header__logo svg {
		fill: #fff;
	}
	:root:not(.scrolled) .presentational .header__nav li a {
		color: #fff;
	}
	*/

  .header__nav li > ul.sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -10px);
    transition: all 200ms ease;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.05);
  }

  .header__nav li:hover > ul.sub-menu {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .header__nav li > ul.sub-menu > li {
    display: block;
    padding: 0;
    width: 100%;
    margin-left: 0!important;
  }

  .header__nav li > ul.sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #f9f8f7;
  }

  .header__nav li > ul.sub-menu > li a {
    padding: 12px 35px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .header__nav-toggle {
    display: none;
  }

  /* Menu cart */
  .wpmenucartli {
	  position: absolute;
	  right: 0;
  }
  
  .wpmenucart-contents {
    padding-right: 0!important;
    padding-left: 75px!important;
    padding-top: 0!important;
    padding-bottom: 15px!important;
  }
  
  .wpmenucart-contents .cartcontents {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1499px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 600;
  }
	
	.header > .container {
		width: 100%!important;
	}

  .header__logo {
    display: block;
    padding: 15px;
  }

  .header__logo svg {
    display: block;
    height: 36px;
  }

  .header__nav-toggle {
    display: block;
    cursor: hand;
    cursor: pointer;
  }

  .header__nav-toggle--open {
    display: block;
    margin-left: auto;
    padding: 21px 15px;
  }

  .header__nav-toggle--close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 21px 15px;
    z-index: 10;
  }

  .header__nav-toggle svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  .header__nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 700;
    padding: 0 15px 30px;
    transition: all 500ms ease;
  }

  .nav-is-open .header__nav-wrapper {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .header__nav li:not(:first-child) {
    border-top: 1px solid #eae8e7;
  }

  .header__nav li a {
    display: block;
    padding: 15px 0;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
  }

  .cartcontents {
    display: block;
    position: relative;
    margin-left: 6px;
  }

  .header__nav ul.sub-menu {
    display: none;
  }
}




.jumbotron {
}

.jumbotron__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(12,12,12,.75)  0%, rgba(12,12,12,0) 70%),
              linear-gradient(180deg, rgba(12,12,12,.5)  0%, rgba(12,12,12,0) 25%);;
}

.jumbotron__pagination {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  z-index: 10;
}

.jumbotron__pagination::after {
  content: "";
  clear: both;
  display: block;
}

.jumbotron__pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  cursor: hand;
  cursor: pointer;
  opacity: .25;
  border: 3px double #fff;
  transition: all 200ms ease;
  float: left;
}

.jumbotron__pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0;
  transition: all 200ms ease;
}

.jumbotron__pagination-bullet--active {
  opacity: 1;
}

.jumbotron__pagination-bullet--active::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.jumbotron__pagination-bullet:not(:first-child) {
  margin-left: 6px;
}

.jumbotron__pagination-bullet:hover {
  opacity: .6;
}

.jumbotron__slide {
  width: 100%;
  background: #999;
}
@media (max-width: 789px) {
	.jumbotron__slide {
	  height: 100vh;
	}
}
@media (min-width: 790px) {
	.jumbotron__slide {
		padding-top: calc(66px + 56.25%);
		max-height: 100vh;
	}
}

.jumbotron__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jumbotron__content-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%) translateZ(0);
}

.jumbotron__content {
  padding: 0 0 6vw;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 660px;
}

.jumbotron__heading {
  color: #fff;
}

.jumbotron__action {
  margin-top: 48px;
}

@media screen and (max-width: 699px) {
  .jumbotron__content {
    padding: 0 0 20px;
    text-align: left;
  }
  .jumbotron__action {
    margin-top: 20px;
  }

  .jumbotron__pagination {
    bottom: 20px;
  }
}








.product-loop__breadcrumbs {
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .product-loop__breadcrumbs {
    margin-bottom: 2vw;
  }
}

.product-loop__header {
  margin-bottom: 60px;
}

.product-loop__layout {
  margin-top: -30px;
}

.product-loop__item {
  margin-top: 30px;
}

@media screen and (max-width: 699px) {
  .product-loop__description {
    margin-top: 24px;
  }
}



.loop-product {
  display: flex;
  flex-flow: wrap row;
  align-content: flex-start;
  width: 100%;
  height: 100%;
}

.loop-product__img {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.loop-product__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.loop-product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transform: scale(1);
  transition: all 300ms ease;
}

.loop-product__img:hover img {
  opacity: .05;
  transform: scale(1.05);
}

.loop-product__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  transition: all 300ms ease;
  opacity: 0;
}

.loop-product__img:hover .loop-product__hover {
  transform: translate(-50%, -50%);
  opacity: 1
}

.loop-product__heading {
  width: 100%;
  margin: 24px 0 14px;
  padding-right: 28px;
}

.loop-product__price {
  width: 100%;
  color: #958f8a;
}


.product-single__breadcrumbs {
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .product-single__breadcrumbs {
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 999px) {
  .product-single__heading {
    margin-top: 30px;
  }
}

.product-single__price {
  margin-top: 30px;
}

.product-single__description {
  margin-top: 24px;
}

.product-single__add-to-cart {
  margin-top: 24px;
}

.product-single__add-to-cart .quantity,
.product-single__add-to-cart .button {
  display: inline-block;
}

.product-single__add-to-cart .button {
  margin-left: 10px;
}

.product-single__add-to-cart .quantity label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 1;
  color: #958f8a;
}

.product-single__add-to-cart .quantity input[type=number] {
  -webkit-appearance: none;
  appearance: none;
  border-bottom: 1px solid #eae8e7;
  padding: 20px 0 2px;
  line-height: 1;
  width: 36px;
}

.product-single__add-to-cart .quantity input[type=number]::-webkit-inner-spin-button, 
.product-single__add-to-cart .quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}




.gallery__image {
  background-position: 50%;
  background-size: cover;
}

/*
.gallery__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
*/

.gallery__image img {
	display: block;
  width: 100%;
	height: auto;
}

.gallery__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 10;
}

.gallery__navigation-item {
  width: 14px;
  height: 22px;
  margin-top: -11px;
  background-size: 14px 22px;
}

.gallery__thumbs {
  margin-top: 15px;
}

.gallery__thumb {
  opacity: .5;
  transition: all 150ms ease;
  cursor: hand;
  cursor: pointer;
  background-position: 50%;
  background-size: cover;
}

.gallery__thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery__thumb:hover {
  opacity: .75;
}

.gallery__thumb.swiper-slide-thumb-active {
  opacity: 1;
}


.index__breadcrumbs {
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .index__breadcrumbs {
    margin-bottom: 2vw;
  }
}

.index__header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eae8e7;
}

.index__heading {
  color: #000;
}

.index__content h1,
.index__content h2,
.index__content h3,
.index__content h4,
.index__content h5,
.index__content h6,
.index__content blockquote {
  color: #000;
}

/* Teaser */
.teaser {
  padding: calc(60px + 5vw) 0;
  background-position: 50%;
  background-size: cover;
}

.teaser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.25);
}

.teaser__content {
  color: #fff;
}

.teaser__content blockquote {
  margin-left: 0!important;
  margin-right: 0!important;
  max-width: 600px;
  font-size: 48px;
}

/* Price tag */
.woocommerce-Price-amount {
  display: inline-block;
}

.woocommerce-Price-currencySymbol {
  margin-right: .25em;
}


/* Breadcrumbs */
.breadcrumbs {
  color: #958f8a;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.breadcrumbs a:hover {
  color: #000;
}


.woocommerce-breadcrumb {
		padding: 4px 0;
}

@media screen and (max-width: 999px) {
	.woocommerce-breadcrumb {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.breadcrumbs::after {
		content: "";
		clear: both;
		display: block;
	}
	.breadcrumbs__wrapper {
		float: left;
	}
	.breadcrumbs__back-to-shop {
		float: left;
		margin-right: 42px;
	}
	.breadcrumbs__wrapper::before {
		content: "";
		position: absolute;
		top: 50%;
		right: calc(100% + 12px);
		
		height: 9px;
		width: 9px;
		border: 3px double #eae8e7;
    	border-radius: 50%;
		transform: translateY(-50%);
	}
}


/* Seperator */
.seperator {
  margin: 30px 0;
  height: 1px;
	background: #eae8e7;
}




/* WC Message */
.notice-modal {
  padding: 23px 0 15px;
  background-color: #eae8e7;
}

.notice-modal__message::after {
  content: "";
  clear: both;
  display: block;
}

.notice-modal__message .button {
  float: right;
  margin-top: -12px;
}

.footer {
	background: #000;
	border-bottom: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.65);
}

.footer__heading {
	color: #fff;
	margin-bottom: 15px;
}

@media screen and (max-width: 999px) {
	.footer .layout {
		margin-top: -30px;
	}
	.footer .layout__item {
		width: 100%;
	}
	.footer__heading {
		margin-top: 30px;
	}
}

.footer__some-link {
	display: inline-block;
	margin-right: 5px;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
}

.footer__some-link svg {
	width: 20px;
	height: 20px;
	display: block;
	fill: rgba(255,255,255,.5);
	transition: all 150ms ease;
}

.footer__some-link:hover svg {
	fill: rgba(255,255,255,1);
}

.bottom {
  padding-top: 20px;
  padding-bottom: 17px;
  background: #000;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255,255,255,.45);
}

.bottom__copyright {
  display: inline-block;
  margin-right: 8px;
}

.bottom__legal-wrapper {
  display: inline-block;
}

.bottom__legal li {
  display: inline-block;
  margin-right: 10px;
}

.bottom__legal li a {
  display: block;
  color: rgba(255,255,255,.45);
}

.bottom__legal li a:hover {
  color: rgba(255,255,255,1);
}

/* Cart */
.woocommerce-cart-form {
  padding: 30px 0;
}

.woocommerce-cart-form table {
  width: 100%;
}

.woocommerce-cart-form__contents th {
  text-align: left;
  padding-bottom: 15px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
}

.woocommerce-cart-form__cart-item {
  border-top: 1px solid #eae8e7;
}

.woocommerce-cart-form__contents tbody tr:not(.woocommerce-cart-form__cart-item) {
  border-top: 1px solid #eae8e7;
}

.woocommerce-cart-form__cart-item td {
  vertical-align: middle;
}

.product-remove a {
  display: block;
  padding: 10px 0;
  font-size: 24px;
}

.product-name {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}

.product-thumbnail {
  width: 100px;
  padding-left: 20px;
}

@media screen and (max-width: 699px) {
  .product-thumbnail,
  .product-price {
    display: none;
  }
}

.product-thumbnail a {
  display: block;
}

.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.product-price {
  padding-right: 20px;
}

.product-quantity {
  padding-right: 20px;
}

.product-quantity label {
  display: none;
}

.product-quantity input {
  padding: 12px;
  font-size: 12px;
  border: 1px solid #eae8e7;
  line-height: 1;
  font-family: "Lato", sans-serif;
  background: #fff;
  width: 60px;
}

.woocommerce-cart-form__contents .actions {
  padding-top: 30px;
}

.woocommerce-cart-form__contents .actions::after {
  content: "";
  clear: both;
  display: block;
}

.woocommerce-cart-form__contents .actions > .coupon {
  float: left;
  padding: 20px 30px;
  background-color: #fff;
}

.woocommerce-cart-form__contents .actions > .coupon label {
  margin-right: 20px;
}

.woocommerce-cart-form__contents .actions > .coupon #coupon_code {
  min-width: 200px;
  padding: 12px;
  font-size: 12px;
  border: 1px solid #eae8e7;
  line-height: 1;
  font-family: "Lato", sans-serif;
  margin-right: 20px;
}

@media screen and (max-width: 699px) {
  #coupon_code {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.woocommerce-cart-form__contents .actions > .coupon .button {
  font-size: 11px;
  padding: 4px 0;
}

.woocommerce-cart-form__contents .actions > .button {
  float: right;
  margin-top: 18px;
  margin-left: 25px;
}

.cart-collaterals {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eae8e7;
}

.cart_totals {
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cart_totals table {
  margin-left: auto;
  margin-right: auto;
}

.cart-collaterals h2 {
  margin-bottom: 15px;
}

.cart-collaterals th {
  text-align: left;
  padding: 0 15px 0 0;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
}

.wc-proceed-to-checkout {
  margin-top: 10px;
}

/* Checkout */
.woocommerce-terms-and-conditions {
  display: none!important;
}

.woocommerce-terms-and-conditions-link,
.woocommerce-privacy-policy-link {
  display: inline-block;
  font-weight: 600;
  text-transform: lowercase;
  text-decoration: underline;
}

.woocommerce-checkout::after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 1000px) {
  .woocommerce-checkout .col2-set {
    margin-right: 4%;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 48%;
    float: left;
  }
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.woocommerce-input-wrapper {
  display: block;
}

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
  padding: 12px;
  font-size: 12px;
  border: 1px solid #eae8e7;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  background: #fff;
  display: block;
  width: 100%;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eae8e7;
  width: 100%;
}

.woocommerce-checkout-review-order-table thead tr {
  border-bottom: 1px solid #eae8e7;
}

.woocommerce-checkout-review-order-table th {
  text-align: left;
  padding-left: 0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
}

.woocommerce-checkout-review-order-table thead th {
  padding-bottom: 7px;
  font-weight: 600;
}

.woocommerce-checkout-review-order-table .cart_item:first-of-type td {
  padding-top: 9px;
}

.woocommerce-checkout-review-order-table td {
  padding-left: 0;
}

.woocommerce-checkout-review-order-table .order-total {
  font-weight: 600;
}

#place_order {
  margin-top: 15px;
}

.wc_payment_methods {
  margin-bottom: 30px;
}

.wc_payment_method {
  padding-left: 0!important;
}

.wc_payment_method::before {
  display: none;
}

.wc_payment_method input {
  z-index: 3;
  position: relative;
}

.wc_payment_method label {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  background-color: #f9f8f7;
  z-index: 2;
  position: relative;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 10px;
}

.wc_payment_method .payment_box {
  padding: 25px 15px 15px;
  margin-top: -15px;
  border: 1px solid #eae8e7;
  z-index: 1;
  position: relative;
}

.payment_method_paypal img,
.payment_method_paypal .about_paypal {
  display: none;
}

/* Lead formular */
.wpcf7 input,
.wpcf7 textarea {
  padding: 12px;
  font-size: 12px;
  border: 1px solid #eae8e7;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  background: #fff;
  display: block;
  width: 100%;
}

.wpcf7-label {
  display: block;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .05em;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.wpcf7 .button {
  margin-left: 0!important;
}



.cc-window {
	font-size: 13px!important;
}

@media screen and (max-width: 700px) {
	.cc-btn {
		padding: 30px 10px!important;
	}
}

.clearhaus-card-logos img {
	width: 36px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.payment_method_quickpay img {
	width: auto!important;
	height: 20px!important;
	display: inline-block!important;
	vertical-align: middle!important;
}

a.c2aknap {
    display: inline-block;
    padding: 14px 20px 9px 20px;
    /* background: #a66d04; */
    margin-top: 29px;
    color: white;
    font-weight: 800;
    text-decoration: none;
    background: #9e9d9a;
    border-radius: 0px;
    align-content: center;
    width: 100%;
    align-content: center;
    text-align: center;
}

li#menu-item-759 {
    
    margin-left: 28%;
}
li#menu-item-1339 {
    
    margin-left: 28%;
}
li#menu-item-1329 {
    
    margin-left: 28%;
	}
li#menu-item-1359 {
    
    margin-left: 28%;
	}
@media screen and (max-width: 1499px) { 
	
	
	li#menu-item-759 {
    
    margin-left: 0;

		}
	

li#menu-item-1329 {
    
    margin-left: 0;
}
@media screen and (max-width: 1499px) { 
	
	
	li#menu-item-1329 {
    
    margin-left: 0;

		}
	}
	
	li#menu-item-1359 {
    
    margin-left: 0;
}
	}
@media screen and (max-width: 1499px) { 
	
	
	li#menu-item-1359 {
    
    margin-left: 0;

		}
	}
	


.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: 12px;
    Display: none;
}
   }

.gallery__image-wrapper.swiper-wrapper {
    height: auto !important;
}