header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/*************************************************************/
/*   Design:   COCO-NUTS.CH							 	 	 */
/*   File:     screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:    Reto Bühler, www.traumwerk.ch	             */
/*   Datum:    August 2014						             */
/*   Site:     wwww.coco-nuts.ch				   		     */
/*************************************************************/
/*   Colors:  Color: # (CONTENT)				 			 */
/*			  Color: # (NAV / CONTENTLINKS INAKTIV)			 */
/*			  Color: # (CONTENTLINKS AKTIV)		 			 */
/*			  Color: # (NAV AKTIV)							 */
/*************************************************************/


/*  GLOBAL LAYOUT											 */
/*************************************************************/
html, body {min-width:980px; height: 100%; margin:0 auto; font: 100.01%/1em Arial, Verdana, Helvetica, sans-serif; color:#e3c487; letter-spacing:0.0em;}
body {background:url(../../files/data/graphics/bg-body.jpg) center top 173px repeat-x #300e0e;}

#header {height:173px; width:100%; position:relative; z-index:800; background:url(../../files/data/graphics/bg-header.jpg) center bottom repeat-x #000; text-align:center;}
#header .inside {width:910px; height:173px; display:inline-block; padding:0; position:relative;}


#wrapper {width:100%; height: auto !important; min-height: 100%; height: 100%; margin:0 auto; padding:0; position:relative; line-height:1.56em; font-size:0.88em;}
* html #wrapper {height: 100%;}

.mm-page {height:auto !important; min-height:100%; height:100%; position:relative; width:100%; padding:0; margin:0 auto;}
* html .mm-page {height:100%;}

#container {position:relative; top:0; min-height:350px; width:100%; padding:0 0 0 0; margin:0; z-index:1000; clear:both; float:left; text-align:center;}
* html #container {height:350px;}

#main {position:relative; margin:0; padding:0; display:inline-block; width:910px; text-align: left;}
#main .inside {margin:0; float:left; padding:16px 0 20px 0;}

#logo {position:absolute; top:20px; left:0; padding:0;}


#footer {width:100%; height:52px; padding:0; position: relative; z-index:300; display:block; margin:-52px auto 0 auto; font-size:0.83em; display:block; color:#e3c487; line-height:1.7em;}
#footer .inside {width:100%; height:52px; float:left; display:block; padding:0; background:url(../../files/data/graphics/bg-footer.jpg) left top repeat-x #000;}
#footer .inside .content {width:910px; height:36px; display:block; margin:0 auto; padding:16px 0 0 0; background:none; position:relative;}


.endcontent {height:52px; width:910px; display:block; position:relative; z-index:300;}

.cleaner {clear:both;}



#main a, #main a:link, #main a:visited {color:#e3c487; padding:0; text-decoration:underline;}
#main a:hover, #main a:active {color:#fff; text-decoration:none;}


#footer a, #footer a:link, #footer a:visited {color:#e3c487; text-decoration:none;}
#footer a:hover, #footer a:active {color:#fff; text-decoration:none;}


#header .mod_nav_main {position:absolute; right:0; top:0; font-size:1.09em; font-family: 'cabinregular'; text-transform:uppercase; letter-spacing:0.03em;}
#header .mod_nav_main ul {padding:25px 0 0 0; margin:0; display:block; float:right;}
#header .mod_nav_main ul li {float:left; padding:0 0 0 20px; margin:0 0 0 0;}
#header .mod_nav_main ul li.first {background:none;}
#header .mod_nav_main ul li a {color:#fff; padding:95px 0 0 0; width:100px; float:left; text-decoration:none; text-align:center; color:#786141;}
#header .mod_nav_main ul li a:hover, #header .mod_nav_main ul li a.active, #header .mod_nav_main ul li a.forward {color:#e3c487; text-decoration:none;}

#header .mod_nav_main ul li.home a {background:url(../../files/data/graphics/nav_home_inactive.png) center top no-repeat;}
#header .mod_nav_main ul li.home a:hover, #header .mod_nav_main ul li.home a.active, #header .mod_nav_main ul li.home a.trail {background:url(../../files/data/graphics/nav_home_active.png) center top no-repeat;}
#header .mod_nav_main ul li.masken a {background:url(../../files/data/graphics/nav_masken_inactive.png) center top no-repeat;}
#header .mod_nav_main ul li.masken a:hover, #header .mod_nav_main ul li.masken a.active, #header .mod_nav_main ul li.masken a.trail {background:url(../../files/data/graphics/nav_masken_active.png) center top no-repeat;}
#header .mod_nav_main ul li.tattoo a {background:url(../../files/data/graphics/nav_tattoo_inactive.png) center top no-repeat;}
#header .mod_nav_main ul li.tattoo a:hover, #header .mod_nav_main ul li.tattoo a.active, #header .mod_nav_main ul li.tattoo a.trail {background:url(../../files/data/graphics/nav_tattoo_active.png) center top no-repeat;}
#header .mod_nav_main ul li.kunst a {background:url(../../files/data/graphics/nav_kunst_inactive.png) center top no-repeat;}
#header .mod_nav_main ul li.kunst a:hover, #header .mod_nav_main ul li.kunst a.active, #header .mod_nav_main ul li.kunst a.trail {background:url(../../files/data/graphics/nav_kunst_active.png) center top no-repeat;}
#header .mod_nav_main ul li.mich a {background:url(../../files/data/graphics/nav_mich_inactive.png) center top no-repeat;}
#header .mod_nav_main ul li.mich a:hover, #header .mod_nav_main ul li.mich a.active, #header .mod_nav_main ul li.mich a.trail {background:url(../../files/data/graphics/nav_mich_active.png) center top no-repeat;}

#footer .mod_nav_service {position:absolute; right:10px; top:16px; font-size:1em; margin:0; text-align:right; float:left; z-index:200;}
#footer .mod_nav_service ul {padding:0; margin:0; display:block; float:left;}
#footer .mod_nav_service ul li {float:left; padding:0 0 0 12px; margin:0 0 0 0;}
#footer .mod_nav_service ul li.first {background:none;}
#footer .mod_nav_service ul li a {padding:0;}
#footer .mod_nav_service ul li a:hover, #footer .mod_nav_service ul li a.active, #footer .mod_nav_service ul li a.forward {}





/*  INHALTSELEMENTE										  	 */
/*************************************************************/
#container p {padding:8px 0 8px 0; margin:0;}
#footer p {padding:0 0 6px 0; margin:0;}

#container h1 {padding:24px 0 24px 0; margin:0 0 0 0; font-family: 'mutlu_ornamental'; font-size:3.2em; line-height:1.8em; letter-spacing:0.03em;}
#container h3 {padding:8px 0 0 0; margin:0 0 0 0; font-family: 'cabinbold'; font-size:1.3em; line-height:1.2em;}
#container h4 {padding:8px 0 0 0; margin:0 0 0 0; font-family: 'cabinbold'; font-size:1.3em; line-height:1.2em;}


#container .ce_image {float:left; padding:20px 46px 20px 0; clear:none;}
#container div.ce_image.rahmen01 {padding:20px 46px 20px 0;}
#container div.ce_image.rahmen01:nth-child(3n) {padding:20px 0 20px 0;}

#container .ce_image.rahmen01 .image_container {width:269px; height:261px; background:url(../../files/data/graphics/rahmen_var_01.png) left top no-repeat; float:left; padding:0;}
#container .ce_image.rahmen01 .image_container img {float:left; padding:40px 42px 41px 37px;}


#container .ce_image.rahmen01 h3 {padding:8px 0 0 0;}
#container .ce_image h3 {padding:8px 0 16px 0;}


#container .ce_text {clear:both; width:100%; float:left;}
#container .ce_text .image_container {margin:12px 46px 10px 0; float:left;}




/* LISTE - AUFZAEHLUNGSPUNKTE */
#main .ce_text ul {display:block; list-style-type:none; margin:0 0 8px 0; padding:0 0 8px 0;}
#main .ce_text ul li {padding:0 0 0 20px; margin:0; display:block; background:url(../../files/data/graphics/icon_list.png) 4px 8px no-repeat;}

#main .box {width:100%; clear:both; float:left;}
#main .ce_text.box-left {float:left; width:55%; clear:none;}
#main .ce_text.box-right {float:right; width:40%; clear:none;}

#main .ce_text.box-right table {margin:8px 0 8px 0; width:364px;}

#main .ce_text.box-right table tr td.col_0_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:104px;}
#main .ce_text.box-right table tr td.col_1_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:130px; text-align:right;}
#main .ce_text.box-right table tr td.col_2_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:130px; text-align:right;}

#main .ce_text.box-right table tr td.col_0 {text-align:left; padding:7px 0 0 0;}
#main .ce_text.box-right table tr td.col_1 {text-align:right; padding:7px 0 0 0;}
#main .ce_text.box-right table tr td.col_2 {text-align:right; padding:7px 0 0 0;}

/* CE TABLE */
#main .ce_table {display:block; list-style-type:none; margin:0 0 0 0; padding:0 0 14px 0; width:100%; clear:both;}
#main .ce_table th, #main .ce_table td {border-bottom:1px solid #cccccc; padding:2px 0;}
#main .ce_table td.col_0 {width:180px;}
#main .ce_table td.col_1 {width:150px;}
#main .ce_table td.col_2 {width:150px;}
caption, th {font-weight:normal; font-family: 'open_sansbold';}

/* CE DOWNLOADS */
.ce_download ul li, .ce_downloads ul li, .enclosure {position:relative; width:100%; line-height:1.35em;}
.ce_download img, .ce_downloads img, .enclosure img {position:absolute; left:0; top:1px; z-index:100;}
#main .ce_downloads a, #main .ce_downloads a:link, #main .ce_downloads a:visited, #main .ce_download a, #main .ce_download a:visited, #main .ce_download a:link, #main .enclosure a:link, #main .enclosure a:visited {
	position:relative;
	z-index:300;
	display:block;
	padding:2px 0 2px 22px;
	margin:0 0 4px 0;
	text-decoration:none;}

/* CE GALLERY */
.ce_gallery {width:100%; clear:both; float:left;}
.ce_gallery ul {padding:6px 0 0 0; clear:both; float:left;}
.ce_gallery ul li {padding:0 15px 15px 0; float:left;}
.ce_gallery ul li.col_last {padding:0 0 15px 0;}



/* PAGINATION */
#main .pagination {width:100%; float:left; display:block; padding:9px 0 0 0;}
#main .pagination p {width:30%; float:right; display:block; padding:0; text-align:right;}
#main .pagination ul {width:70%; float:left; display:block; list-style-type:none;}
#main .pagination ul li {float:left !important; display:inline; background:none; margin:0 12px 0 0 !important; padding:0 !important;}

/* GLOBAL SETTINGS */
img {vertical-align:bottom;}

.desktopfooter {display:block;}
.mobilefooter {display:none;}

/* Desktop-Mobile Settings */
#header #mod_nav_mobile {display:none;}
#header a.mobilebtn {display:none;}



@media (max-width:1000px){
html, body {min-width:1px;}	
body {background:url(../../files/data/graphics/bg-body.jpg) center top 121px repeat-x #300e0e;}

#header .inside {width:90%; height:120px;}
#header {height:120px;}



#container {position:relative; top:0; min-height:350px; width:90%; padding:0 5%; margin:0; z-index:1000; clear:both; float:left;}
* html #container {height:350px;}

#main {position:relative; margin:0; padding:0; display:block; width:100%; float:left;}
#main .inside {margin:0; float:left; padding:16px 0 20px 0; width:100%;}

#logo {top: 5px;}
#logo img {width:240px !important; height:auto !important;}


#footer .inside .content {width:90%; height:36px; display:block; margin:0 auto; padding:16px 5% 0 5%; background:none; position:relative;}

#footer .mod_nav_service {position:absolute; right:5%; top:16px; font-size:1em; margin:0; text-align:right; float:left; z-index:200;}
.endcontent {height:52px; width:100%; display:block; position:relative; z-index:300;}

#container .ce_text .image_container {margin:12px 5.054945054945055% 10px 0; float:left; width:22%;}
#container .ce_text .image_container img {width:100% !important; height:auto !important;}

#main .ce_text.box-right table {width:100%;}

#main .ce_text.box-right table tr td.col_0_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:28.57142857142857%;}
#main .ce_text.box-right table tr td.col_1_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:35.71428571428571%; text-align:right;}
#main .ce_text.box-right table tr td.col_2_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:35.71428571428571%; text-align:right;}


#header .mod_nav_main ul {padding:12px 0 0 0; margin:0; display:block; float:right;}
#header .mod_nav_main ul li {float:left; padding:0 0 0 10px; margin:0 0 0 0;}

#header .mod_nav_main ul li a {color:#fff; padding:75px 0 0 0; width:100px; float:left; text-decoration:none; text-align:center; color:#786141;}
#header .mod_nav_main ul li a:hover, #header .mod_nav_main ul li a.active, #header .mod_nav_main ul li a.forward {color:#e3c487; text-decoration:none;}

#header .mod_nav_main ul li.home a {background:url(../../files/data/graphics/nav_home_inactive.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.home a:hover, #header .mod_nav_main ul li.home a.active, #header .mod_nav_main ul li.home a.trail {background:url(../../files/data/graphics/nav_home_active.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.masken a {background:url(../../files/data/graphics/nav_masken_inactive.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.masken a:hover, #header .mod_nav_main ul li.masken a.active, #header .mod_nav_main ul li.masken a.trail {background:url(../../files/data/graphics/nav_masken_active.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.tattoo a {background:url(../../files/data/graphics/nav_tattoo_inactive.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.tattoo a:hover, #header .mod_nav_main ul li.tattoo a.active, #header .mod_nav_main ul li.tattoo a.trail {background:url(../../files/data/graphics/nav_tattoo_active.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.kunst a {background:url(../../files/data/graphics/nav_kunst_inactive.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.kunst a:hover, #header .mod_nav_main ul li.kunst a.active, #header .mod_nav_main ul li.kunst a.trail {background:url(../../files/data/graphics/nav_kunst_active.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.mich a {background:url(../../files/data/graphics/nav_mich_inactive.png) center top no-repeat; background-size: 70px auto;}
#header .mod_nav_main ul li.mich a:hover, #header .mod_nav_main ul li.mich a.active, #header .mod_nav_main ul li.mich a.trail {background:url(../../files/data/graphics/nav_mich_active.png) center top no-repeat; background-size: 70px auto;}



#container .ce_image {float:left; padding:2% 5.054945054945055% 2% 0; clear:none; width:29.56043956043956%;}
#container div.ce_image.rahmen01 {padding:2% 5.054945054945055% 2% 0;}
#container div.ce_image.rahmen01:nth-child(3n) {padding:2% 0 2% 0;}

#container .ce_image.rahmen01 .image_container {width:100%; height:100%; background:url(../../files/data/graphics/rahmen_var_01.png) left top no-repeat; background-size:100% auto; float:left; padding:0;}
#container .ce_image.rahmen01 .image_container img {float:left; padding:15.32567049808429% 15.61338289962825% 15.7088122605364% 13.7546468401487%; width:70.63197026022305% !important; height:auto !important;}


}




@media (max-width:900px){
html, body {min-width:1px;}	
body {background:url(../../files/data/graphics/bg-body.jpg) center top 101px repeat-x #300e0e;}

#header .inside {width:90%; height:100px;}
#header {height:100px;}



#container {position:relative; top:0; min-height:350px; width:90%; padding:0 5%; margin:0; z-index:1000; clear:both; float:left;}
* html #container {height:350px;}

#main {position:relative; margin:0; padding:0; display:block; width:100%; float:left;}
#main .inside {margin:0; float:left; padding:16px 0 20px 0; width:100%;}

#logo {top: 6px;}
#logo img {width:188px !important; height:auto !important;}


#container h1 {padding:16px 0 16px 0; margin:0 0 0 0; font-family: 'mutlu_ornamental'; font-size:2.8em; line-height:1.4em; letter-spacing:0.02em;}

#footer {width:100%; height:100px; padding:0; position: relative; z-index:300; display:block; margin:-100px auto 0 auto;}
#footer .inside {width:100%; height:100px; float:left; display:block; padding:0; background:url(../../files/data/graphics/bg-footer.jpg) left top repeat-x #000;}
#footer .inside .content {width:90%; height:84px; display:block; margin:0 auto; padding:16px 5% 0 5%; background:none; position:relative;}

.endcontent {height:100px; width:100%; display:block; position:relative; z-index:300;}

#footer .mod_nav_service {position:relative; right:auto; top:0; text-align:left; float:left; z-index:200;}
#footer .mod_nav_service ul {padding:0; margin:0; display:block; float:left;}
#footer .mod_nav_service ul li {float:left; padding:0 0 0 0; margin:0 0 0 0;}


#header .mod_nav_main ul {padding:10px 0 0 0; margin:0; display:block; float:right;}
#header .mod_nav_main ul li {float:left; padding:0 0 0 2px; margin:0 0 0 0;}

#header .mod_nav_main ul li a {color:#fff; padding:58px 0 0 0; width:90px; float:left; text-decoration:none; text-align:center; color:#786141;}
#header .mod_nav_main ul li a:hover, #header .mod_nav_main ul li a.active, #header .mod_nav_main ul li a.forward {color:#e3c487; text-decoration:none;}

#header .mod_nav_main ul li.home a {background:url(../../files/data/graphics/nav_home_inactive.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.home a:hover, #header .mod_nav_main ul li.home a.active, #header .mod_nav_main ul li.home a.trail {background:url(../../files/data/graphics/nav_home_active.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.masken a {background:url(../../files/data/graphics/nav_masken_inactive.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.masken a:hover, #header .mod_nav_main ul li.masken a.active, #header .mod_nav_main ul li.masken a.trail {background:url(../../files/data/graphics/nav_masken_active.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.tattoo a {background:url(../../files/data/graphics/nav_tattoo_inactive.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.tattoo a:hover, #header .mod_nav_main ul li.tattoo a.active, #header .mod_nav_main ul li.tattoo a.trail {background:url(../../files/data/graphics/nav_tattoo_active.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.kunst a {background:url(../../files/data/graphics/nav_kunst_inactive.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.kunst a:hover, #header .mod_nav_main ul li.kunst a.active, #header .mod_nav_main ul li.kunst a.trail {background:url(../../files/data/graphics/nav_kunst_active.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.mich a {background:url(../../files/data/graphics/nav_mich_inactive.png) center top no-repeat; background-size: 54px auto;}
#header .mod_nav_main ul li.mich a:hover, #header .mod_nav_main ul li.mich a.active, #header .mod_nav_main ul li.mich a.trail {background:url(../../files/data/graphics/nav_mich_active.png) center top no-repeat; background-size: 54px auto;}


.desktopfooter {display:none;}
.mobilefooter {display:block;}
}








@media (max-width:740px){
html, body {min-width:1px;}	
body {background:url(../../files/data/graphics/bg-body.jpg) center top 101px repeat-x #300e0e;}

#header .inside {width:90%; height:100px;}
#header {height:100px;}



#container {position:relative; top:0; min-height:350px; width:90%; padding:0 5%; margin:0; z-index:1000; clear:both; float:left;}
* html #container {height:350px;}

#main {position:relative; margin:0; padding:0; display:block; width:100%; float:left;}
#main .inside {margin:0; float:left; padding:16px 0 20px 0; width:100%;}

#logo {top: 6px;}
#logo img {width:188px !important; height:auto !important;}

#footer {width:100%; height:100px; padding:0; position: relative; z-index:300; display:block; margin:-100px auto 0 auto;}
#footer .inside {width:100%; height:100px; float:left; display:block; padding:0; background:url(../../files/data/graphics/bg-footer.jpg) left top repeat-x #000;}
#footer .inside .content {width:90%; height:84px; display:block; margin:0 auto; padding:16px 5% 0 5%; background:none; position:relative;}

.endcontent {height:100px; width:100%; display:block; position:relative; z-index:300;}

#footer .mod_nav_service {position:relative; right:auto; top:0; text-align:left; float:left; z-index:200;}
#footer .mod_nav_service ul {padding:0; margin:0; display:block; float:left;}

#footer .mod_nav_service ul li {float:left; padding:0 16px 0 0; margin:0 0 0 0;}



#main .ce_text.box-left {float:left; width:100%; clear:both;}
#main .ce_text.box-right {float:left; width:100%; clear:both;}

#main .ce_text.box-right table {width:70%;}

#main .ce_text.box-right table tr td.col_0_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:20%;}
#main .ce_text.box-right table tr td.col_1_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:25%; text-align:right;}
#main .ce_text.box-right table tr td.col_2_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:25%; text-align:right;}

#header .mod_nav_main {display:none;}	

#header #mod_nav_mobile {display:block;}
#header a.mobilebtn span {display:block; font-size:1.9rem; line-height:2.7rem; text-transform:uppercase; color:#c8a370;}
#header a.mobilebtn span {display:none;}
#header a.mobilebtn {display:block; text-decoration:none; width:auto; height:30px; padding:1px 42px 0 0; position:absolute; top:19px; right:3%; z-index:1500; background:url(../../files/data/graphics/ico-responsive-nav.png) right 2px no-repeat; background-size: 28px auto; color:#fff; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}

.mm-opened #header a.mobilebtn {background:url(../../files/data/graphics/ico-responsive-nav-close.png) right 2px no-repeat; background-size: 28px auto; color:#fff;}
.mm-panel {border-right:1px dotted #c2943d;}

.mod_mmenu_article .mod_navigation {float:left; width:100%; display:block; margin-top:12px;}

.mm-menu .mm-list {padding:0;}
.mm-panel {padding:0 !important; background:#280907 !important;}
.mod_mmenu_article ul.level_1 {text-transform:uppercase; font-size:1.0em; line-height:1.7em; font-family:'cabinregular'; font-weight:normal; background:#280907 !important; display:block;}
.mod_mmenu_article ul.level_1 li a {color:#846b48 !important;}
.mod_mmenu_article ul.level_1 li a:hover,
.mod_mmenu_article ul.level_1 li a.active {color:#e3c487 !important;}


.mod_mmenu_article .mod_nav_service_mobile ul.level_1 {text-transform:none; font-size:0.92em; line-height:1.2em; font-family:'cabinregular'; font-weight:normal; background:#280907 !important; display:block;}

.mod_mmenu_article ul li br {display:none;}

.mod_mmenu_article .ce_text {padding-top:12px;}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {background: rgba(227, 196, 135, 1); color: rgba(227, 196, 135, 1);}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after {top:16px !important; bottom:auto;}
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {top:34px !important; bottom:auto;}
.mm-vertical em.mm-counter {top:4px; margin-top: 0; font-size:2.2rem; line-height:2.9rem;}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {border-color: rgba(227, 196, 135, 1) !important;}
.mm-menu em.mm-counter {color: rgba(255, 255, 255, 1) !important;}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
background: rgba(0, 0, 0, 0);}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0);}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {height: 44px;}


.mod_nav_main .mm-list > li > a, .mod_nav_main .mm-list > li > span {
    padding: 12px 10px 12px 65px;}  
.mod_nav_main .mm-list.level_2 > li > a, .mod_nav_main .mm-list.level_2 > li > span {
    padding: 9px 10px 9px 65px;} 


.mm-list > li > a, .mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 6px 10px 6px 20px;
    margin: 0;}  
.mm-list.level_2 > li > a, .mm-list.level_2 > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 9px 10px 9px 20px;
    margin: 0;}  
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: none !important;
    border-bottom-style: none !important;
    display: none !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;}
.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: none !important;
    border-left-style: none !important;
    display: none !important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;}
.mm-opened #footer {display:none !important;}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 40px !important;}
	


.mod_mmenu_article .mod_nav_service_mobile ul.level_1 {}
.mod_mmenu_article .mod_nav_service_mobile ul.level_1 li.first {display:block;}
.mod_mmenu_article ul.level_1 li.home {display:block;}

.mm-opened #footer {display:none !important;}

.mm-opened #header a.mobilebtn span {display:none;}


.mod_mmenu_article .mod_nav_main ul li.home a {background:url(../../files/data/graphics/nav_home_inactive.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.home a:hover, .mod_mmenu_article .mod_nav_main ul li.home a.active, .mod_mmenu_article .mod_nav_main ul li.home.mm-selected {background:url(../../files/data/graphics/nav_home_active.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.masken a {background:url(../../files/data/graphics/nav_masken_inactive.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.masken a:hover, .mod_mmenu_article .mod_nav_main ul li.masken a.active, .mod_mmenu_article .mod_nav_main ul li.masken.mm-selected {background:url(../../files/data/graphics/nav_masken_active.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.tattoo a {background:url(../../files/data/graphics/nav_tattoo_inactive.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.tattoo a:hover, .mod_mmenu_article .mod_nav_main ul li.tattoo a.active, .mod_mmenu_article .mod_nav_main ul li.tattoo.mm-selected {background:url(../../files/data/graphics/nav_tattoo_active.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.kunst a {background:url(../../files/data/graphics/nav_kunst_inactive.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.kunst a:hover, .mod_mmenu_article .mod_nav_main ul li.kunst a.active, .mod_mmenu_article .mod_nav_main ul li.kunst.mm-selected {background:url(../../files/data/graphics/nav_kunst_active.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.mich a {background:url(../../files/data/graphics/nav_mich_inactive.png) left 20px top 4px no-repeat; background-size: 34px auto;}
.mod_mmenu_article .mod_nav_main ul li.mich a:hover, .mod_mmenu_article .mod_nav_main ul li.mich a.active, .mod_mmenu_article .mod_nav_main ul li.mich.mm-selected {background:url(../../files/data/graphics/nav_mich_active.png) left 20px top 4px no-repeat; background-size: 34px auto;}

	
}


@media (max-width:550px){
#container h1 {padding:16px 0 16px 0; margin:0 0 0 0; font-family: 'mutlu_ornamental'; font-size:2.5em; line-height:1.4em; letter-spacing:0.02em;}	
#main .ce_text.box-right table {width:100%;}

#main .ce_text.box-right table tr td.col_0_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:28%;}
#main .ce_text.box-right table tr td.col_1_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:36%; text-align:right;}
#main .ce_text.box-right table tr td.col_2_head {border-bottom: 1px solid #e3c487; padding: 0 0 8px 0; width:36%; text-align:right;}

#container .ce_text .image_container {margin:12px 5.054945054945055% 5px 0; float:left; width:38%;}
}

@media (max-width:450px){
#container h1 {padding:16px 0 16px 0; margin:0 0 0 0; font-family: 'mutlu_ornamental'; font-size:2.2em; line-height:1.4em; letter-spacing:0.02em;}	
}

/*  FIXES  													 */
/*************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:0px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {height:1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { display:none !important;}



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 3, 2014 */

@font-face {
    font-family: 'mutlu_ornamental';
    src: url('../../files/data/styles/mutlu__ornamental-webfont.eot');
    src: url('../../files/data/styles/mutlu__ornamental-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/data/styles/mutlu__ornamental-webfont.woff') format('woff'),
         url('../../files/data/styles/mutlu__ornamental-webfont.ttf') format('truetype'),
         url('../../files/data/styles/mutlu__ornamental-webfont.svg#mutlu_ornamental') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 4, 2013 */

@font-face {
    font-family: 'cabinbold';
    src: url('../../files/data/styles/cabin-bold-webfont.eot');
    src: url('../../files/data/styles/cabin-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/data/styles/cabin-bold-webfont.woff') format('woff'),
         url('../../files/data/styles/cabin-bold-webfont.ttf') format('truetype'),
         url('../../files/data/styles/cabin-bold-webfont.svg#cabinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabinregular';
    src: url('../../files/data/styles/cabin-regular-webfont.eot');
    src: url('../../files/data/styles/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/data/styles/cabin-regular-webfont.woff') format('woff'),
         url('../../files/data/styles/cabin-regular-webfont.ttf') format('truetype'),
         url('../../files/data/styles/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 5, 2014 */



@font-face {
    font-family: 'sverige_script_demoregular';
    src: url('../../files/data/styles/sverigescriptclean_demo-webfont.eot');
    src: url('../../files/data/styles/sverigescriptclean_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/data/styles/sverigescriptclean_demo-webfont.woff') format('woff'),
         url('../../files/data/styles/sverigescriptclean_demo-webfont.ttf') format('truetype'),
         url('../../files/data/styles/sverigescriptclean_demo-webfont.svg#sverige_script_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
