@import "/static/img/ico/fonts/icons.css";
@font-face {
  font-weight: 400;
  font-family: "Marianina FY W01 Black";
  src: url("/static/css/fonts/1342397/0d2bda7c-c238-475d-8048-50481c18c28d.eot?#iefix");
  src: url("/static/css/fonts/1342397/0d2bda7c-c238-475d-8048-50481c18c28d.eot?#iefix") format("eot"), url("/static/css/fonts/1342397/c6eda3ee-988d-4181-8a3a-eecdf7bd7045.woff2") format("woff2"), url("/static/css/fonts/1342397/79f0a071-2f0e-4d50-aa7f-5373c6ac26d8.woff") format("woff"), url("/static/css/fonts/1342397/c394796a-da38-4f4e-8b6a-1199419e0997.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: "Marianina FY W01 Regular";
  src: url("/static/css/fonts/1342439/be2c938a-e874-44be-8659-f800e47bd63f.eot?#iefix");
  src: url("/static/css/fonts/1342439/be2c938a-e874-44be-8659-f800e47bd63f.eot?#iefix") format("eot"), url("/static/css/fonts/1342439/d742ec03-89ba-4283-af4d-b13f49d50db2.woff2") format("woff2"), url("/static/css/fonts/1342439/99132e74-472a-4e16-a8fd-94e48ba78a6f.woff") format("woff"), url("/static/css/fonts/1342439/bff9e03b-1896-4735-b5a6-63b229f87e19.ttf") format("truetype");
}
/* Mobile Menu */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Marianina FY W01 Regular";
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  display: block;
  min-height: 100%;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 20px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  text-shadow: 0 0 1px transparent;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 37px;
  padding-right: 37px;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="radio"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
a,
a:hover,
a:focus,
button:hover,
button:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}
nav#mobilenav {
  visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marianina FY W01 Black";
  color: #000;
  margin: 0;
  line-height: 1.3em;
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: normal !important;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 17px;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #bfbfbf;
}
ol {
  padding-left: 18px;
}
ul {
  padding-left: 15px;
}
p {
  margin-top: 0;
  margin-bottom: 14px;
}
b {
  font-weight: normal;
  font-family: "Marianina FY W01 Black";
}
span {
  display: block;
}
strong {
  font-weight: normal;
  font-family: "Marianina FY W01 Black";
}
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.icon-hamburger {
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #000;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
/* Bootstrap overwrite */
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.clear {
  clear: both;
}
#hamburger {
  display: block;
  width: 40px;
  height: 36px;
  margin: 10px 20px 0 20px;
  position: fixed;
  float: right;
  top: 0;
  right: 0;
  z-index: 20000;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 5px;
}
#hamburger:before {
  top: 5px;
}
#hamburger:after {
  bottom: 5px;
}
#hamburger span {
  top: 50%;
  margin-top: -3px;
}
/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
}
html.mm-opening #hamburger:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  top: 15px;
}
html.mm-opening #hamburger:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg);
  bottom: 15px;
}
/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  background: #e5e5e5;
  top: 0;
  left: 100%;
  z-index: 0;
}
.mm-menu > .mm-panel.mm-opened {
  left: 0%;
}
.mm-menu > .mm-panel.mm-subopened {
  left: -40%;
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding: 0;
}
.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: 20px;
}
.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: #000;
  line-height: 20px;
  display: block;
  font-weight: bold;
  padding: 15px 10px 15px 19px;
  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: 0;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  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: -15px;
}
.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: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.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: -11px;
  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.mm-opened > a.mm-subopen {
  height: 40px;
}
.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);
  top: 16px;
  right: 16px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {
  background: #e5e5e5;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: #bfbfbf;
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: #404040;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #bfbfbf;
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: #bfbfbf;
}
.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,
.mm-fixed-top,
.mm-fixed-bottom {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border;
}
.mm-page,
#mm-blocker {
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mm-page {
  border: 0px solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page {
  border: 0px solid rgba(1, 1, 1, 0);
}
.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0;
}
.mm-fixed-top {
  top: 0;
}
.mm-fixed-bottom {
  bottom: 0;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-opened .mm-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  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;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%;
}
.mm-menu {
  width: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
  }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px;
  }
}
.icon_right,
.icon_close,
.icon_back {
  font-size: 25px;
  color: #fff;
  background: #404040;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.icon_right:hover,
.icon_close:hover,
.icon_back:hover,
.icon_right:focus,
.icon_close:focus,
.icon_back:focus {
  text-decoration: none;
  color: #bfbfbf;
}
.icon_close {
  font-size: 20px;
}
.icon_right:before {
  position: relative;
  top: 12px;
  left: 20px;
}
.icon_back:before {
  position: relative;
  top: 12px;
  left: 17px;
}
.icon_close:before {
  position: relative;
  top: 15px;
  left: 15px;
}
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
/* ACTIVITY INDICATION */
#imagelightbox-loading {
  width: 60px;
  /* 40 */
  height: 60px;
  /* 40 */
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  margin: -85px 0 0 -30px;
  /* 20 */
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  background: url("/static/img/loader2.png") no-repeat;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 50px;
  /* 40 */
  height: 50px;
  /* 40 */
  position: fixed;
  z-index: 10002;
  top: 50px;
  /* 40 */
  right: 50px;
  /* 40 */
}
/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #000;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}
#imagelightbox-caption a {
  color: #fff;
}
#imagelightbox-caption a:hover,
#imagelightbox-caption a:focus {
  color: #bfbfbf;
}
/* NAVIGATION */
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
}
#imagelightbox-nav button.active {
  background-color: #fff;
}
/* ARROWS */
.imagelightbox-arrow {
  width: 50px;
  /* 60 */
  height: 50px;
  /* 120 */
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -25px;
  /* 60 */
}
.imagelightbox-arrow-left {
  left: 50px;
  /* 40 */
}
.imagelightbox-arrow-right {
  right: 50px;
  /* 40 */
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 20px;
    /* 20 */
    right: 20px;
    /* 20 */
  }
  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow {
    width: 50px;
    /* 40 */
    height: 50px;
    /* 60 */
    margin-top: -25px;
    /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 20px;
    /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 20px;
    /* 20 */
  }
}
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
header {
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 119px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: height 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s ease-in-out;
  -moz-transition: height 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s ease-in-out;
  -o-transition: height 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s ease-in-out;
  -ms-transition: height 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s ease-in-out;
  transition: height 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s ease-in-out;
}
header .table {
  display: table;
}
header .table .menu {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
header .table .menu li {
  position: relative;
  font-size: 20px;
  color: #b69f6c;
  font-weight: 300;
  list-style: none;
  display: inline-block;
  padding: 0 17px 17px 17px;
  -webkit-transition: color 0.3s 0.2s ease-in-out;
  -moz-transition: color 0.3s 0.2s ease-in-out;
  -o-transition: color 0.3s 0.2s ease-in-out;
  -ms-transition: color 0.3s 0.2s ease-in-out;
  transition: color 0.3s 0.2s ease-in-out;
}
header .table .menu li:first-child {
  padding-left: 37px;
}
header .table .menu li.active a {
  font-family: "Marianina FY W01 Black";
}
.shadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.headerlogo {
  margin: 25px 0 0 37px;
}
.headerlogo a {
  line-height: 1.2em;
  display: inline-block;
}
.headerlogo a:hover,
.headerlogo a:focus {
  color: #000;
}
.home {
  margin-bottom: 20px;
}
.home .txt-wrapper {
  font-size: 20px;
  width: 70%;
  margin: 0;
}
.cursor {
  cursor: pointer;
}
.noopacity {
  opacity: 0 !important;
}
.work-wrapper .grid-wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.work-wrapper .grid {
  min-height: 200px;
}
.work-wrapper .grid .grid-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  overflow: hidden;
}
.work-wrapper .grid .grid-item a {
  display: block;
}
.work-wrapper .grid .grid-item img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.work-wrapper .grid .grid-item .over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.00000001;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff !important;
}
.work-wrapper .grid .grid-item .over .over-text {
  position: absolute;
  width: 90%;
  height: 80px;
  bottom: 28%;
  left: 5%;
}
.work-wrapper .grid .grid-item .over .over-text .title {
  position: relative;
  overflow: hidden;
}
.work-wrapper .grid .grid-item .over .over-text .title h1 {
  color: #fff !important;
  font-size: 25px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate3d(0px, 65px, 0px);
  -moz-transform: translate3d(0px, 65px, 0px);
  -ms-transform: translate3d(0px, 65px, 0px);
  -o-transform: translate3d(0px, 65px, 0px);
  transform: translate3d(0px, 65px, 0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.work-wrapper .grid .grid-item:hover .over,
.work-wrapper .grid .grid-item:focus .over {
  opacity: 0.99999999;
}
.work-wrapper .grid .grid-item:hover img,
.work-wrapper .grid .grid-item:focus img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.work-wrapper .grid .grid-item:hover .over-text .title h1,
.work-wrapper .grid .grid-item:focus .over-text .title h1 {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
section {
  padding-top: 144px;
  padding-bottom: 180px;
}
.gekraechze {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.gekraechze.visible {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gekraechze img {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.gekraechze img:hover {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  margin: 65px 0 40px 0;
}
footer .text {
  padding-left: 37px;
  padding-right: 37px;
  line-height: 1.2em;
  display: inline-block;
}
footer .text > span {
  width: 5px;
  display: inline-block;
}
footer .footernav {
  padding-left: 37px;
}
footer .footernav a {
  font-size: 14px;
}
/* Map */
#mapcanvas {
  width: 100%;
  height: 600px;
}
.gototop {
  position: fixed;
  display: block;
  overflow: hidden;
  cursor: pointer;
  bottom: -60px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.gototop .mobiletoplink {
  background: #e5e5e5 url('/static/img/icon_toparrow.png') center center no-repeat;
  background-size: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  display: block;
}
.gototop .mobiletoplink:hover {
  opacity: 0.5 !important;
}
.bubble {
  position: relative;
  width: 250px;
  min-height: 80px;
  height: auto;
  padding: 20px;
  font-size: 14px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #e5e5e5 solid 1px;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  bottom: -15px;
  left: 20%;
}
.bubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #e5e5e5 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -15px;
  bottom: -16px;
  left: 20%;
}
#filter-header {
  min-width: 100%;
  list-style: none;
  position: relative;
  display: block;
}
#filter-header .filter-wrapper {
  display: inline-block;
  padding: 17px 0 16px 37px;
}
#filter-header .filter-wrapper .filter-nav {
  display: inline;
  padding: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#filter-header .filter-wrapper .filter-nav:hover,
#filter-header .filter-wrapper .filter-nav:focus {
  text-decoration: none;
  color: #bfbfbf;
  cursor: pointer;
}
#filter-header .filter-wrapper .filter-nav.active {
  font-family: "Marianina FY W01 Black";
}
.mobilefilter {
  padding: 0 20px 20px 20px;
}
.mobilefilter select {
  width: 100%;
}
.loader2,
.loader2:after {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.loader2 {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 1.5s infinite linear;
  animation: load8 1.5s infinite linear;
  background: url("/static/img/loader.png") no-repeat;
}
.loader2.hide {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#imagelightbox {
  background: white;
}
.mm-page {
  height: 100%;
}
/* Tablet */
@media only screen and (max-width: 950px) {
  .work-wrapper .grid .grid-item .over .over-text {
    bottom: 10%;
  }
  .work-wrapper .grid .grid-item .over .over-text .title h1 {
    font-size: 18px;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  nav#mobilenav {
    visibility: visible;
  }
  nav {
    display: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .headerlogo {
    margin: 25px 59px 0 20px;
  }
  footer .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footernav {
    padding-left: 20px;
  }
  .work-wrapper .grid .grid-item {
    width: 100%;
  }
  .title-wrapper {
    display: block;
  }
  section {
    padding-top: 144px;
    padding-bottom: 260px;
  }
  #filter-header .filter-wrapper {
    padding: 17px 0;
  }
  #filter-header .filter-wrapper .filter-nav {
    display: block;
    padding: 0px;
  }
  .home .txt-wrapper {
    overflow: hidden;
    max-height: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: max-height 3.5s ease-in-out;
    -moz-transition: max-height 3.5s ease-in-out;
    -o-transition: max-height 3.5s ease-in-out;
    -ms-transition: max-height 3.5s ease-in-out;
    transition: max-height 3.5s ease-in-out;
  }
  .home .txt-wrapper.open {
    max-height: 99999px;
  }
  .work-wrapper .grid .grid-item {
    width: 50%;
  }
  .work-wrapper .grid .grid-item .over .over-text {
    bottom: 28%;
  }
  .work-wrapper .grid .grid-item .over .over-text .title h1 {
    font-size: 25px;
  }
}
/* IE 10  */
.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  padding-bottom: 0 !important;
  width: 100%;
  cursor: pointer;
}
.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dk-selected:before,
.dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}
.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #CCCCCC;
  margin: -0.125em 0.5em 0 0;
}
.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #CCCCCC;
  margin: 0 1.5em 0 0;
}
.dk-selected-disabled {
  color: #BBBBBB;
}
.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}
.dk-select-open-up .dk-select-options {
  border-radius: 0;
  margin-bottom: -1px;
  bottom: 100%;
}
.dk-select-open-down .dk-select-options {
  border-radius: 0;
  margin-top: -1px;
  top: 100%;
}
.dk-select-multi .dk-select-options {
  max-height: 10em;
}
.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}
.dk-option-selected {
  background-color: #e5e5e5;
  color: #fff;
}
.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}
.dk-option {
  padding: 0 0.5em;
}
.dk-select-options .dk-option-highlight {
  background-color: #e5e5e5;
  color: #000;
}
.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}
.dk-select-options .dk-option-hidden {
  display: none;
}
.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}
.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}
.dk-optgroup-options li {
  padding-left: 1.2em;
}
.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #e5e5e5;
}
.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #e5e5e5;
}
.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #e5e5e5;
}
.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #e5e5e5;
}
.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #e5e5e5;
}
.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}
.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #e5e5e5;
}
.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #e5e5e5;
}
.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #e5e5e5;
}
.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}
select[data-dkcacheid] {
  display: none !important;
}
header nav {
  margin-top: 5px;
}
